Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 22,058 for

document editor

(0.03 sec)
  1. DeleteImage | Aspose.PDF for .NET API Reference

    Deletes the specified images on the specified page....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . DeleteImage ( 1 , new int [] { 1...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. Change bars or vertical lines are not appearing...

    Hello Aspose Team, We are using Aspose.PDF C#.Net Core 6 library in one of our application to edit some PDF Documents. With the help of PdfContentEditor class we are drawing one vertical line/bar on different pages bas…...correctly when viewing PDF document with different PDF viewers...application to edit some PDF documents. With the help of PdfContentEditor...

    forum.aspose.com/t/change-bars-or-vertical-line...
  3. Create flowchart style organization chart in VS...

    C# source code to create flowchart style organization chart in vsx file on .NET Framework, .NET Core, Mono Platforms....organization chart in VSX document using server-side Aspose.Diagram...Install-Package Visit our documentation for more details. How to...

    products.aspose.com/diagram/net/flowchart/vsx/
  4. Apply preset theme to VSX document via Java | p...

    Java source code to apply preset theme to vsx file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....apply preset theme to VSX document using server-side Aspose.Diagram...VSX Files in Java A basic document preset theme applying with...

    products.aspose.com/diagram/java/theme/vsx/
  5. Edit TXT files via .NET | products.aspose.com

    C# sample code to edit Microsoft Word TXT file using server side .NET library....NET TXT Editor PNG JPG BMP TIFF TXT Edit TXT...Native and high performance TXT document editing using server-side...

    products.aspose.com/words/net/editor/txt/
  6. Adding Annotations to existing PDF file|Aspose....

    This section explains how to add Annotations to existing PDF file with Aspose.PDF Facades....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/net/adding-annotations-to-e...
  7. 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...
  8. 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...
  9. 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...
  10. 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...