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

editor

(0.17 sec)
  1. 使用页面旋转|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...
  2. 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/
  3. 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/
  4. How to enable and disable keyboard events|Docum...

    Enable or disable GridJs sheet keyboard event handling through the public enableKeyEvent method and understand the shortcut operations handled by the inspected code.... Tab Clears the editor and moves the selector right...right. Shift + Tab Clears the editor and moves the selector left...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. Get Viewer Preferences|Aspose.PDF for Java

    Learn how to read the viewer preferences of a PDF document in Java using the PdfContentEditor facade in Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf..." + editor . getViewerPreference ()); } finally { editor . close...

    docs.aspose.com/pdf/java/get-viewer-preferences/
  6. How to enable and disable keyboard events|Docum...

    Enable or disable GridJs sheet keyboard event handling through the public enableKeyEvent method and understand the shortcut operations handled by the inspected code.... Tab Clears the editor and moves the selector right...right. Shift + Tab Clears the editor and moves the selector left...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  7. 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/
  8. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF documents using Aspose.PDF in Java....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...// Change Viewer Preferences editor . changeViewerPreferen ( ViewerPreference...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  9. Replace Text Simple|Aspose.PDF for Java

    Learn how to replace text throughout a PDF document in Java using the PdfContentEditor facade in Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); try { editor . bindPdf...( inputFile . toString ()); editor . getReplaceTextStrate ()....

    docs.aspose.com/pdf/java/replace-text-simple/
  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/