Re: [iText-questions] Procedure to sign using PADES

2012-10-18 Thread 1T3XT BVBA
On 19/10/2012 5:32, Jonathan Vargas wrote: > Is this the one I would need to make my current app sign documents as > PADES? Just by applying its timestamp method? Please read chapter 5 of http://itextpdf.com/book/digitalsignatures --

[iText-questions] Procedure to sign using PADES

2012-10-18 Thread Jonathan Vargas
Hi, I am upgrading my app to latest iText version, and I want to sign documents compliant with PADES-LTV. So, to accomplish that, and according to what I have read on the published API documentation, I found this class: http://api.itextpdf.com/itext/com/itextpdf/text/pdf/security/LtvTimestamp.ht

Re: [iText-questions] externalizing common resources

2012-10-18 Thread Leonard Rosenthol
On 10/18/12 11:00 PM, "Edward W. Rouse" wrote: >In an effort to reduce space requirements, I am looking for a way to find >common elements such as fonts or images in a large number of pdf files and >save them externally so they can be shared with other pdfs that use the >same >ones. While it is

[iText-questions] externalizing common resources

2012-10-18 Thread Edward W. Rouse
In an effort to reduce space requirements, I am looking for a way to find common elements such as fonts or images in a large number of pdf files and save them externally so they can be shared with other pdfs that use the same ones. Can this be done with iText? I will figure out the details myself,

[iText-questions] PDF document is not compliant with PDF/X-1a (2003)

2012-10-18 Thread Paul Bailey
Greetings, I am trying to figure out how to apply the PDF/X-1a PDF compliance using the iTextSharp API for ASP.NET 4.0. I am using the Adobe Preflight tool to verify the compliance of a PDF file (http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109 794195ff-7b7f.w.html).

[iText-questions] Read data from .rtf file and add that data as PdfPCell to the existing Document.

2012-10-18 Thread Jalaj
Hi, I am Java a developer in a S/W firm and while developing some tool using iText I encountered this problem.I need to read data from an .rtf file and add that data as PdfPCell into an existing Document. RtfParser creates a new Document but I can’t add that document as PdfPCell in the existing