We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greetings,
duplicate of #85
Converting docx to pdf.
In docx there are elements called "Notes" that act like a link to text in footer when you click it.
Looks like a problem with footnotes.xml
input.docx with Notes (check out little "1" on Title). input.docx
Expected behavior Notes converting as is (when you convert docx to pdf from Microsoft Office context menu). output_with_notes.pdf
Actual behavior Notes is missing, only number "1" stay in file. output_without_notes.pdf
Is there any solution for it or maybe am I missing something?
Kind regards, Dmitry Kuzmin
The text was updated successfully, but these errors were encountered:
We are facing the same problem. unicode characters are not printed when converting docx to pdf. docx: pdf:
Sorry, something went wrong.
No branches or pull requests
Greetings,
duplicate of #85
Environment
Description of the bug or enhancement
Converting docx to pdf.
In docx there are elements called "Notes" that act like a link to text in footer when you click it.
Looks like a problem with footnotes.xml
input.docx with Notes (check out little "1" on Title).
input.docx
Expected behavior
Notes converting as is (when you convert docx to pdf from Microsoft Office context menu).
output_with_notes.pdf
Actual behavior
Notes is missing, only number "1" stay in file.
output_without_notes.pdf
Is there any solution for it or maybe am I missing something?
Kind regards, Dmitry Kuzmin
The text was updated successfully, but these errors were encountered: