PDFDoc Scout |
PDFDoc Scout library - Sample
How to attach files to generated PDF
document using PDFDoc Scout library:
You can download the source code of this example here: pdfdocscout_attaching_files.zip This example shows how to attach files to the generated PDF document with PDFDoc Scout library Attached files are displayed on "Attachments"
tab when you view PDF document in Adobe Reader:
' this example demonstrates how to attach file to generated
PDF document using PDFDoc Scout PDFDoc.OutputFileName = "AttachedFiles.pdf"
' set output filename for PDF document PDFDoc.BeginDocument ' starts PDF document generation ' add text to a page PDFDoc.AddAttachedFile "sample.png", "Sample.png File" PDFDoc.EndDocument ' close pdf document generation ' disconnect from library You can download the source code of this example here: pdfdocscout_attaching_files.zip
"Hello, World!" quick start step-by-step tutorials: |
|
|
||