Re: [iText-questions] about PdfFormField.setUserName()

2002-12-16 Thread Paulo Soares
It needs methods to write Unicode as in the values. It will fail if (Bsubmitting as html but will probably work in FDF. Another thing to do. (B (BBest Regards, (BPaulo Soares (B (B- Original Message - (BFrom: "KuMi" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Monday, Dec

Re: [iText-questions] java.io.IOException: PDF header signature not found.

2002-12-16 Thread Paulo Soares
You can put some trace at PRTokeniser.checkPdfHeader() and see what's in there. It may be a network problem, file permissions or something else. It's not iText, though. Best Regards, Paulo Soares - Original Message - From: "Addesa, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [iText-questions] java.io.IOException: PDF header signature not found.

2002-12-16 Thread Paulo Soares
You can put some trace at PRTokeniser.checkPdfHeader() and see what's seeing. It may be a network problem, file permissions or something else. It's not iText, though. Best Regards, Paulo Soares - Original Message - From: "Addesa, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [iText-questions] using page spanning PdfPTables and onEndPage Events

2002-12-16 Thread Paulo Soares
You have to put the PdfPTable in the header and footer at absolute positions. If you add it with Document.add() it will disturb the big table that is currently drawing. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December

Re: [iText-questions] Opening the new Browser Window FromPDFpage

2002-12-16 Thread Gary Djinbachian
I have a External Link in a PDF report, so when a user clicks on the link, I want a new browser window to show the result and leave the original window same. Chunk chunk = new Chunk("External Link", FontFactory.getFont(FontFactory.HELVETICA, 12)).setAnchor(new URL(url)); table.addCell(new Phrase

[iText-questions] Opening the new Browser Window From PDF page

2002-12-16 Thread Gary Djinbachian
Hi, Is it possible to open a new Window, from the pdf page. I have tried to use JavaScript to open a new window but it does not recognize window. PdfAction action = .PdfAction.javaScript("window.open('','',toolbar='yes', status='no', menu='yes',width='610',height='360');\r",writer); Does anyone k

[iText-questions] using page spanning PdfPTables and onEndPage Events

2002-12-16 Thread whayes
Having used this product for a while, Bravo! Currently Im having problems using PdfPTables that span more than one page, and getting onEndPage to put the footer in the correct place on the page. Im also using onStartPage(to stick the header on) which seems to work fine. In both the onStartPag

[iText-questions] XML to PDF runtime error

2002-12-16 Thread alan chen
Original Message Follows From: "alan chen" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: XML to PDF runtime error Date: Mon, 16 Dec 2002 10:54:12 -0500 Help STOP SPAM with the new MSN 8 and get 2 months FREE*--- Begin Message --- Hello, I am trying out the iText tutorial Chap

[iText-questions] java.io.IOException: PDF header signature not found.

2002-12-16 Thread Addesa, Michael
Hi, We are using iText to generate several groups of pdfs. The end of our process uses the Concat tool to roll these pdfs up by group - of course we modified it a bit. Although all pdfs are similar and created by the same process, when we try to roll them up some throw a "java.io.IOException: PDF

RE: RE: [iText-questions] put pages together problem - fonts inside a ll pages

2002-12-16 Thread Paulo Soares
So, this is an Acrobat problem. Get me a couple of pdfs and the exact way you are appending them to see if I can think of an workaround. Best Regards, Paulo Soares > -Original Message- > From: Friedhelm Matten [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 10:33 > To: [EMAIL

Fwd: RE: [iText-questions] put pages together problem - fonts inside a ll pages

2002-12-16 Thread Friedhelm Matten
Hi, I have 450 seperat pdf pages with embedded fonts. When I use acrobat 5.0 to concatenate them in one document, I become the following error message from acrobat: "Inside the documents are fontundergroups with equal name, they can't append" (ecuse my bad english) Thanks a

RE: [iText-questions] put pages together problem - fonts inside all pages

2002-12-16 Thread Paulo Soares
I don't understand the question. What do you want to do exactly? Best Regards, Paulo Soares > -Original Message- > From: Friedhelm Matten [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, December 15, 2002 19:16 > To: [EMAIL PROTECTED] > Subject: [iText-questions] put pages together problem

[iText-questions] about PdfFormField.setUserName()

2002-12-16 Thread KuMi
Hello all,   I have a question about PdfFormField.setUserName(String s). When the argument of this method is Japanese, Acrobat does not show text as I expected. I got only square mark. Does anyone have workaround of this problem? Thanks in advance.   kuMi