Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 52,267 for

editor

(0.09 sec)
  1. C#: Adjust Image Contrast, Brightness and Gamma...

    Use .NET image processing API to adjust contrast, brightness, and gamma of images in C#. Implement image editing features in your .NET applications....Use .NET image processing API to adjust contrast, brightness, and gamma of images in C#. Implement image editing features in your .NET applications.

    blog.aspose.com/2021/12/24/adjust-image-contras...
  2. Replace Text in PDF File|Aspose.PDF for Java

    This section explains how to replace text with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor (); editor . bindPdf..._dataDir + "sample.pdf" ); editor . replaceText ( "Value" , "Label"...

    docs.aspose.com/pdf/java/replace-text/
  3. 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/
  4. 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...
  5. 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
  6. 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/
  7. 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...
  8. 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...
  9. 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...
  10. 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/