Replaces the specified image on the specified page of PDF document with another image....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...); editor . ReplaceImage ( 1 , 1 , "image.jpg" ); editor . Save...
Imports bookmarks to the document from XML file....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ImportBookmarksWithX ( "bookmarks...
Used to specify the form presentation mode when printing or converting to image pdf documents.... Editor Specifies Editor form presentation mode...default). Editor public static final int Editor Specifies Editor form...
You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....input and output pdf files auto editor = MakeObject < Aspose :: Pdf...only two fields for simplicity editor -> AddField ( Aspose :: Pdf...
Creates a local link in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateLocalLink ( new System . Drawing...