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

2007-02-15 Thread Dirk.Weigenand
Michael Dolgonos <[EMAIL PROTECTED]> writes: Hello Michael, > Dirk.Weigenand 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 sin

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

2007-02-13 Thread Michael Dolgonos
Dirk.Weigenand 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 since then those will be displayed one over another. > > If there is in

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

2007-01-30 Thread Leonard Rosenthol
On Jan 29, 2007, at 2:19 PM, Dirk.Weigenand wrote: > xdp representation of a pdf is a description in a XML dialect. Open > your > pdf file in a text editor and have a look at the first few lines. > If it > looks like the following: > That's not what XDP is... XDP is an XML con

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-29 Thread Bruno Lowagie
Michael Dolgonos wrote: > Dirk, > What's xdp representation? *sigh* This was predictable. Download the third chapter from my book. It's available for free from this URL: http://itext.ugent.be/itext-in-action/#free Search for XDP. > Anything you can do to help? CLARIFY!!! To us your question soun

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

2007-01-29 Thread Bruno Lowagie
Michael Dolgonos wrote: > Bruno, > I'm not sure I understood your comment.. I could have given you the very good answer given to you by Dirk Weigenand: "Do you have an xdp representation of that PDF file? If so you can use xslt to transform the form to html." But as Dirk says: it's a "beast" (mea

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

2007-01-29 Thread Michael Dolgonos
Dirk, What's xdp representation? I'm new to this stuff. And I have only one page. Anything you can do to help? Thanks a lot, MD - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

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

2007-01-29 Thread Michael Dolgonos
Bruno, I'm not sure I understood your comment.. MD - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics throug

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 bo

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

2007-01-27 Thread Bruno Lowagie
Michael Dolgonos wrote: > May be there are other tools that can do the job. No, this is a question in the same category as "Can you please fetch me a bucket of electricity?" br, Bruno - Take Surveys. Earn Cash. Influence the

[iText-questions] Converting PDF form to HTML form

2007-01-26 Thread Michael Dolgonos
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 and radio buttons. Can anyone provide any help or su