When converting pdf to html, how can I enable inputs in html? #1386
Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The screenshot shows the result in html format. There are no fields. |
Beta Was this translation helpful? Give feedback.
-
I did this: doc = fitz.open ('2.pdf') Looks like I still need to apply this: for field in page.widgets (): But it displays all fields separately from the rest of the text. |
Beta Was this translation helpful? Give feedback.
-
MuPDF does not support annotations or fields to be preserved when converting to other types than PDF. Filled out field values seem to be converted okay, too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions