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

editor

(0.1 sec)
  1. 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/
  2. 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/
  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. 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...
  5. 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...
  6. 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...
  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 .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...
  9. Work with Images using PdfContentEditor|Aspose....

    This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....DeleteImage () { PdfContentEditor editor = new PdfContentEditor ( new...pdf" )); editor . DeleteImage ( 2 , new [] { 2 }); editor . Save...

    docs.aspose.com/pdf/net/working-with-images-in-...
  10. 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...