Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 52,823 for

editor

(0.07 sec)
  1. Working with List Item|Aspose.PDF for .NET

    This section explains how to work with List Item with Aspose.PDF Facades using FormEditor Class....AddListItem () { var editor = new FormEditor (); editor . BindPdf ( dataDir...dataDir + "Sample-Form-01.pdf" ); editor . AddField ( FieldType . ListBox...

    docs.aspose.com/pdf/net/working-with-list-item/
  2. Editing html of Word document roundtripped via ...

    Hello, We have a problem with roundtripping a word document via html which has had its html adjusted. We are using Aspose in the following manner: A word document (customer document) is loaded and filled with data us…...in a JavaScript client web editor A user might do minor adjustments...attributes. The Javascript editor we are using does not take...

    forum.aspose.com/t/editing-html-of-word-documen...
  3. formpresentationmode - Aspose.PDF for Java - AP...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Description static int Editor Specifies Editor form presentation mode...Values Editor public static final int Editor Specifies Editor form...

    reference.aspose.com/pdf/java/com.aspose.pdf.de...
  4. ModifyBookmarks | Aspose.PDF for .NET API Refer...

    Modifys bookmark title according to the specified bookmark title....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ModifyBookmarks ( "existing bookmark...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. CreateBookmarks | Aspose.PDF for .NET API 参考

    为所有页面创建书签...PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . CreateBookmarks (); editor . Save ( "example_out...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  6. ImportAnnotationsFromXfdf | Aspose.PDF for .NET...

    从 XFDF 文件中导入所有注释...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ImportAnnotationsFro ( "annots...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. Working with Page Rotation|Aspose.PDF for .NET

    This section explains how to work with Page Rotation using PdfPageEditor Class....RotatePages1 () { var editor = new PdfPageEditor (); editor . BindPdf (...( dataDir + "sample.pdf" ); editor . PageRotations = new System...

    docs.aspose.com/pdf/net/working-with-page-rotat...
  8. DeleteBookmarks | Aspose.PDF for .NET API Refer...

    Deletes all bookmarks of the PDF document....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . DeleteBookmarks (); editor . Save ( "example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. GetPageRotation | Aspose.PDF for .NET API Refer...

    Returns the rotation of specified page....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); int rotation = editor . GetPageSize ( 1 ); Console...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. Save | Aspose.PDF for .NET API Reference

    Saves changed document into file....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/net/aspose.pdf.facades...