PdfFileAttachmentFromExternalPath Method
Creates an attachment that references an external file by path.
The file is not embedded and the reference depends on the PDF
reader being able to access the same path. Use
FromFile(String)
for portable PDFs
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public static PdfFileAttachment FromExternalPath(
string filePath
)
- filePath String
- The path to the external file
PdfFileAttachmentA new attachment instance