Skip to content

Instantly share code, notes, and snippets.

@Polaringu
Created March 29, 2016 14:30
Show Gist options
  • Save Polaringu/360726695a1b9ce83ece to your computer and use it in GitHub Desktop.
Save Polaringu/360726695a1b9ce83ece to your computer and use it in GitHub Desktop.
SourceCtrl.OpenDocFromPath(appRootDir + "\\SP.pdf");
PDFXEdit.IPXV_Document sourceDoc = SourceCtrl.Doc;
DestinationCtrl.OpenDocFromPath(appRootDir + "\\SF.pdf");
EmbeddPageAsAnIcon(sourceDoc.CoreDoc, DestinationCtrl.Doc.CoreDoc, DestinationCtrl.Inst);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment