Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 52,380 for

editor

(0.04 sec)
  1. Edit WORDML files via .NET | products.aspose.com

    C# sample code to edit Microsoft Word WORDML file using server side .NET library....NET WORDML Editor PNG JPG BMP TIFF DOCX Edit...API for C# platform for any editor. Open NuGet package manager...

    products.aspose.com/words/net/editor/wordml/
  2. CreateBookmarksAction | Aspose.PDF for .NET API 参考

    创建具有指定操作的书签...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateBookmarksActio ( "bookmark...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  3. Adding Annotations to existing PDF file|Aspose....

    This section explains how to add Annotations to existing PDF file with Aspose.PDF Facades....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...Height = 18 , Width = 100 }; editor . CreateFreeText ( rect , "Free...

    docs.aspose.com/pdf/net/adding-annotations-to-e...
  4. Redact certain page region with Redaction Annot...

    Aspose.PDF for Java allows you to add and manipulate Annotations in an existing PDF file. You should use a class named RedactionAnnotation to resolve this task....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . bindPdf...Redact certain page region editor . redactArea ( 1 , new Rectangle...

    docs.aspose.com/pdf/java/redact-certain-page-re...
  5. Redact certain page region with Redaction Annot...

    Aspose.PDF for Java allows you to add and manipulate Annotations in an existing PDF file. You should use a class named RedactionAnnotation to resolve this task....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . bindPdf...Redact certain page region editor . redactArea ( 1 , new Rectangle...

    docs.aspose.com/pdf/androidjava/redact-certain-...
  6. ExtractLink | Aspose.PDF for .NET API Reference

    Extracts the collection of Link instances contained in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf..."example.pdf" ); IList links = editor . ExtractLink (); foreach (...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  7. Edit TXT files via .NET

    Try our On-Premise document Editor APIs to edit TXT document on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....API for C# platform for any editor. Open NuGet package manager...and Develop your editor. Or use Aspose Editor by accessing its...

    products.aspose.com/words/net/editor/txt
  8. FlatteningAnnotations | Aspose.PDF for .NET API...

    Flattens all annotations in the document....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..."example.pdf" ); editor . FlatteningAnnotation (); editor . Save ( example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. Adding Bookmarks to PDF file|Aspose.PDF for .NET

    This section explains how to create Nested Bookmarks with PdfContentEditor Class....PdfContentEditor editor = new PdfContentEditor ( document ); editor . CreateBookmarksActio...Saves the result PDF to file editor . Save ( _dataDir + "PdfCo...

    docs.aspose.com/pdf/net/how-to-create-nested-bo...
  10. CreateBookmarkOfPage | Aspose.PDF for .NET API 参考

    为指定页面创建书签...PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateBookmarkOfPage ( "bookmark...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...