Re: [iText-questions] Fill acroform textbox with setfield

2012-01-10 Thread monter
You can 'register' an additional fonts for acrofields: bfont=BaseFont.createFont(PdfGenerator.COURIER_PATH, "ISO-8859-2", BaseFont.EMBEDDED); ArrayList subFonts= new ArrayList(1); subFonts.add(bfont); stamper.getAcroFields().setSubstitutionFonts(subFonts); -- View this message in conte

Re: [iText-questions] a problem with HTMLWorker

2012-01-10 Thread ylsq
the version i used is itext5.1.2,there is not a class named XMLWorker On 10 January 2012 20:03, Balder VC wrote: > Please also take not that there is an XMLWorker which intent to replace > the HTMLWorker > > > On 10/01/12 10:18, ylsq wrote: > > hi > > my english is pool,i hope you can follow

Re: [iText-questions] Spam: Re: How to extract embedded file ?

2012-01-10 Thread pramila_tha...@ontla.ola.org
Can you please post the complete sample code? -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-to-extract-embedded-file-tp2247128p4283419.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Extracting text from pdf that has multiple pdf's embedded in it (Portfolios)

2012-01-10 Thread Thakur, Pramila
Thanks a lot. I was looking at the same url. Well I started working with this 3 yrs back. And at that time that version worked for me. I will look at the chapters and find out what I can get from it. Thanks, --Pramila Thakur From: Leonard Rosenthol [mailto:lro

Re: [iText-questions] Extracting text from pdf that has multiple pdf's embedded in it (Portfolios)

2012-01-10 Thread Leonard Rosenthol
The iText book of course - http://itextpdf.com/book/. How can you be working with iText w/o it? And that's an old version, you should move to 5.x... From: Thakur, Pramila [mailto:pramila_tha...@ontla.ola.org] Sent: Tuesday, January 10, 2012 11:44 AM To: 'Post all your questions about iText here

Re: [iText-questions] Extracting text from pdf that has multiple pdf's embedded in it (Portfolios)

2012-01-10 Thread Thakur, Pramila
Hi Rosenthol, Which chapter in the book talks about it? I do not own a book as of now. But can I look at it online though? I am using iText2.1.3 jar in my program. Thanks, --Pramila Thakur From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, Janu

Re: [iText-questions] Extracting text from pdf that has multiple pdf's embedded in it (Portfolios)

2012-01-10 Thread Leonard Rosenthol
I am saying that you can use iText to extract the embedded PDFs. Examples in the book. Not sure what that has to do with Acrobat X. From: Thakur, Pramila [mailto:pramila_tha...@ontla.ola.org] Sent: Tuesday, January 10, 2012 11:23 AM To: 'Post all your questions about iText here' Subject: Re: [i

Re: [iText-questions] Extracting text from pdf that has multiple pdf's embedded in it (Portfolios)

2012-01-10 Thread Thakur, Pramila
Thank you Rosenthol, This process works, but I have too many files that have embedded pdf in them. Manually it is NOT possible. So I want to automate the process. I would prefer to combine them into a single pdf file. But I want to know how I can automate the process of combining into a single

Re: [iText-questions] URGENT Help required

2012-01-10 Thread 1T3XT BVBA
On 10/01/2012 10:54, SAROON S.R wrote: > Hi Team, > > Please let us know if there is way to communicate between HTML and PDF > through javascript. > > I want to submit an HTML form after the didPrint action in the PDF. Hello Saroon, it is possible to write code to establish a communication betwee

Re: [iText-questions] BarcodeInter25, createAwtImage image units?

2012-01-10 Thread Peter van Raamsdonk
Ok, not a bug... http://itext-general.2136553.n4.nabble.com/Barcode-Image-sizes-td2169024.html#none Sorry for not looking futher first. Peter From: peet...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Tue, 10 Jan 2012 13:21:26 +0100 Subject: Re: [iText-questions] BarcodeI

[iText-questions] PAdES-LTV specific verification

2012-01-10 Thread aszomor
Dear Team, Is there a deadline for the task, can someone inform when expected ? Thanks, Attila. -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existin

Re: [iText-questions] BarcodeInter25, createAwtImage image units?

2012-01-10 Thread Peter van Raamsdonk
The setX is not taken into effect with createAwtImage image, the width always stays the same. The method getBarcodeSize() gives the correct width. This was noted before, it looks like it is still in the latest 5.1.3 library, http://itext-general.2136553.n4.nabble.com/Problem-with-Barcode128-a

Re: [iText-questions] a problem with HTMLWorker

2012-01-10 Thread Balder VC
Please also take not that there is an XMLWorker which intent to replace the HTMLWorker On 10/01/12 10:18, ylsq wrote: > hi > my english is pool,i hope you can follow me.. > > > i get a exception when convert html to pdf. the html string is > > > String str = " style=\\\"font-family: 宋体;

Re: [iText-questions] Problem - HTMLWorker not display characters ţ ş ă

2012-01-10 Thread Balder VC
Use the UTF-8 code, not the characters. Or the html entity. Please also take not that there is an XMLWorker which intent to replace the HTMLWorker On 10/01/12 10:35, ionel vele wrote: > Hello, > > I tried to generate an PDF file from HTML, but after parsing the list of > characters : "ă, ş and

Re: [iText-questions] URGENT Help required

2012-01-10 Thread Balder VC
Indeed, if you have paid support you can send questions to a different mailaddress. But for trivial questions you can find answers for in the keywordlist it seems silly to use paid support (if that works by e.g. per incident basis or ... ) First read documentation, then ask questions. You'll wast

[iText-questions] BarcodeInter25, createAwtImage image units?

2012-01-10 Thread Peter van Raamsdonk
Hi, I'm using itextpdf-5.1.3 to draw my Interleaved 2 of 5 barcode in Graphics2d java. I set the setX (narrow module width calculated from the available width and printer dpi) and set setN widefactor (3). I use tenth mm as units. When getting the getBarcodeSize(), I get the correct width

Re: [iText-questions] URGENT Help required

2012-01-10 Thread Alexis Pigeon
Hi Saroon, Few and simple rules apply to this mailing list : < http://lowagie.com/rule1 > You managed to break rules #4 and #5 just in the subject line, that's a great achievement ;) On 10 January 2012 10:54, SAROON S.R wrote: > Hi Team, > > Please let us know if there is way to communicate b

Re: [iText-questions] FW: flatten a pdf

2012-01-10 Thread George Pearson
Hey Michael Thanks for the reply - I will attempt what you suggest, if I am successful I will certainly share with the community Kind regards Geo -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: 10 January 2012 11:46 AM To: itext-questions@lists.sourceforge.net Subjec

[iText-questions] URGENT Help required

2012-01-10 Thread SAROON S.R
Hi Team, Please let us know if there is way to communicate between HTML and PDF through javascript. I want to submit an HTML form after the didPrint action in the PDF. I work for Netapp , we have already have purchased your product. Do not have the license info with me now, can share once the co

Re: [iText-questions] FW: flatten a pdf

2012-01-10 Thread mkl
George, George Pearson wrote > We currently have a program that merges two sets of pdf using iTextSharp > to display to a user the entire set. > > This has been working great for that past few months however the client > now in the one set of pdf's have Adobe LiveCycle type forms, these forms > a

[iText-questions] Problem - HTMLWorker not display characters ţ ş ă

2012-01-10 Thread ionel vele
Hello,  I tried to generate an PDF file from HTML, but after parsing the list of characters : "ă, ş and ţ" aren't displayed. I tried to encode the html text to CP1250 but just "î anb â" are displayed. This is the source code that i am using:   iTextSharp.text.Document idocument = new iTextSharp

[iText-questions] a problem with HTMLWorker

2012-01-10 Thread ylsq
hi my english is pool,i hope you can follow me.. i get a exception when convert html to pdf. the html string is String str = "2010-10"; the exception Exception in thread "main" java.lang.ClassCastException: com.itextpdf.text.html.simpleparser.CellWrapper cannot be cast to com.itextpdf.tex

Re: [iText-questions] iText-questions Digest, Vol 68, Issue 13

2012-01-10 Thread William Bell
Many thanks for your reply Cameron. Slight error in my post - I meant to say non-1252. Anyway, Paulo's answer solves the problem. Thanks again.   Kind regards William William Bell E: wrb...@btinternet.com From: Cameron Conacher >To: "itext-questions@lists.sourceforge.net" > >Sent: Tuesday,

Re: [iText-questions] Reading annotations containing Unicode characters

2012-01-10 Thread William Bell
Thanks Paulo,   Works a treat :)   Very much obliged!   Kind regards William William Bell T: 07795 463646 E: wrb...@btinternet.com From: Paulo Soares >To: Post all your questions about iText here > >Sent: Monday, 9 January 2012, 22:27 >Subject: Re: [iText-questions] Reading annotations contai