Re: [iText-questions] [SPAM] Re: PDF file content

2013-02-06 Thread Martin Bene
Hi, > Could you please tell me why when opening attached file, I can't read > plain text "Hello World" as mentioned in digitalsignatures20121017.pdf <>stream Because your PDF contains a compressed stream. Trying to read that in a text editor is like trying to read a .zip archive in a text ed

Re: [iText-questions] Digital Signatures and embedded certificates (Request for advice)

2012-04-06 Thread Martin Bene
Hi, > 1) I've noticed that opening the 2nd PDF (signed with the PFX) takes much > longer than the first > (signed with the exported cert). I guess Adobe verifies the chain, and that's > the source of the > opening lag. So, what is the recommended approach when signing PDF documents? > To inst

Re: [iText-questions] PDF splitting increases size

2012-04-06 Thread Martin Bene
Hi, > I have one particular PDF file with 110 pages and 3.39 MB size (PDF contains > only images). > When I split that PDF file using iText then the splitted files combined size > becomes 370 MB. > Each splitted file becomes 3.36 MB. Get a copy of rups and take a look at your PDF file: There

Re: [iText-questions] Removing OCG Locking inside a PDF

2012-03-29 Thread Martin Bene
 > Okay, so I guess it's the annotations.  I don't know how to iterate through the annotations. >  Are they a part of the page?  A part of the document?  Are they attached to > links? You really want to grab a copy of rups and have a look at your PDF. Will make things much more obvious. /Ann

Re: [iText-questions] How can I sign multiple digital signature in a pdf?

2012-03-29 Thread Martin Bene
Hi, > It is successfully showing me how to sign a digital signature to a pdf file, > however, this example will replace the > first digital signature file after I have signed another digital signature > for this pdf. Would you please advice me > how can I sign 2 validate sign. at the same pdf

Re: [iText-questions] Removing OCG Locking inside a PDF

2012-03-29 Thread Martin Bene
Hi, > The markup from Digital Pen is added as a pencil mark layer to the PDF > document.  When I open up the document, > and right click on the pencil marks, and select 'Properties', I see a > property called 'Locked' and it is checked.  If I > uncheck this 'Locked' check box, then the OCR engi

Re: [iText-questions] research regarding eid smartcard signing of documents

2012-02-24 Thread Martin Bene
Hi Jeroen, > thanks for the information, do you have any idea if they have any "test" > or dummy cards you can get for testing purposes? Yes, testing cards are available. There's two sources for Austrian citizens cards: * there's the classic citizen card issued by a-trust (http://www.a

Re: [iText-questions] research regarding eid smartcard signing of documents

2012-02-24 Thread Martin Bene
> I'm doing research for signing pdf's with the belgian eID card, but I was > wondering if other countries also > have electronic ID's which you can use to sign documents and where to find > information about them. Austria has something like that: the Austrian "Bürgerkarte"; it has two key pa

Re: [iText-questions] Sign a PDF with an ink signature

2011-12-14 Thread Martin Bene
> Is there an example how I can generate a pdf using iText that will allow a > 'ink signature' ? I don't think ink signatures as defined by adobe are possible with iText. However: you can add a digital signature that uses a custom image for signature field appearance. * get "ink signatu