Re: [iText-questions] text color changes when adding PNG image

2012-05-25 Thread Bill Ensley
You have answered your own question, you need to get the PNG fixed first. -Bill Ensley www.bearprinting.com On 5/25/2012 12:53 PM, newbie2itext wrote: > Thanks for the reply. > > So what I'm doing is > 1. use PdfStamper to read an existing pdf and add some formfields onto it > 2. use PdfStamper t

Re: [iText-questions] text color changes when adding PNG image

2012-05-25 Thread newbie2itext
Thanks for the reply. So what I'm doing is 1. use PdfStamper to read an existing pdf and add some formfields onto it 2. use PdfStamper to fill out the formfields in BaseColor.Blue, add a PNG image on the first page and flatten the document. All went well except the text I filled in the page with

Re: [iText-questions] text color changes when adding PNG image

2012-05-25 Thread Bill Ensley
Hi Newbie2iText, It is not uncommon for a PNG to cause issues in a PDF. Likely your color model is changing under the hood based on something in the PNG. To test this, convert the PNG into a JPEG and see if it still happens. Perhaps you can change the color model of the PNG to match what you a

Re: [iText-questions] Field not populated

2012-05-25 Thread DeeJay
Thank you Hami. That assisted in solving the issue. The 'stubborn_field' incorrectly did not have any data binding associated to it. Upon adding the binding using the LiveCycle designer the field was correctly updated and displayed in the generated PDF as per the XML. Interestingly, before I adde

Re: [iText-questions] [Book] Merging pdf/a1b.

2012-05-25 Thread iText Info
Thanks for the feedback. I'm forwarding this to the mailing list for further reference (maybe it helps people with the same question). For further questions, please use the general address itext-questions@lists.sourceforge.net instead of the company address at 1T3XT.com. Op 25/05/2012 13:25,

[iText-questions] [SPAM] Re: Error validating signed pdf with external sign

2012-05-25 Thread mkl
Josep Maria, jmheras wrote > I've to sign with an external sgnature. When i open de PDF and validate > it, I get an error message that says something like > document has been modified since sign was applied Please also supply a sample document signed by your code. Regards, Michael -- View thi

[iText-questions] Error validating signed pdf with external sign

2012-05-25 Thread Josep Maria Heras
Hello , I've to sign with an external sgnature. When i open de PDF and validate it, I get an error message that says something like document has been modified since sign was applied The structure of code is: - calc the hash - send it to the external service - get the external signature - put it t

Re: [iText-questions] AES-256 encryption with certificates?

2012-05-25 Thread Paulo Soares
Certification encryption with AES256 is not supported yet. I'm working on it. Paulo On Thu, May 24, 2012 at 5:08 PM, David Allsopp wrote: > Yes, I know the constant is defined, but the functionality isn't there. > > I can run the EncryptWithCertificate.java example from the book fine. > However,

Re: [iText-questions] PDF: Option to show immediately Bookmark - List

2012-05-25 Thread websalat
you mean iText ® book? No - I don't own this book :( But - thank you - for your tip. I use iTextSharp. To modify /ViewerPreferences /of /PdfWriter/ add /using iTextSharp.text.pdf.interfaces;/ Only then you see the property /ViewerPreferences /on /PdfWriter/ -- View this message in context: h

Re: [iText-questions] text color changes when adding PNG image

2012-05-25 Thread Alexis Pigeon
Hi newbie2itext, On 25 May 2012 00:48, newbie2itext wrote: > Basically just a repost of this, but the codes in last post is not working > for me... > And I search through the web, cannot find a solution either... > Is there are something missing in his codes? Should I place his codes > before >

Re: [iText-questions] [Book] Merging pdf/a1b.

2012-05-25 Thread iText Info
Op 24/05/2012 17:17, Piotr Gorajski schreef: > Hi, > I have a question, weather it is possible to merge (by any method) few > existing pdf files into one? The trick is that those files to be merge > conform PDF/A1b standard and the output file also has to be PDF/A1b > compliant. I tried using Pd