You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attachment link in the document works, but my PDF viewer (Xreader 3.6.6) does not show the proper filename in the "annotations" panel. It only shows "(null)". The "attachments" panel is empty.
I have tried different values for the download, data-content-type and relationship, but did not succeed.
I have implemented a "custom resource access controller" as described on https://github.com/danfickle/openhtmltopdf/wiki/Embedding-downloadable-files#java
My HTML looks like this:
The resulting PDF contains
The attachment link in the document works, but my PDF viewer (Xreader 3.6.6) does not show the proper filename in the "annotations" panel. It only shows "(null)". The "attachments" panel is empty.
I have tried different values for the
download
,data-content-type
andrelationship
, but did not succeed.I have read through the code at
openhtmltopdf/openhtmltopdf-pdfbox/src/main/java/com/openhtmltopdf/pdfboxout/PdfBoxFastLinkManager.java
Lines 301 to 381 in 780ba56
Any ideas about what I am doing wrong?
The text was updated successfully, but these errors were encountered: