-
Notifications
You must be signed in to change notification settings - Fork 257
I am creating PDFs on the fly and have to attach a document using PdfSharp.Pdf.PdfDocument.AddEmbeddedFile(string name, Stream stream) because I do not have access to the file at runtime, only summary information and the binary contents. I have been trying to add a link to the embedded document using PdfSharp.Pdf.PdfDocument.AddEmbeddedDocumentLink(PdfRectangle rect, string destinationPath, bool? newWindow = null) with no success. Can anyone point me in the direction of a working example please?
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment