Re: [iText-questions] PDF Digital Signatures

2006-04-22 Thread Paulo Soares
See: http://www.rsasecurity.com/rsalabs/node.asp?id=2124 http://partners.adobe.com/public/developer/acrobat/index_advanced.html To see what Acrobat produces: http://www.geminisecurity.com/guidumpasn.html http://www.windjack.com/products/pdfcanopener.html Paulo - Original Message - Fr

[iText-questions] PDF Digital Signatures

2006-04-22 Thread Dominik Seichter
Hi, I am currently implementing a free PDF library in C++ (http://podofo.sf.net will be online soon :) ). C++ is a requirement for this project, that is why I cannot use iText :(. Now I am trying to add digital signatures to my c++ lib, but I am not able to find sufficient documentation on the

Re: [iText-questions] please help me out

2006-04-22 Thread Bruno Lowagie
Don't use silly subject lines like 'please help me out'. Give a short description of the problem so that we can see what the question is about. 192.168.1.5 wrote: hi, please help me to read article properties from a pdf file This will get you started: PdfReader reader = new PdfReader("Enc

[iText-questions] please help me out

2006-04-22 Thread 192.168.1.5
hi, please help me to read article properties from a pdf file iam attaching the pdf file. Encrypt.pdf Description: Adobe PDF document

Re: [iText-questions] how to find the position of pdf where exactly it will break

2006-04-22 Thread Bruno Lowagie
shaila wrote: Hi all, I m generating one pdf report using itext library.if pdf content is less means it will display those contents in one page.if more contents are there it will split to next page.so two page report will come.what my problem is i want to get the position of row where exact

[iText-questions] how to find the position of pdf where exactly it will break

2006-04-22 Thread shaila
Hi all,   I m generating one pdf report using itext library.if pdf content is less means it will display those contents in one page.if more contents are there it will split to next page.so two page report will come.what my problem is i want to get the position of row where exactly it is breaking