Re: [iText-questions] Counting the number of pagesof a document

2008-10-30 Thread 1T3XT info
Rosa Lago wrote: > Hi all, > > I am trying to put a a text on every page foot showing page 1 of 5 for > example in a pdf document I am generating with itext. How can I know the > number of pages my document has. There are two approaches. Either you add a PdfTemplate as a small "empty" rectangl

[iText-questions] How to put current section title in page heading

2008-10-30 Thread Will Dougherty
Hi, I need to repeat Chapter/Section titles at the top of each page. Reading iText in Action section 14.2, I see the PdfPageEvents mechanism. I can't find any way to detect where in the document I am when the OnEndPage event fires. Actually, I can't see any way to get to the original documen

Re: [iText-questions] Change submit url of button

2008-10-30 Thread Martyn Hiemstra
Hi, I have tried the code at I found on the website you gave but unfornately I couldn't change the submit url. I have decided to use the Aspose.Pdf.Kit instead. If you want to view the original pdf so that you can find out why the submit url won't change just let me know and I'll send you the

[iText-questions] Counting the number of pagesof a document

2008-10-30 Thread Rosa Lago
Hi all, I am trying to put a a text on every page foot showing page 1 of 5 for example in a pdf document I am generating with itext. How can I know the number of pages my document has. Thanks in advance Rosa - This SF.Net em

Re: [iText-questions] Setting the Image Field in ITextSharp

2008-10-30 Thread Darkpea
Can I get an example of this in vb? Paulo Soares wrote: > > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Brad Daniels >> Sent: Thursday, September 20, 2007 2:58 PM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-ques

[iText-questions] Error while processing FOP outputStream with iText

2008-10-30 Thread Stéphane Vilboux
Hello, I wanted to create a PDF file from some XML with FOP. The PDF document was OK and Acrobat reader showed it nicely. Then I wanted to add some javascript to it in order to print it on reader startup. So I tried iText. Unfortunately I get this error : [junit] [Fatal Error] :1:63: The p

Re: [iText-questions] PdfPCell.setColSpan doesn't work for RTF

2008-10-30 Thread Howard Shank
Support for PdfPTable is very limited at this point. It does not have support for everything. Howard Shank - Original Message From: Ross Cohen <[EMAIL PROTECTED]> To: iText-questions@lists.sourceforge.net Sent: Wednesday, October 29, 2008 6:39:17 PM Subject: [iText-questions] PdfPCell

Re: [iText-questions] Type 1 font (subset)

2008-10-30 Thread Sander Bisschops
Thank you, that was indeed the problem. This wasn't in release 4.1.2 yet (itextsharp), so I missed it. Looking forward to the next release :) -Original Message- From: 1T3XT info [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 8:18 AM To: Post all your questions about iText here

Re: [iText-questions] Type 1 font (subset)

2008-10-30 Thread 1T3XT info
Paulo Soares wrote: > Maybe he is using an iText version without the CFF font fix. I hadn't thought of that. I'm always working with the SVN version. I've scheduled the next release for November 11 to give me and you some extra time to deal with some minor issues that have been reported on the mai