Re: [iText-questions] regarding Pdf security

2004-06-03 Thread Leonard Rosenthol
At 12:43 PM 6/3/2004, Woodchuck wrote: I want to protect my pdf files. OK... I don't want the possibility of someone saving my pdf files ANY file that is available on the Internet can be saved - whether HTML, GIF, PNG, PDF, etc. and modifying them and then printing them out.

RE: [iText-questions] guidance requested for generating a pdf with dynamic data

2004-06-03 Thread Woodchuck
Hi Paulo, I am almost there! My final pdf file may consist of multiple pages depending on how much data is retrieved from the database. However, every page uses the same blank certificate. I think this is the correct code for handling one page: PdfReader reader = new PdfReader("certificate.p

RE: [iText-questions] Struts Framework and iText

2004-06-03 Thread Woodchuck
Yea, i tested that line too. But for me, it didn't make any difference when I included it or not. Damn browswer bugs/inconsistencies. --- [EMAIL PROTECTED] wrote: > I ran into some other odd problems opening documents > so I also added in > addition to those below to correct them: > > response.

RE: [iText-questions] Struts Framework and iText

2004-06-03 Thread Tony . L . Reller
I ran into some other odd problems opening documents so I also added in addition to those below to correct them: response.setHeader("Pragma", "public"); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Woodchuck Sent: Thursday, June 03, 2004 1:21 PM To: itex

Re: [iText-questions] Struts Framework and iText

2004-06-03 Thread Woodchuck
Hi Michael, Thanks for your reply. My original code was correct, and it was basically the same as yours in terms of the steps. I think the important steps are setContentType(), and setContentLength(). I was getting a blank page because of my IE version (6.0.2800.1106), it requires me to add the

Re: [iText-questions] Struts Framework and iText

2004-06-03 Thread Michael K
Hi, that works for me: ... building PDF ... then finish it // add a page break document.newPage(); // step 5: we close the document (the outputstream is also closed // internally) document.close(); // we have written the pdf

[iText-questions] regarding Pdf security

2004-06-03 Thread Woodchuck
Hi all, After I create my pdf file, the only thing I want the user to be able to do is to print the pdf file (which is opened from my website within a browser window). Can this be achieved? I have tried using the PdfWriter.setEncryption() method, but when I specify PdfWriter.AllowPrinting it als

RE: [iText-questions] Background non printable image

2004-06-03 Thread Leonard Rosenthol
At 10:34 AM 6/3/2004, Paulo Soares wrote: pdflib has the advantage that it only has to worry at the equivalent PdfContentByte in iText. True... Higher level objects like paragraphs and tables must have a different treatment. Right, because you export to multiple output formats an

Re: [iText-questions] XMP at what level?

2004-06-03 Thread Roger Misteli
Nevermind, I found the problem. It all works now :-) --- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn m

RE: [iText-questions] Background non printable image

2004-06-03 Thread Paulo Soares
I see it now. pdflib has the advantage that it only has to worry at the equivalent PdfContentByte in iText. Higher level objects like paragraphs and tables must have a different treatment. Best Regards, Paulo Soares > -Original Message- > From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]

RE: [iText-questions] guidance requested for generating a pdf with dynamic data

2004-06-03 Thread Paulo Soares
Create a PDF with your blank certificate. Use Acrobat to add fields in the positions where text is going to be inserted. Use PdfStamper to fill and flatten those fields or get the field positions and use PdfStamper to add text or images in those positions. Best Regards, Paulo Soares > -Origin

[iText-questions] guidance requested for generating a pdf with dynamic data

2004-06-03 Thread Woodchuck
hello all, what i want: - a certificate with database retrieved information filled in, in the form of a pdf file generated on the fly and opened into a modal browser window upon request from my website what i think i should do: - if word document of blank certificate available, convert this int

RE: [iText-questions] Background non printable image

2004-06-03 Thread Leonard Rosenthol
At 05:33 AM 6/3/2004, Paulo Soares wrote: The pdflib 6 beta 2 docs mention tagging but not OCG. In any case I have a good idea of the OCG capabilities with your examples. Section 8.4.7 - Layer Functions. LDR --- Leonard

[iText-questions] FCKitext version 1.1 and Enjoy!!! http://www.pdfone.net

2004-06-03 Thread taa boo
Dear members http://www.pdfone.net Sorry that I did not provide the link. http://www.pdfone.net FCKitext version 1.1 We already re-organize source-code to seperate GUI FCKitext (based on FCKeditor) with Html2Pdf module FCKeditor, Nesone for Desktop (PhotoEditor SWT, Visual Basic) and any a

[iText-questions] FCKitext version 1.1 and Enjoy!!!

2004-06-03 Thread taa boo
FCKitext version 1.1 We already re-organize source-code to seperate GUI FCKitext (based on FCKeditor) with Html2Pdf module FCKeditor, Nesone for Desktop (PhotoEditor SWT, Visual Basic) and any application that can create HTML text will take advance of this Click here to download latest FCKitex

RE: [iText-questions] Background non printable image

2004-06-03 Thread Paulo Soares
The pdflib 6 beta 2 docs mention tagging but not OCG. In any case I have a good idea of the OCG capabilities with your examples. Best Regards, Paulo Soares > -Original Message- > From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 02, 2004 3:09 PM > To: Paulo Soares

Re: [iText-questions] RTF File generated by ITEXT

2004-06-03 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 02 June 2004 09:46, Mohamed Ennassiri wrote: > Yes, and the result is the same. The image is not displayed too. > The RTF file produced by Word after saving is bigger than the > same file produced by iText. Unfortunatel

[iText-questions] third try...

2004-06-03 Thread Caballero Caballero, Jose
It is about the width of the columns in a table. I am converting a XHTML  to PDF and I try to define the width of a column of a table using width () or using colspan but it doesn´t work. Do you know if the problems is itext? Or HTMLParser? Or Sax? Any idea, please.   Thanks   Pepe