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
We have a use-case where we generate the first 90% of our PDFs through Playwright/chrome and then add the remaining data with PDFSharp.
One of the things we want to do is adding named destination links to a destination that already has been generated by chrome.
Only it seems that the link generated by PDFSharp does not work in some popular PDF viewers.
For example: Adobe Acrobat, macOS preview tool and iOS preview tool
Reporting an Issue Here
Expected Behavior
The link actually working/referencing to the correct destination.
Actual Behavior
The link works when the PDF is opened in a browser. It does nothing in, for example, Acrobat.
In the project is a PDF.pdf file. This is the file generated by just a chrome desktop print-to-pdf action. It contains two pages. Page one contains a link that references to the paragraph on page 2.
When the app is ran, it generates a HelloWorld.pdf. This PDF contains three pages, one and three being the same as PDF.pdf. Page 2 now contains a simple red 'button' that also should reference the same paragraph on the page three.
Again, the link works fine in any browser. But when openend in Acrobat or when using the macOS/iOS built-in preview tool, the link stops working.
The text was updated successfully, but these errors were encountered:
Hi!
We have a use-case where we generate the first 90% of our PDFs through Playwright/chrome and then add the remaining data with PDFSharp.
One of the things we want to do is adding named destination links to a destination that already has been generated by chrome.
Only it seems that the link generated by PDFSharp does not work in some popular PDF viewers.
For example: Adobe Acrobat, macOS preview tool and iOS preview tool
Reporting an Issue Here
Expected Behavior
The link actually working/referencing to the correct destination.
Actual Behavior
The link works when the PDF is opened in a browser. It does nothing in, for example, Acrobat.
Steps to Reproduce the Behavior
Example code:
PdfTesting.zip
In the project is a
PDF.pdf
file. This is the file generated by just a chrome desktop print-to-pdf action. It contains two pages. Page one contains a link that references to the paragraph on page 2.When the app is ran, it generates a
HelloWorld.pdf
. This PDF contains three pages, one and three being the same asPDF.pdf
. Page 2 now contains a simple red 'button' that also should reference the same paragraph on the page three.Again, the link works fine in any browser. But when openend in Acrobat or when using the macOS/iOS built-in preview tool, the link stops working.
The text was updated successfully, but these errors were encountered: