Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 22,168 for

editor

(0.44 sec)
  1. Add Attachment|Aspose.PDF for Java

    Learn how to attach an external file to a PDF document in Java using the PdfContentEditor facade in Aspose.PDF....Exception { PdfContentEditor editor = new PdfContentEditor ();...)) { editor . bindPdf ( inputFile . toString ()); editor . addDocumentAttachmen...

    docs.aspose.com/pdf/java/add-attachment/
  2. Set Field Appearance|Aspose.PDF for Java

    Learn how to change the visual appearance flags of a PDF form field in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . setFieldAppearance ( "First...

    docs.aspose.com/pdf/java/set-field-appearance/
  3. Set Field Alignment Vertical|Aspose.PDF for Java

    Learn how to set vertical alignment for a PDF form field in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . setFieldAlignmentV ( "First...

    docs.aspose.com/pdf/java/set-field-alignment-ve...
  4. 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/
  5. Set Field Alignment|Aspose.PDF for Java

    Learn how to set horizontal text alignment for a PDF form field in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . setFieldAlignment ( "First...

    docs.aspose.com/pdf/java/set-field-alignment/
  6. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades...()) { // Bind PDF document editor . BindPdf ( dataDir + "sample...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  7. Decorate Form Field in PDF|Aspose.PDF for Java

    Learn how to apply decorations like borders or colors to form fields in PDF documents using Aspose.PDF in Java....{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir...( 2 ); editor . setFacade ( cityDecoration ); editor . decorateField...

    docs.aspose.com/pdf/java/decorate-form-field/
  8. Copy Outer Field|Aspose.PDF for Java

    Learn how to copy a form field from one PDF document into another in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...outputFile . toString ()); editor . copyOuterField ( inputFile...

    docs.aspose.com/pdf/java/copy-outer-field/
  9. Create Submit Button|Aspose.PDF for Java

    Learn how to add a submit button to a PDF document in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . addSubmitBtn ( "submitbutton"...

    docs.aspose.com/pdf/java/create-submit-button/
  10. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...()) { // Bind PDF document editor . BindPdf ( dataDir + "Sample-Form-01...

    docs.aspose.com/pdf/zh/net/add-form-fields/