Re: [iText-questions] Problem with the leading of a Paragraph

2007-09-11 Thread mister bean
That will always happen when font-size = leading-size. Font size does not refer to the maximum height of the characters. For this reason, leading is generally 1.2x - 1.5x font size. Change the leading accordingly, and the problem should go away. ---mr. bean re Eric Summkeller wrote: I

[iText-questions] How to renumber headings in a concatenated document?

2007-09-11 Thread Björn Ryding
Hi! I have a number of Word and PowerPoint documents which represent course modules. The documents are stored in Alfresco ECM and I use Alfresco’s Open Office based solution to convert/export to PDF. The users of the solution create courses by selecting and ordering course modules in an AJAX UI.

Re: [iText-questions] Removing XMP Metadata

2007-09-11 Thread Tobias Meier
That will certainly remove the metadata and if you look at the PDF with an hex editor you'll see that it's not there. How were you checking that the metadata was still there? Like you did - with an editor. I now checked the changes in detail and iText even adds one more XMP Header to the

Re: [iText-questions] How to renumber headings in a concatenated document?

2007-09-11 Thread Bruno Lowagie (iText)
Björn Ryding wrote: Forgot to mention that I understand that trying to replace text is not viable solution. I've read and understood the requirement. What I don't understand is why the page numbers are added in the first place (if they aren't added, you needn't worry about removing them). As

Re: [iText-questions] Combine PDFSmartCopy and PdfCopyFields

2007-09-11 Thread Bruno Lowagie (iText)
Tobias Meier wrote: Hi fellow iText users, i have a question for you. For example i have 3 pdf's, two without formfields (ff) and one with formfields. Can i use PDFSmartCopy to merge the pdf's without ff's and then use PdfCopyFields to merge the third pdf with that result? The final PDF

Re: [iText-questions] Include a table at the end of AcroForms

2007-09-11 Thread Bruno Lowagie (iText)
Tiwari, Akhil (IT) wrote: I created a form using Adobe Designer which I am using with PdfStamper to fill in the form. OK. For the second part of it, I am able to create a Table/PdfTable out of the data but I’m clueless as how to append this table in the filled-in form. Use PdfPTable and

[iText-questions] Bug in iText?

2007-09-11 Thread Evgenia Quindt
Hi, I have created a rotated form field(90 ) in a PDF File. Code in PDF File: 3 0 obj/TU(Feldbeschreibung)/Ff 4096/F 4/Type/Annot/Subtype/Widget/DR/Font/Helv 2 0

Re: [iText-questions] Bug in iText?

2007-09-11 Thread Paulo Soares
The appearance is built each time a setField() is called from the /Rect and /R of the field. You didn't say what the problem was but if you decide to tell us please post the code used to create the field up to the addAnnotation(). Paulo -Original Message- From: [EMAIL PROTECTED]

Re: [iText-questions] Removing XMP Metadata

2007-09-11 Thread Paulo Soares
We're probably not looking at the same places. The metadata stays in the file but it's unreacheable, it just takes up space. To remove it completely call PdfReader.removeUnusedObjects() after the catalog.remove(). Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [iText-questions] Removing XMP Metadata

2007-09-11 Thread Tobias Meier
Hi, i called nearly all remove methods: stamper.getReader().removeUnusedObjects(); stamper.getReader().removeAnnotations(); stamper.getReader().removeUsageRights(); but the XMP Part is still in the PDF. (The original and the one added by iText = thus two) The files are smaller in size, though

Re: [iText-questions] Removing XMP Metadata

2007-09-11 Thread Paulo Soares
Send me the PDF and the code you use to remove/add the metadata. Paulo - Original Message - From: Tobias Meier [EMAIL PROTECTED] To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Tuesday, September 11, 2007 5:27 PM Subject: Re: [iText-questions]

[iText-questions] Text Wrapping and rotation

2007-09-11 Thread Brian Daddino
Hi, I'm new to iText, but I have spent about 6 hours searching your tutorials, faq, and mail posts for the answer. Basically, what I need to do is place text on a page by specifying coordinates, but, the tricky part is, I need the text to be able to wrap in a box and be rotated. I can add a non

Re: [iText-questions] [RTF] page numbering in RtfHeaderFooter : iText 2.0.5 breaks existing code ?

2007-09-11 Thread Mark Hall
I'm currently in the process of moving, and work is taking up most of my time, but I'll try and look into what is causing this as soon as possible. Greetings, Mark On Monday 10 September 2007, Alexis Pigeon wrote: Hi again, On 10/09/2007, Alexis Pigeon [EMAIL PROTECTED] wrote: Hi all,

[iText-questions] Problems Using ColumnText with PdfStamper

2007-09-11 Thread dayvidpow
I am attempting to use PdfStamper to insert new cover pages at the begin of an Existing PDF with bookmarks, annotations, etc. There may be one or more cover pages inserted depending on the amount of text that must be added to the cover page(s). I am using the following code to get a ColumnText

[iText-questions] How do I fill a form using iText on a PDF with AllowFillIn permissions?

2007-09-11 Thread frleong
Hello, I'd like to fill in the values in a PDF with AllowFillIn permissions, but I can't open it using PdfStamper because it claims it requires PdfReader with OwnerPassword. What can I do? Thanks! Francisco -- View this message in context: