Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 52,870 for

editor

(0.12 sec)
  1. Working with Attachments|Aspose.PDF for Java

    This section explains how to work with attachments in your PDF with Aspose.PDF Facades - a toolset for popular operations with PDF....AttachmentDemo01 () { PdfContentEditor editor = new PdfContentEditor ( new..._dataDir + "sample.pdf" )); editor . addDocumentAttachmen ( _dataDir...

    docs.aspose.com/pdf/java/working-with-attachments/
  2. 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...
  3. 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/
  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. 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...
  6. 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...
  7. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....DeleteImage () { PdfContentEditor editor = new PdfContentEditor ( new..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int...

    docs.aspose.com/pdf/java/working-with-image/
  8. Import and Export Form Field|Aspose.PDF for .NET

    Fill Form fields using DataTable with FormEditor Class by Aspose.PDF for .NET...ImportData () { var editor = new Form (); editor . BindPdf ( dataDir...dataDir + "Sample-Form-01.pdf" ); editor . ImportFdf ( System . IO ...

    docs.aspose.com/pdf/net/import-export-form-field/
  9. Move and Remove Form Field|Aspose.PDF for .NET

    Explore how to manage form fields in PDFs, including moving or removing them, using Aspose.PDF for .NET....MoveField () { var editor = new FormEditor (); editor . BindPdf ( dataDir...dataDir + "Sample-Form-05.pdf" ); editor . MoveField ( "Last Name" ...

    docs.aspose.com/pdf/net/move-remove-form-field/
  10. ImportAnnotationsFromXfdf | Aspose.PDF for .NET...

    Imports all annotations from XFDF file....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ImportAnnotationsFro ( "annots...

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