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
Goal: import PDF file B and insert its pages to PDF file A. B may contain hyperlinks.
The pages from B should be inserted to A with the hyperlinks intact.
The line
PDFsharp/src/foundation/src/PDFsharp/src/PdfSharp/Pdf/PdfDictionary.cs
Line 1278 in 5fbf6ed
attempts to add a duplicate key to a dictionary. The following exception is thrown, the import fails and no document is produced:
System.ArgumentException: 'An item with the same key has already been added. Key: /Annots'
Builds: all three PDFSharp builds present in the issue submission template.
Version: 6.2.0-preview-1.
MCVE: Issue.zip. The MCVE includes two simple PDF files with which the issue can be demonstrated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Goal: import PDF file B and insert its pages to PDF file A. B may contain hyperlinks.
The pages from B should be inserted to A with the hyperlinks intact.
Actual Behavior
The line
PDFsharp/src/foundation/src/PDFsharp/src/PdfSharp/Pdf/PdfDictionary.cs
Line 1278 in 5fbf6ed
attempts to add a duplicate key to a dictionary. The following exception is thrown, the import fails and no document is produced:
System.ArgumentException: 'An item with the same key has already been added. Key: /Annots'
Steps to Reproduce the Behavior
Builds: all three PDFSharp builds present in the issue submission template.
Version: 6.2.0-preview-1.
MCVE: Issue.zip. The MCVE includes two simple PDF files with which the issue can be demonstrated.
The text was updated successfully, but these errors were encountered: