2

I want to convert a fillable pdf form to a fillable html form. I had tried conversion using iTextSharp but it couldn't convert to fillable html form.

Sujith MB
  • 61
  • 1
  • 6

2 Answers2

3

PDF forms and HTML forms are fundamentally different from each other, so that it would be an extremely difficult task to do a conversion.

You'd be better off and faster by simply recreating the form in HTML.

Max Wyss
  • 3,549
  • 2
  • 20
  • 26
1

There is a couple PDF to HTML converters that can convert PDF Form to HTML Form. Here are some I'm aware of

PDF Form Viewer - based on JavaScript

PDF Forms to HTML Forms - cross-platform SDK & CLI

PDFtk - desktop or server Windows only

paolo
  • 11
  • 1