Re: [iText-questions] I can change the level of certifiacion of a PDF document?

2010-08-02 Thread Leonard Rosenthol
No, you can not. A certifying signature can only be done once, before all other signatures. What you want to do, however, is after the last signature, use JavaScript to "lock" the rest of the document. -Original Message- From: cyberchak [mailto:antonio@gmail.com] Sent: Friday, July

Re: [iText-questions] Combine Flash RMA and 3D annotation

2010-08-02 Thread Leonard Rosenthol
Yes it's possible from the PDF language standpoint as well as the Adobe implementation of these features in Acrobat 9. However, the way to do it involves actually integrating the Flash & 3D into the same RMA using "textures" and "resources" - rather than as separate RMAs. Leonard -Origin

Re: [iText-questions] random problem with PDF's (shifting character set in printout)

2010-08-02 Thread mattpierce
follow up: Please disregard my previous post, I didn't realize our itext version was so old. We should try the latest version before we come looking for help. -- View this message in context: http://itext-general.2136553.n4.nabble.com/random-problem-with-PDF-s-shifting-character-set-in-printou

Re: [iText-questions] random problem with PDF's (shifting character set in printout)

2010-08-02 Thread mattpierce
This is an old thread but seems unresolved. I am having a problem with a similar issue. My company is using iText-2.1.0 and jasperreports-3.0.1 to generate PDFs. We have a webapp for browsing PDFs and then downloading/viewing. Occasionally upon opening a PDF, it is garbled (with the one letter

Re: [iText-questions] PdfStamper error: Premature end of file

2010-08-02 Thread Chip Whitmer
Michael, Thanks for your help tracking this down. This is a follow-up to explain how I resolved this problem. As you noted, the metadata in my source document does not contain the elements that iText expects. Adobe's XMP spec (http://www.adobe.com/devnet/xmp/pdfs/xmp_specification.pdf) says

Re: [iText-questions] Change Back Ground color of existing pdf

2010-08-02 Thread Mark Storer
#3: Add a colored background to an existing PDF. Check out PdfStamper.getUnderContent( pageNumNotIndex ); That might be what you meant by #1. If you poke around the methods of PdfContentByte, you should be able to figure out the rest, but here's a hint: A: Set the fill color B: create a path/rec

Re: [iText-questions] I can change the level of certifiacion of a PDFdocument?

2010-08-02 Thread Mark Storer
> I am generating with iText a PDF document with multiple > signature fields, the first sign certified a PDF document > with a level of certification > "CERTIFIED_FORM_FILLING_AND_ANNOTATIONS". Can I change the > level of certification in the last signature to > "CERTIFIED_NO_CHANGES_ALLOWED"

Re: [iText-questions] I can change the level of certifiacion of a PDF document?

2010-08-02 Thread Paulo Soares
No, it can't be changed without invalidating the doc. Paulo -Original Message- From: cyberchak [mailto:antonio@gmail.com] Sent: Friday, July 30, 2010 9:48 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] I can change the level of certifiacion of a PDF documen

Re: [iText-questions] Change Back Ground color of existing pdf

2010-08-02 Thread Vamsi A
Hi, I wanted to change the back ground of an existing pdf . I can do it in two ways: 1. Modify existing pdf color. (open with pdf stamper and then change color ?) 2. Create new pdf with specific color and copy the content of the source pdf in to it. ( createPdf with specific back

[iText-questions] rendition problem

2010-08-02 Thread E.Jozsef
Hello everyone! I have a problem. I embed one media file into PDF and I want to display the user interface when playing this file. I know this is possible with javaScript, but i dont can get the embeded media rendition. Plase give me idea to solution. my c# code: PdfFileSpecification sound = Pd

[iText-questions] Combine Flash RMA and 3D annotation

2010-08-02 Thread Steven Birr
Hey, I am trying to combine a Flash tab menu (RMA) and a 3D annotation within PDF. This link should visualize my idea: http://stevenbirr.bplaced.net/filemanager/FlashAnd3DAnnotationMockup.png I have a flash tab menu as RMA (swf file) and a 3D annotation (u3d file). When I click on tab 1 of the m

[iText-questions] I can change the level of certifiacion of a PDF document?

2010-08-02 Thread cyberchak
I am generating with iText a PDF document with multiple signature fields, the first sign certified a PDF document with a level of certification "CERTIFIED_FORM_FILLING_AND_ANNOTATIONS". Can I change the level of certification in the last signature to "CERTIFIED_NO_CHANGES_ALLOWED" and not invalida

[iText-questions] Paul Masterson/Mail is out of the office.

2010-08-02 Thread Paul Masterson
I will be out of the office starting Sun 01/08/2010 and will not return until Mon 09/08/2010. I will respond to your message when I return. If this is urgent, please contact Matt Carolan @ 6112123 -- The Palm PDK Hot Ap

Re: [iText-questions] Get Tag name from HTMLWorker.ParseToList element

2010-08-02 Thread Paulo Soares
htmlarraylist doesn't know about tags anymore. You can override HTMLWorker and do whatever you want. Paulo From: Manfred Jehle [mailto:je...@centralnet.ch] Sent: Monday, August 02, 2010 2:26 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

[iText-questions] Get Tag name from HTMLWorker.ParseToList element

2010-08-02 Thread Manfred Jehle
How I can get the tag name in the loop (int k = 0; k < htmlarraylist.Count; k++)? Or is there a other technique to overwrite the predefined conversion of the HTML-Tags? Document document = new Document(PageSize.A4, 80, 50, 30, 65); try { //writer - ha

Re: [iText-questions] signing from store certificate

2010-08-02 Thread Calvin Streeting
working on that now using a ikey 2032.. there are many examples online (not all work :( ).. http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp2 I had issues passing the pin programicaly (due to some bug in .net) as mine is client server.. and apart from a few security fixes (all r

[iText-questions] signing from store certificate

2010-08-02 Thread ashish dhingra
Hi, I just wanted to know how to sign using store certificate.I signed using pfx file,it is working fine.Now i want to sign using smart card or store certificate.Please help me.thanks in advance. -- Thanks and Regards, Ashish Dhingra, Software Engineer, M-09467783146 God first everything else nex

Re: [iText-questions] Use custom font in iTextSharp

2010-08-02 Thread Lieven Cardoen
Great. Thx. On Mon, Aug 2, 2010 at 9:21 AM, Keith O wrote: > > > Well, I was kind off hoping for an example in C#. > > Example code in C# from the new book, chapters 1 though 11 are here: > > http://kuujinbo.info/iTextInAction2Ed/index.aspx > > Haven't added anything in a while, but still workin

Re: [iText-questions] Use custom font in iTextSharp

2010-08-02 Thread Keith O
> Well, I was kind off hoping for an example in C#. Example code in C# from the new book, chapters 1 though 11 are here: http://kuujinbo.info/iTextInAction2Ed/index.aspx Haven't added anything in a while, but still working on finishing off the rest of the book's examples. > On Thu, Jul 22, 20