Re: [iText-questions] iText 5.3.x and PDF/A signatures

2012-09-21 Thread Gonçalo Martins
Right.. But it was just an example (a bad one).. How can I create a PDF/A file with the new features, from scratch..this is the right sentence.. Picking text information from an existing PDF file and an image, for example, and create a new file in the PDF/A format according to the new classes of

Re: [iText-questions] iText 5.3.x and PDF/A signatures

2012-09-21 Thread iText Info
Op 21/09/2012 10:30, Gonçalo Martins schreef: > where we pick a PDF file and we create a PDF/A from it The impossibility of this question has been discussed in great detail a couple of weeks ago. An ordinary PDF contains less information than a PDF/A compliant PDF. That means that you need to ad

Re: [iText-questions] iText 5.3.x and PDF/A signatures

2012-09-21 Thread roboboot
Thanks a lot, but what I meant is that if there is some differences on how to sign a PDF or a PDF/A with iText 5.3.0. I suppose no, but it's better to stress the concept to avoid ambiguity. 1T3XT BVBA wrote > Op 20/09/2012 19:11, roboboot schreef: >> My code use iText 5.2.2, but I only sign and

Re: [iText-questions] iText 5.3.x and PDF/A signatures

2012-09-21 Thread Gonçalo Martins
Hi all, With this new version and all the new PDF/A features, can anyone show me an example where we pick a PDF file and we create a PDF/A from it, using C#? I'm new on this, and it is a need I have now on a project and this new features can be something wonderful for it :) Hope you can help..

[iText-questions] Signatures PDF

2012-09-21 Thread John Renfrew
Bruno Many thanks for the work on the white paper/book, have appreciated it so far, Looking forward to reading the new chapters. john renfrew Right Way Up Office  +44 1675 475341 -- Got visibility? Most devs has no id

[iText-questions] Determining the indirect reference of undercontent or overcontent

2012-09-21 Thread billya
Hi, I have a feeling that this is not going to be easy but is there any way I can get the indirect reference of undercontent or overcontent from a pdfstamper? The reason that I ask is that I have written an application to add undercontent to a pdf page's content with pdfstamper. However, it is po