Re: [iText-questions] Washed out (transparent) image

2012-01-17 Thread Craig Edwards
Umm... sorry for the dumbassery, but how do you mean "downsampling"? I am merely inserting the image with no scaling... I've tried calling various combinations of image.scalePercent() based on the DPI ratio (360 : 72) and image.scaleAbsolute() to set a specific page and it always appears in the

Re: [iText-questions] Insert Google Map in PDF

2012-01-17 Thread Hugh McLaughlin
Ok. Any starting point on how I do that? From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, January 17, 2012 2:47 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Insert Google Map in PDF In that case, you're best bet is to create a SWF that u

Re: [iText-questions] Insert Google Map in PDF

2012-01-17 Thread Leonard Rosenthol
In that case, you're best bet is to create a SWF that uses the Google Maps API for display and then embed that SWF into the PDF. From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Tuesday, January 17, 2012 11:30 AM To: Post all your questions about iText here Subject: Re: [iText-questions]

Re: [iText-questions] Insert Google Map in PDF

2012-01-17 Thread Hugh McLaughlin
Preferably dynamic. From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, January 17, 2012 1:09 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Insert Google Map in PDF Do you mean a static map or a dynamic one? Leonard From: Hugh McLau

Re: [iText-questions] Insert Google Map in PDF

2012-01-17 Thread Leonard Rosenthol
Do you mean a static map or a dynamic one? Leonard From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Tuesday, January 17, 2012 9:37 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Insert Google Map in PDF Hello Everyone and thanks for your help in advance. Does an

Re: [iText-questions] PDF/A file and images

2012-01-17 Thread Leonard Rosenthol
ISO 32000-1:2008 would be a good starting point for PDF in general. Then you need ISO 19005-1, which is PDF/A. Leonard -Original Message- From: zmotiwala [mailto:zmotiw...@docfinity.com] Sent: Tuesday, January 17, 2012 7:48 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iTex

[iText-questions] Insert Google Map in PDF

2012-01-17 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. Does anyone know if or how a Google Map can be dynamically inserted into a PDF document using iTextSharp? Any help would be appreciated. -- Keep Your Developer S

Re: [iText-questions] createInk not displaying in PDF on UbuntuLinux

2012-01-17 Thread Rob
Realised that the co-ordinates had to be re-written to adjust for the relative position inherited from the rectangle. All fine now. Thanks again chaps! -- View this message in context: http://itext-general.2136553.n4.nabble.com/createInk-not-displaying-in-PDF-on-Ubuntu-Linux-tp4292565p4304070.ht

Re: [iText-questions] createInk not displaying in PDF on UbuntuLinux

2012-01-17 Thread Rob
Leonard Rosenthol-3 wrote > > Use CurveTo instead :). > Ok, Thanks to Leonard and Paulo for all the advice its all done and looking good :) I thought I'd make a Template for the appearance as originally advised by Paulo and see if I could keep the annotation instead of writing directly on the

Re: [iText-questions] How can I determine the page number where an acrofields field is defined

2012-01-17 Thread mkl
Cameron, Cameron Conacher wrote > I am iterating over the fields collection and I wanted to grab the > applicable page number at the same time. I know I cam get it from > PdfStamper, but at the moment I have a PdfReader. Call the AcroFields method getFieldPositions() for the chosen name! This m

[iText-questions] How can I determine the page number where an acrofields field is defined

2012-01-17 Thread c_conac...@yahoo.com
I am iterating over the fields collection and I wanted to grab the applicable page number at the same time. I know I cam get it from PdfStamper, but at the moment I have a PdfReader. It is possible to define a field more than once in a template and if I encounter this, I would like to have the

Re: [iText-questions] PDF/A file and images

2012-01-17 Thread zmotiwala
"Do you understand color management, ICC profiles, and the like?" No I have never worked with color management and ICC profiles. Does the latest itext book talk about it? Is there any other place I can get information about it. -- View this message in context: http://itext-general.2136553.n4.na

Re: [iText-questions] createInk not displaying in PDF on UbuntuLinux

2012-01-17 Thread Leonard Rosenthol
Use CurveTo instead :). However, you will have to determine the curvatures yourself. On 1/17/12 3:01 AM, "Rob" wrote: > >Paulo Soares-3 wrote >> >> Do you really need an annotation or just something drawn on top of the >> content? >> > >Thanks Paulo, your reply made me focus on redrawing usin

Re: [iText-questions] Verify certified (with transform method DocMDP) signatures

2012-01-17 Thread Leonard Rosenthol
That is correct. If you are only operating according to PAdES Part 2 and ISO 32000-1, then the inclusion of LTV/DSS after certification (MDP, P=1) WOULD be invalid. And you can see that verified with Acrobat < 9 (when we only supported those same two standards), it will show such a PDF as having m

Re: [iText-questions] Verify certified (with transform method DocMDP) signatures

2012-01-17 Thread Leonard Rosenthol
And I checked with my engineers and they indeed verified that LTV is fully supported on DocMDP/Cert signatures. Thanks for the reminder!!! Leonard On 1/16/12 10:55 PM, "mkl" wrote: > >Leonard Rosenthol-3 wrote >> Good question - I need to check on that > >I just looked at it once more. There e

Re: [iText-questions] Verify certified (with transform method DocMDP) signatures

2012-01-17 Thread Francesca Merighi
Hi Leonard, I'm sorry i've not introduced the contest in which my pdf validator is operating. The software should comply with the current italian technical rules about digital signatures. Those rules refer to standard ETSI TS 102 778-2, and consequently to ISO 32000-1 clause 12.8.3, that specifi

Re: [iText-questions] Please UNSUBSCRIBE me from this list

2012-01-17 Thread Alexis Pigeon
Hi Salesh, On 17 January 2012 12:58, Sailesh K wrote: > Please UNSUBSCRIBE me from this list > Please READ the footer of any message sent to this mailing list, you'll find a link to a page to manage your subscription.. [...] iText-questions mailing list > iText-questions@lists.sourceforge.net

[iText-questions] Please UNSUBSCRIBE me from this list

2012-01-17 Thread Sailesh K
Please UNSUBSCRIBE me from this list From: Rob To: itext-questions@lists.sourceforge.net Sent: Tuesday, January 17, 2012 6:01 AM Subject: Re: [iText-questions] createInk not displaying in PDF on UbuntuLinux Paulo Soares-3 wrote > > Do you really need an ann

Re: [iText-questions] createInk not displaying in PDF on UbuntuLinux

2012-01-17 Thread Rob
Paulo Soares-3 wrote > > Do you really need an annotation or just something drawn on top of the > content? > Thanks Paulo, your reply made me focus on redrawing using PdfContentByte.moveTo and lineTo and I now have the vectors written directly on the document. I would have preferred annotations

Re: [iText-questions] Digital sigantures generated with itext are not valid in Foxit

2012-01-17 Thread mkl
Alexander, Alexander Raitskin wrote > I've added these lines to the code: [...] > > Now it seems that the message digest is in the signed attributes too. > However, the file is still does not pass the validation of Foxit... As Paulo has initially suggested, you now should really forward this iss