Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 31,087 for

editor

(0.02 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. redactor.css

    /* Icon font */ @font-face { font-family: 'RedactorFont'; src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1Mv/NUAAAC8AAAAYGNtYXAaV+ECBQAAFPAAAAAkaG10eE/+D/4AHgACAAAAABAAA......redactor-editor, .redactor-box { background:...Z-index setup */ .redactor-editor, .redactor-box, .redactor-box...

    helpdesk.aspose.com/css/redactor.css
  4. 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/
  5. 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...
  6. 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...
  7. 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...
  8. 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/
  9. Move and Remove Form Field|Aspose.PDF for Java

    This section explains how you can move and remove Form Fields with FormEditor Class....MoveField () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-05.pdf" ); editor . MoveField ( "Last Name" ...

    docs.aspose.com/pdf/java/move-remove-form-field/
  10. CreateBookmarks | Aspose.PDF for .NET API Refer...

    Creates bookmarks for all pages....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . CreateBookmarks (); editor . Save ( "example_out...

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