Re: [iText-questions] RTF Table problems (HtmlParser)

2008-06-10 Thread Mark Hall
This is probably a problem with the HtmlParser. I've updated the subject to reflect this. Perhaps Bruno/Paulo can help here. There are no known bugs in the table column sizing in RTF. Mark On Tuesday 10 June 2008, Tim Donovan wrote: > Hi List, > > I am using RtfWriter2 and HtmlParser to conver

Re: [iText-questions] On filling/reading reader-enabled static XFAForms

2008-06-10 Thread Paulo Soares
- Original Message - From: "Leonard Rosenthol" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Tuesday, June 10, 2008 10:00 PM Subject: Re: [iText-questions] On filling/reading reader-enabled static XFAForms > You were doing fine up to this statement: > > >Se

[iText-questions] Delete "white" pages

2008-06-10 Thread ZelluLoyd
Hi, i am using itext to create a catalog with articles that are in different categories. With every new category i start a new page what works fine! Now i have a problem with this own "new page"-trigger and the automatically new page that occurres when the current page is reached to the end. Cau

Re: [iText-questions] On filling/reading reader-enabled static XFA Forms

2008-06-10 Thread Leonard Rosenthol
You were doing fine up to this statement: >Second, since this is a static XFA form, I can use the normal AcroForms APIs in IText: > This won't work! As soon as the user opens the PDF in Acrobat/ Reader, the (unmodified) XFA data will be used to RECREATE the AcroForm - thus throwing away a

Re: [iText-questions] Why does Adobe ignore timestamp?

2008-06-10 Thread Leonard Rosenthol
What version of Adobe Reader on what OS platform are you finding is ignoring your timestamp? Can you send me a PDF that demonstrates the problem? Leonard On Jun 10, 2008, at 4:02 AM, mursitorhan wrote: > > Hi all, > > We want to sign and add a timestamp to a PDF. We are using itext, > si

Re: [iText-questions] HowTo install iText?

2008-06-10 Thread Udkik.dk
Hi Bruno, I copied the HelloWorldServlet.java servlet. Yes, I did compile the Java file to a class file. No, I did not declare anything in the web.xml. I use java.vm.version 1.4.2_09-b05 on Tomcat 5 / Apache / Red Hat. In this example, I did not use any fancy IDE. I used a plain text editor and t

[iText-questions] RTF Table problems

2008-06-10 Thread Tim Donovan
Hi List, I am using RtfWriter2 and HtmlParser to convert a basic HTML document to RTF. I am having massive problems with column widths in tables however. I see some table things are not implemented (Table.setSpaceInsideCell and Table.setSpaceBetweenCells etc) - does something simple like depend o

[iText-questions] image into a signature

2008-06-10 Thread Renata Santos
Hi, I need help !!! I´m trying to insert a image into a signature , but is not working . I´m getting this error: *java.lang.NullPointerException* at com.lowagie.text.pdf.PdfSignatureAppearance.getAppearance(* PdfSignatureAppearance.java:339*) at com.lowagie.text.pdf.Pdf

[iText-questions] On filling/reading reader-enabled static XFA Forms

2008-06-10 Thread Demling, Peter
(First off, thank you for the very useful API, book and forum). I've been charged with providing a proof-of-concept as soon as I can for servlets to perform the following tasks using XFA forms. I'm pushing hard for us to use iText, so I've read every message and FAQ posted in the past year t

[iText-questions] Why does Adobe ignore timestamp?

2008-06-10 Thread mursitorhan
Hi all, We want to sign and add a timestamp to a PDF. We are using itext, signing externally (with smartcard) and adding time stamp as unauthenticated attribute (like ). When we open the signed document, Adobe reader shows the signature(verified) but in the details, there is no timesta

Re: [iText-questions] iText extension to merge pdf files

2008-06-10 Thread Mohni, Daniel
Any feedback on my implementation ? Daniel > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:itext-questions- > [EMAIL PROTECTED] Im Auftrag von Paulo Soares > Gesendet: Donnerstag, 22. Mai 2008 21:30 > An: Post all your questions about iText here > Betreff: Re: [iText-question

[iText-questions] PDF Layout using itext v1.4

2008-06-10 Thread chloe . h . q . feng
Hi, All I developed web pdf service on itext 1.0, A document contains many sections with border, each is a Table instance. Here are some codes: Table table = new Table(4); table.setWidthPercentage(100); table.setBorder(2); table.setTableFitsPage(true); Cell cell = new Cell(); The jar is updated

Re: [iText-questions] fill out a pdf form

2008-06-10 Thread lia55
www.PDFfiller worked for me. Try it. araujo.guntin wrote: > > Hi, > > As I told you, I'm beginning with the iText API and this is my first > project with PDF files. I'm sorry by my Ignorance. > > I've continued reading your book to understand better how I could reach my > goal. > > I need to