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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions