Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 46,773 for

editor

(0.11 sec)
  1. CreateWebLink | Aspose.PDF for .NET API 参考

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

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  2. Add PDF Form Fields|Aspose.PDF for Java

    This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . addField ( FieldType . Text...

    docs.aspose.com/pdf/java/add-form-fields/
  3. ExtractBookmarks | Aspose.PDF for .NET API Refe...

    Extracts bookmarks of all levels from the document....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); Bookmarks bms = editor . ExtractBookmarks (); foreach...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. CreateRubberStamp | Aspose.PDF for .NET API Ref...

    Creates a rubber stamp annotation....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateRubberStamp ( 1 , System ...

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

    创建橡皮图章注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateRubberStamp ( 1 , System ...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  6. Decorate Form Field in PDF|Aspose.PDF for Java

    This section explains how to decorate Form Field in PDF using FormEditor Class....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir...( 2 ); editor . setFacade ( cityDecoration ); editor . decorateField...

    docs.aspose.com/pdf/java/decorate-form-field/
  7. FlatteningAnnotations | Aspose.PDF for .NET API 参考

    展平文档中的所有注释...PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..."example.pdf" ); editor . FlatteningAnnotation (); editor . Save ( example_out...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  8. CreateFileAttachment | Aspose.PDF for .NET API ...

    Creates file attachment annotation....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateFileAttachment ( new System...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. 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...
  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...