Re: [iText-questions] iText - svg support

2007-02-17 Thread Dirk.Weigenand
Hello Bhaskar, Bhaskar Somanchi [EMAIL PROTECTED] writes: Hello Bruno, Thanks for your quick reply. This is the piece of code I tried to embed .svg files to a pdf file. ... Document doc = new Document (); PdfWriter.getInstance (doc, new FileOutputStream (jobprints.pdf));

Re: [iText-questions] Converting PDF form to HTML form

2007-02-15 Thread Dirk.Weigenand
Michael Dolgonos [EMAIL PROTECTED] writes: Hello Michael, Dirk.Weigenand Dirk.Weigenand at gmx.de writes: Do you have an xdp representation of that PDF file? If so you can use xslt to transform the form to html. I have such a beast lying around. Not very useful if you have multiple pages

Re: [iText-questions] Converting PDF form to HTML form

2007-01-29 Thread Dirk.Weigenand
Michael Dolgonos [EMAIL PROTECTED] writes: Dirk, What's xdp representation? I'm new to this stuff. And I have only one page. Anything you can do to help? Well i don't know ;) See Brunos other mails. Please be more specific about your problem. For us it's clearly not so easy to read tee

Re: [iText-questions] Converting PDF form to HTML form

2007-01-28 Thread Dirk.Weigenand
Michael Dolgonos [EMAIL PROTECTED] writes: Hi, I know this question was asked before but I couldn't find if it has been resolved. I have a PDF file that contains a form and would like to convert it into an HTML file that will contain a form with the same field types - text, check boxes

Re: [iText-questions] Creating FDF without using Files System IO Operations

2007-01-18 Thread Dirk.Weigenand
Muhammad Asif [EMAIL PROTECTED] writes: Hello, 1- I want to use iText for parsing the filled pdf forms; extract and save the form fields values as FDF in database. PDF Forms are not submitted to server but reside in a folder on file system. Since there will be hundreds of forms the IO

Re: [iText-questions] How to create oracle.sql.BLOB PDF from incoming String[]

2006-11-11 Thread Dirk.Weigenand
Patrick O. Thurman [EMAIL PROTECTED] writes: Good Morning, I have a oracle.sql.ARRAY as input param and I would like to create PDF document from this array and return to plsql a oracle.sql.BLOB object. I have been tring the code below, but it does not work. I get ORA-29532: Java call