fillabe PDF to Html

Please anyone help me, is it possible fillable(Editable acro feild) PDF form Convert in HTML by PDFTron? My Code cannot work.if Yes please can you share with me any Link?

Thanks.

The first thing I would suggest is that you use WebViewer SDK:
http://www.pdftron.com/webviewer

WebViewer allows rendering of PDF, Office and other documents in HTML5 via Canvas.

AcroForms are supported out of the box. For examples, check out ‘Forms support’ & ‘Form Actions’ samples:
http://www.pdftron.com/webviewer/demo/samples.html

or upload your own form via http://www.pdftron.com/webviewer/showcase/

To get started with WebViewer, see http://www.pdftron.com/webviewer/getstarted.html

Another option is to convert PDF to fixed page HTML using DocPub CLI (http://www.pdftron.com/docpub/downloads.html; docpub -f html my.pdf) or pdftron.PDF.Convert.ToPdf() (in PDFNet SDK - http://www.pdftron.com/pdfnet/downloads.html).

You can then place/append HTML form fields to generated HTML with help of PDFNet AcroForms API (similar to InteractiveFroms sample - http://www.pdftron.com/pdfnet/samplecode.html#InteractiveForms in PDFNet SDK).

This is definitely more work than using WebViewer but is doable…

For more info on options to visualize PDF in web browsers see:

http://blog.pdftron.com/2013/08/08/how-to-integrate-a-pdf-viewer-in-html5-apps/
http://blog.pdftron.com/2013/11/15/high-quality-epub-html-from-pdf/

On Friday, February 14, 2014 11:44:03 PM UTC-8, ASU Pal wrote:

Please anyone help me, is it possible fillable(Editable acro feild) PDF form Convert in HTML by PDFTron? My Code cannot work.if Yes please can you share with me any Link?

Thanks.