Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 37,842 for

document editor

(0.08 sec)
  1. DeleteBookmarks | Aspose.PDF for .NET API Refer...

    Deletes all bookmarks of the PDF Document....Deletes all bookmarks of the PDF document. public void DeleteBookmarks...PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. Compress VSX document via .NET | products.aspos...

    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...

    products.aspose.com/diagram/net/compress/vsx/
  3. CreateWebLink | Aspose.PDF for .NET API Reference

    Creates a web link in PDF Document....Creates a web link in PDF document. public void CreateWebLink...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. FlatteningAnnotations | Aspose.PDF for .NET API...

    Flattens all annotations in the Document....Flattens all annotations in the document. public void FlatteningAnnotation...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. AddDocumentAttachment | Aspose.PDF for .NET API...

    Adds Document attachment with no annotation....AddDocumentAttachmen(string, string) Adds document attachment with no annotation...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  6. CreateApplicationLink | Aspose.PDF for .NET API...

    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...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  7. Replace Text - Facades|Aspose.PDF for .NET

    This section explains how to work with Text - Facades using PdfContentEditor Class....ReplaceText01 () { PdfContentEditor editor = new PdfContentEditor ();...( dataDir + "sample.pdf" ); editor . ReplaceText ( "Value" , "Label"...

    docs.aspose.com/pdf/net/replace-text-facades/
  8. Import and Export Form Field|Aspose.PDF for .NET

    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...

    docs.aspose.com/pdf/net/import-export-form-field/
  9. CreateBookmarks | Aspose.PDF for .NET API Refer...

    Creates bookmarks for all pages....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . CreateBookmarks (); editor . Save ( "example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. Work with Images using PdfContentEditor|Aspose....

    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...

    docs.aspose.com/pdf/net/working-with-images-in-...