[iText-questions] How to activate the zoom feature for interactive PDF file? Urgent help!!

2011-04-28 Thread butterfamily
Does anyone know how to activate the zoom feature in Adobe acrobat reader for an Interactive page flipping PDF file? I have exported an Indesign file to a page flipping swf and i imported it into Acrobat and saved it as a page flipping PDF file. My question is when i tried to zoom in the page in

Re: [iText-questions] Problem of multi-rowspan

2011-04-28 Thread teseo
Hi Everybody! I ask you please when the new version will be ready for download ? I have the same problem Thank you for advance Martin -- View this message in context: http://itext-general.2136553.n4.nabble.com/Problem-of-multi-rowspan-tp3443380p3478800.html Sent from the iText - General maili

Re: [iText-questions] Understanding and Using flying saucer

2011-04-28 Thread 1T3XT BVBA
Op 29/04/2011 8:45, Naresh Chaurasia schreef: I have recently started using flyingsaucer to do pdf generation from html file. OK, then you've posted your question to the wrong mailing list. Flying Saucer uses iText, but we're not the developers of Flying Saucer. There must be another mailing li

Re: [iText-questions] Understanding and Using flying saucer

2011-04-28 Thread Alexis Pigeon
Hi Naresh, On 29 April 2011 08:45, Naresh Chaurasia wrote: > I have recently started using flyingsaucer to do pdf generation from html > file. I spent time going through the APIs in documentation. I wanted to know > if there is some "good" documentation on flyingsaucer that will help me > unders

[iText-questions] Understanding and Using flying saucer

2011-04-28 Thread Naresh Chaurasia
I have recently started using flyingsaucer to do pdf generation from html file. I spent time going through the APIs in documentation. I wanted to know if there is some "good" documentation on flyingsaucer that will help me understand what is possible to do with flyingsaucer. I would'nt mind spendin

[iText-questions] iTextSharp, barcode and cyrillic

2011-04-28 Thread Денис Беднов
Good day. I use iTextSharp to generate PDF, and there is the possibility of generating a barcode pdf417. There was a problem with the Cyrillic alphabet. When decoding a bar code instead of Russian characters are blanks. What should I do?--

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Kiran Nepal
Hi,   I am using the version 4.1.1.0 of iTextSharp.   Regards, --- On Thu, 4/28/11, Leonard Rosenthol wrote: From: Leonard Rosenthol Subject: Re: [iText-questions] How to watermark a digitally signed pdfprogramatically To: "Post all your questions about iText here" Date: Thursday, April 28,

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Leonard Rosenthol
The PDFs appear fine, so I am going to fall back on the library/code. Are you using the current version of iTextSharp?? Leonard From: Kiran Nepal [mailto:kiran_2...@yahoo.com] Sent: Thursday, April 28, 2011 12:57 PM To: Post all your questions about iText here Subject: Re: [iText-questions] How

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Kiran Nepal
Hi Leonard,   "Unable" ones are After I ran the code. This means all 4 attached pdf are the output after running my code.   Regards, Kiran --- On Thu, 4/28/11, Leonard Rosenthol wrote: From: Leonard Rosenthol Subject: Re: [iText-questions] How to watermark a digitally signed pdfprogramatical

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Leonard Rosenthol
Are the “unable” ones BEFORE you ran your code over them or AFTER? WE need both… From: Kiran Nepal [mailto:kiran_2...@yahoo.com] Sent: Thursday, April 28, 2011 12:28 PM To: Post all your questions about iText here Subject: Re: [iText-questions] How to watermark a digitally signed pdfprogramatic

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Mark Storer
A single reply will suffice in the future. May we see your output from both signed and unsigned PDFs? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Kiran Nepal [mailto:kiran_2

Re: [iText-questions] How to watermark a digitally signed pdf programatically

2011-04-28 Thread Kiran Nepal
Hi Leonard,   The code doesn't throw any error, it executes fine but there is no change in digitally signed pdf. It is fine for me even it would show the signature invalid after the modification.   My code works fine for normal pdf i.e pdf without digital signature.   I would really appreciate an

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Kiran Nepal
Hi Mark,   It doesn't work means, my code neither can warkmark the existing digitally signed pdf nor can add any new text to it. After the code is executed the digitally signed pdf remains as it was before executing the code.   I will really appreciate any help.   Thanks, Kiran --- On Thu, 4/28

Re: [iText-questions] How to watermark a digitally signedpdf programatically

2011-04-28 Thread Mark Storer
Oh, and setting the pdf version to "1.0" is probably a bad idea. That might be ignored due to using append mode, but it wouldn't hurt to get the version from your reader and preserve it. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = nul

Re: [iText-questions] How to watermark a digitally signed pdf programatically

2011-04-28 Thread Leonard Rosenthol
What do you mean "doesn't work"? An error is thrown? The code executes fine but nothing shows on the PDF? Other?!?!? Be aware, of course, that modifying a digitally signed PDF will cause the signature to show as INVALID (for obvious reasons) Leonard From: Kiran Nepal [mailto:kiran_2...@yaho

Re: [iText-questions] How to watermark a digitally signed pdfprogramatically

2011-04-28 Thread Mark Storer
What do you mean by "it doesn't work". Does it produce a PDF? Is it valid? Is the signature invalid (you cannot get around that)? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From

[iText-questions] How to watermark a digitally signed pdf programatically

2011-04-28 Thread Kiran Nepal
Hi Friends, I urgently need to add watermark on a digitally signed pdf programatically using C#. I can watermark normal pdf using the code below but, it doesn't work for a pdf that with digital signature. Can you please help me to solve this issue. The following code works and adds watermark

Re: [iText-questions] Changing Text Color for Entire PDF

2011-04-28 Thread 1T3XT BVBA
Op 28/04/2011 15:23, Balajiprasad schreef: Hi, Is it possible to change entire text color to black in the existing pdf. In this case we need to open a pdf and change all text color to black inside the PDF. In that case you need to parse all the content streams (page content streams and f

[iText-questions] Changing Text Color for Entire PDF

2011-04-28 Thread Balajiprasad
Hi, Is it possible to change entire text color to black in the existing pdf. In this case we need to open a pdf and change all text color to black inside the PDF. Regards, R.Balajiprasad -- WhatsUp Gold - Downl

Re: [iText-questions] Purpose of book/{build,examples}.xml?

2011-04-28 Thread Balder
On 28/04/2011 8:03, 1T3XT BVBA wrote: Op 27/04/2011 19:24, Larry Evans schreef: The following co: ~/prog_dev/itext $ svn co https://itext.svn.sourceforge.net/svnroot/itext/book book produces output which includes: Abook/pom.xml This is the Maven approach, introduced by Balder.