Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 17,575 for

document editor

(0.15 sec)
  1. 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....PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int []...

    docs.aspose.com/pdf/java/working-with-image/
  2. Adding Annotations to existing PDF file|Aspose....

    Learn how to add various types of annotations to existing PDF files in Java using Aspose.PDF for interactive features....AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/java/adding-annotations-to-...
  3. Auto layout VSX document via Java | products.as...

    Java source code to auto layout vsx file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....TIFF VSDX Auto layout VSX document in Java Native and high performance...performance auto layout VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/java/autolayout/vsx/
  4. Add PDF Form Fields|Aspose.PDF for .NET

    This topic explains how to work with Form Fields with Aspose.PDF Facades using FormEditor Class....AddField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/net/add-form-fields/
  5. How to Edit Word Document Metadata in Java

    This quick article guides on how to edit Word Document metadata in Java. It describes the IDE settings, a list of steps in the program, and a runnable sample code to change Word metadata in Java....Product Family How to Edit Word Document Metadata in Java In this short...description of how to edit Word document metadata in Java . It explains...

    kb.aspose.com/words/java/how-to-edit-word-docum...
  6. Source | Aspose.Words for Java

    Represents an individual source such as a book journal article or interview in Java....available in the document. Document document = new Document(getMyDir()...Bibliography bibliography = document.getBibliography(); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  7. Get Viewer Preference of an existing PDF File|A...

    Explore how to extract and retrieve viewer preferences from an existing PDF file using Aspose.PDF in Java....for example, positioning the document window in the center of the...GetViewerPreference () { var document = new Document ( _dataDir + "PdfC...

    docs.aspose.com/pdf/java/get-viewer-preference-...
  8. 向现有 PDF 文件添加注释|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 向现有 PDF 文件添加注释。...AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/java/adding-annotations-...
  9. Import FDF format annotations to PDF via C#|Asp...

    Use existing Form.ImportFdf() or add PdfAnnotationEditor.ImportAnnotationsFromFdf() methods for import FDF format annotations to PDF with Aspose.PDF for .NET....data and annotations in PDF documents. It is a lightweight PDF version...import annotations from a FDF document to PDF file. Also, Class Form...

    docs.aspose.com/pdf/net/import-fdf/
  10. 在PDF中装饰表单字段|Aspose.PDF for .NET

    探索如何在PDF文档中装饰表单字段,使用Aspose.PDF在.NET中添加视觉增强效果,如边框。...DecorateField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/decorate-form-field/