Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 52,870 for

editor

(0.1 sec)
  1. Add PDF Form Fields|Aspose.PDF for .NET

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

    docs.aspose.com/pdf/net/add-form-fields/
  2. Save | Aspose.PDF for .NET API 参考

    将更改的文档保存到文件中...PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  3. 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...
  4. 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...
  5. 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...
  6. CreateLocalLink | Aspose.PDF for .NET API 参考

    在 PDF 文档中创建本地链接...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateLocalLink ( new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. 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...
  8. Copy Inner and Outer Field|Aspose.PDF for Java

    This section explains how to copy inner and outer Field with com.aspose.pdf.facades using FormEditor Class....CopyInnerField () { FormEditor editor = new FormEditor (); Document...(). add (); editor . bindPdf ( document ); editor . copyInnerField...

    docs.aspose.com/pdf/java/copy-inner-and-outer-f...
  9. Copy Inner and Outer Field|Aspose.PDF for .NET

    This section explains how to copy Inner and Outer Field with Aspose.PDF Facades using FormEditor Class....void CopyInnerField () { var editor = new FormEditor (); var document...Pages . Add (); editor . BindPdf ( document ); editor . CopyInnerField...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  10. 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...