I am creating a new pdf from a collection of existing files and setting the bookmarks on the new file using the Outlines collection on a pdf.Document object. I want to make sure that the resulting PDF file will always o…...ali October 21, 2025, 12:59pm 15 @fiona.treveil The...
Hello :slight_smile:
I’m trying to merge a xfdf and pdf. I used the code from the example, this one:
PdfAnnotationEditor AnnotationEditor = new PdfAnnotationEditor();
AnnotationEditor.BindPdf(“emptyPdf.pdf”);
FileStrea…...notifier June 16, 2025, 8:18pm 16 The issues you have...