[iText-questions] ItextSharp .pdf not found as file or resource.

2011-01-10 Thread crebaw
Hi there, I have application that fill a PDF template with data from a web page ( vb.net), it *works fine on my development ambient* (win xp 64/ iis6) but when I upload to my web server (Win Server 2008 R2/iis 7.5) it stops working. The application build fine but generate a exception every time I

Re: [iText-questions] Detect form fields?

2011-01-10 Thread 1T3XT BVBA
Op 10/01/2011 19:36, newbie2itext schreef: > > Yes, the situation is that the pdf doesn't have any AcroForm technology, XFA > or a hybrid approach. > > But can we detect the 'line' or 'box' as mentioned above with iText? (I'm > sure they are individual 'object's because I can grap and move them aro

Re: [iText-questions] How can I acheive this one?

2011-01-10 Thread Nurettin DAG
You should certainly read chapter 6 of the book. Assuming you have read that One way could be following using PdfImportedPage which is a subclass of PdfPTemplate: PdfImportedPage currentPage = pages[pageNumber]; // Following is the writer for the document being bu

Re: [iText-questions] Detect form fields?

2011-01-10 Thread newbie2itext
Thanks for the reply. 1T3XT BVBA wrote: > > >> 1. Can we detect a textfield with 'underline' like 'STATE OF NORTH >> CAROLINA'? >> 2. Can we detect a textfield with 'box' like 'Court Day Of Week' > No. > > Yes, the situation is that the pdf doesn't have any AcroForm technology, XFA or a hy

Re: [iText-questions] Fw: PDF version question

2011-01-10 Thread 1T3XT BVBA
Op 10/01/2011 16:45, eveline.koekk...@nl.abnamro.com schreef: > > Hi there, > > please remove the references to IBM and ABN AMRO from the url : > http://itext-general.2136553.n4.nabble.com/PDF-version-question-td3022207.html We are in no way responsible for publishing those references. You've sent

Re: [iText-questions] Detect form fields?

2011-01-10 Thread 1T3XT BVBA
Op 10/01/2011 18:32, newbie2itext schreef: > Hey guys, is there a way that we can detect form fields in a pdf document > with iText? If the form uses AcroForm technology, XFA or a hybrid approach, then the answer is Yes. > I would like iText to impliment a functionality just like Acrobat Form Fiel

[iText-questions] How can I acheive this one?

2011-01-10 Thread karthick
I generate a pdf document (not based on acro fields) and in-between the document I should be able to insert other document. I could read and get the input stream but I don't know how to print this new doc. inside existing one. Any pointers? Thanks. -- View this message in context: http://itext-g

[iText-questions] Detect form fields?

2011-01-10 Thread newbie2itext
Hey guys, is there a way that we can detect form fields in a pdf document with iText? I would like iText to impliment a functionality just like Acrobat Form Field Recognition: (Advanced > Accessibility > Run Form Field Recognition) Attached are two PDFs that are before and after the Recognition

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-10 Thread 1T3XT BVBA
Op 10/01/2011 12:17, pedram farzaneh schreef: > I have a HTML code snippet which contains in which the columns > contain Arabic text. > after rendering the html snippet by "HTMLWorker" class the resulting > element > is instance of a PdfPTable which is shown in the pdf file but the text > is mi

Re: [iText-questions] JFreeChart inside a table?

2011-01-10 Thread 1T3XT BVBA
Op 10/01/2011 11:25, Eddy schreef: > OK, this works, but for some reason the charts look pale.. I guess wrapping > them with an Image does that? Is there a solution? It shouldn't look pale. Wrapping a PdfTemplate inside and Image is done fore reasons of convenience. It doesn't change the content of

[iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-10 Thread pedram farzaneh
I have a HTML code snippet which contains in which the columns contain Arabic text. after rendering the html snippet by "HTMLWorker" class the resulting element is instance of a PdfPTable which is shown in the pdf file but the text is missed. I will appreciate any help. Thanks, Pedram

Re: [iText-questions] JFreeChart inside a table?

2011-01-10 Thread Eddy
OK, this works, but for some reason the charts look pale.. I guess wrapping them with an Image does that? Is there a solution? Thanks! Eddy -- View this message in context: http://itext-general.2136553.n4.nabble.com/JFreeChart-inside-a-table-tp3205912p3206890.html Sent from the iText - General

Re: [iText-questions] PdfPTable doesn't work with document.add?

2011-01-10 Thread Eddy
That's very cool. Thanks, Nurettin! -- View this message in context: http://itext-general.2136553.n4.nabble.com/PdfPTable-doesn-t-work-with-document-add-tp3205903p3206749.html Sent from the iText - General mailing list archive at Nabble.com. -