How to flatten all form fields in PDF files ? #1928
Answered
by
JorjMcKie
hoaile-novobi
asked this question in
Q&A
-
Is there any method to flatten all the form fields of PDF files ? |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Sep 17, 2022
Replies: 1 comment 1 reply
-
Use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JorjMcKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
Document.convert_to_pdf()
method.This may not work for PDFs with font problems like missing ToUnicode mappings, but certainly worth a try.