Deletes all bookmarks of the PDF Document....Deletes all bookmarks of the PDF document. public void DeleteBookmarks...PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...
C# source code to compress vsx file on .NET Framework, .NET Core, Mono Platforms....Native and high performance VSX document compressor using server-side...Install-Package Visit our documentation for more details. How to...
Creates a web link in PDF Document....Creates a web link in PDF document. public void CreateWebLink...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...
Flattens all annotations in the Document....Flattens all annotations in the document. public void FlatteningAnnotation...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...
Adds Document attachment with no annotation....AddDocumentAttachmen(string, string) Adds document attachment with no annotation...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...
Creates a link to launch an application in PDF Document....launch an application in PDF document. public void CreateApplicationLin...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...
This section explains how to work with Text - Facades using PdfContentEditor Class....ReplaceText01 () { PdfContentEditor editor = new PdfContentEditor ();...( dataDir + "sample.pdf" ); editor . ReplaceText ( "Value" , "Label"...
Fill Form fields using DataTable with FormEditor Class by Aspose.PDF for .NET...create/manipulating form fields inside PDF document. Using this API, you can programmatically...ImportData () { var editor = new Form (); editor . BindPdf ( dataDir...
This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....PdfContentEditor editor = new PdfContentEditor ( new Document ( dataDir...pdf" )); editor . DeleteImage ( 2 , new [] { 2 }); editor . Save...