Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-08 Thread rajeev2012
Sir, I had read the solution and as per the given suggestion did download the source, did create a new build, which apparently worked well and I did care to reply back to the forum. But, at that time I was using 'setField(...)' option to fill the form but later I have found that some of the

[iText-questions] Converting RTF files to PDF/A 1A

2010-09-08 Thread Wilson, Lucille
I need to write a proof of concept that will convert an RTF file to a PDF/A 1A format. From my reading of the iText sample code and documents I concluded that iText was not the correct tool. However, upon further reading perhaps I am incorrect. How do I use the sdk to convert a RTF document

Re: [iText-questions] Converting RTF files to PDF/A 1A

2010-09-08 Thread Leonard Rosenthol
No, iText isn't the tool for you. There are, however, NUMEROUS other solutions available today - ranging from commercial to open source, in various programming languages and/or APIs for same. Why would you want to reinvent the wheel instead of using something already out there? Leonard

Re: [iText-questions] Converting RTF files to PDF/A 1A

2010-09-08 Thread Wilson, Lucille
Dear Leonard, Thanks for the confirmation. Lucille Wilson From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Wednesday, September 08, 2010 10:20 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Converting RTF files to PDF/A 1A No, iText isn't the tool for you.

Re: [iText-questions] Converting RTF files to PDF/A 1A

2010-09-08 Thread Terry Mah
I would create an app that opens the rtf doc with a word processor (ms office), then use an API to print the doc to postscript then use a utility like ps2pdf to generate your PDF. On 2010-09-08, at 8:25 AM, Wilson, Lucille lwil...@emptoris.com wrote: Dear Leonard, Thanks for the

Re: [iText-questions] New iText site

2010-09-08 Thread Alexis Pigeon
On 7 September 2010 18:21, Bruno Lowagie br...@lowagie.com wrote: On 7/09/2010 11:56, Alexis Pigeon wrote: However, I would find it even more awesomer if you would consider increasing the font of the main text by one or two units, for readability's sake. OK, done. (You may need to hit

Re: [iText-questions] Converting RTF files to PDF/A 1A

2010-09-08 Thread Leonard Rosenthol
Except that you can’t do PDF/A-1a via Postscript, since it requires stuff that can’t be passed through a PS stream. (at least not in a compatible/standard way) Leonard From: Terry Mah [mailto:tandt...@yahoo.com] Sent: Wednesday, September 08, 2010 10:34 AM To: Post all your questions about

[iText-questions] New iText site

2010-09-08 Thread John Renfrew
Ooooh I agree heartily. Strange that even though we can get the sense of things from books because what we do often is code it suddenly comes to life when shown as a listing with colour highlights on screen. Great piece of work to all those who have taken the time to do it. And surely

[iText-questions] Acro Fields not copied to duplicate pages

2010-09-08 Thread kpgraci
I am merging several PDF files that each have acrofields on them. It works when the PDFs are unique, that is, none of the pdfs are the same. If, however, I try to merge two of the same pdf files the form fields only appear on the last copy of the page. So if I have a pdf file and I merge it to

[iText-questions] PageSize Not Translating to 72 per inch

2010-09-08 Thread shaselsc
I'm trying to determine the actual value to create the correct margins on my page, but I seem to be running into an issue. When I create a document using PageSize.A4, which is supposed to be 8.5x11, I get back 595x842. If you divide those values by 72, you get ~8.264x11.694. Am I missing

Re: [iText-questions] PageSize Not Translating to 72 per inch

2010-09-08 Thread Leonard Rosenthol
A4 isn't US Letter. US Letter is 8.5x11. -Original Message- From: shaselsc [mailto:haselschwerdt.step...@aoins.com] Sent: Wednesday, September 08, 2010 11:47 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PageSize Not Translating to 72 per inch I'm trying to

Re: [iText-questions] Acro Fields not copied to duplicate pages

2010-09-08 Thread Paulo Soares
Use PdfCopyFields. Paulo -Original Message- From: kpgraci [mailto:itextsh...@gmail.com] Sent: Wednesday, September 08, 2010 4:34 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Acro Fields not copied to duplicate pages I am merging several PDF files that each

Re: [iText-questions] New iText site

