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

editor

(0.07 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. AddDocumentAdditionalAction | Aspose.PDF for .N...

    Adds additional action for document event....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . AddDocumentAdditiona ( PdfContentEditor...

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