2010-09-08 Thread Bruno Lowagie
On 8/09/2010 17:12, John Renfrew wrote: Great piece of work to all those who have taken the time to do it. The design was made by Namahn: http://www.namahn.com/ but I did the technical implementation (the php code and the content). It was a huge effort, especially adding keywords to every

Re: [iText-questions] Acro Fields not copied to duplicate pages

2010-09-08 Thread 1T3XT info
On 8/09/2010 17:34, kpgraci wrote: Q1: How to make the identical fields appear on each page of the merged copy Q2: How to change the names of the fields during the merge so they are now unique. Try this link: http://1t3xt.be/?0f8 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/

[iText-questions] Turkish Character Error

2010-09-08 Thread Sefa TEYEK | iCreso Internet's Creative Solutions
Hello, While with HTML Worker when I am changing the hmtl codes to PDF turkish character (ıIşŞğĞİ) don't come out? -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the

[iText-questions] error during signature verification

2010-09-08 Thread le dinh phuoc
Hi All! Please help when i want use Smartcard to create Signature after that insert it to PDF file, i get error Error during signature verifycation Fail decoding DER data as binary. follow is all may code. when try test sign i only call SmartCardSignDetached function. public void

Re: [iText-questions] Turkish Character Error

2010-09-08 Thread 1T3XT info
On 8/09/2010 12:38, Sefa TEYEK | iCreso Internet's Creative Solutions wrote: Hello, While with HTML Worker when I am changing the hmtl codes to PDF turkish character (ıIşŞğĞİ) don't come out? Did you declare a FontProvider? If so: which fonts did you use? -- This answer is provided by

Re: [iText-questions] PageSize Not Translating to 72 per inch

2010-09-08 Thread shaselsc
And that would be why. I misread something on the wikipedia page that said the Similar ISO A Size. Thanks for the help. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PageSize-Not-Translating-to-72-per-inch-tp2531545p2531730.html Sent from the iText - General

Re: [iText-questions] Reading text from PDF

2010-09-08 Thread Modesto Aguirre Gomez
Ok, thank you very much. I cannot send the PDF for you to see it because it contains some personal information which is not mine. If I try to modify them, I would have to delete the clip region and then, you won´t be able to see the problem I am talking about. If I success with the

[iText-questions] Licensing question

2010-09-08 Thread Robert Williams
Hello, Looking through the archives, my question was almost but not quite answered here: http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg49530.html We're considering using iText to support a couple of PHP web applications that we develop. Presently, the functionality is

Re: [iText-questions] PDF gets sent as XML in email in IE file -amp; gt; sendas page option

2010-09-08 Thread Mark Storer
Could we see the PDF? I really don't think this has anything to do with iText, but I'll have a look anyway. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; -Original Message- From: 1T3XT info

Re: [iText-questions] Converting RTF files to PDF/A 1A

2010-09-08 Thread Mark Storer
To expand on this a bit, iText as a low level SDK can be used to create PDF/A, 1/a or 1/b. I've done 1/b myself, and have worked with marked content/document structure, both with iText (though I believe I ended up rearanging iText's handling of same in each case). I'm quite confident that its

Re: [iText-questions] Reading text from PDF

2010-09-08 Thread Kevin Day
Another option would be to use com.itextpdf.text.pdf.parser.PdfContentReaderTool to obtain the content stream for the page that is causing problems. The tool should actually fail with the null pointer exception, but you'll get the content stream output before then. Replace the text extraction

Re: [iText-questions] Licensing question

2010-09-08 Thread Mark Storer
AGPL entitles anyone who has access to the generated content (the PDFs in this case) access to the source. Which source? Not gonna touch that one. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; -Original

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-08 Thread rajeev2012
Sir, Any suggestions ... Regards Rajeev -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2532344.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-09-08 Thread 1T3XT info
On 9/09/2010 7:15, rajeev2012 wrote: Sir, Any suggestions ... You once said that it worked in the Java version. If that is still true: fix the iTextSharp code. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] Licensing question

2010-09-08 Thread 1T3XT info
On 8/09/2010 23:35, Robert Williams wrote: Really, it would be much like Pdftk, PdfTk is (as you probably know) a mighty old version of iText compiled with GCJ. If I understand the terms of the AGPL license, the wrapper application would be covered by AGPL As I understand the AGPL, it was