Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 17,570 for

document editor

(0.1 sec)
  1. 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-...
  2. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...AddField () { // 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/add-form-fields/
  3. Decorate Form Field in PDF|Aspose.PDF for .NET

    Explore how to decorate form fields in a PDF Document, adding visual enhancements like borders, in .NET with Aspose.PDF....DecorateField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/net/decorate-form-field/
  4. 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....for example, positioning the document window in the center of the...SetViewerPreference () { var document = new Document ( _dataDir + "Sample...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  5. Inquiry about creating Document Web Viewer with...

    Hi. My company is planning to purchase your aspose.total product at the end of next month to use in a project I am working on. Your site seems to have a similar feature to one of the many I need to create (an MS Office…...Inquiry about creating Document Web Viewer with aspose.total...class library for processing documents programmatically. It does...

    forum.aspose.com/t/inquiry-about-creating-docum...
  6. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS Editor and saved as “test (after JS Editor).docx”. Then, the file “test (after JS Editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...edited in a JS editor and saved as “test (after JS editor).docx”. Then...Then, the file “test (after JS editor).docx” was converted to “test...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  7. 向现有 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-...
  8. ContributorCollection | Aspose.Words for Java

    Represents bibliography source contributors in Java....available in the document. Document document = new Document(getMyDir()...Bibliography bibliography = document.getBibliography(); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  9. Adding Javascript actions to existing PDF file|...

    Learn how to add JavaScript actions to PDF Documents in Java with Aspose.PDF for enhanced Document interactivity....create additional actions for document events. First of all, an object...object is drawn in the Document , in our example a Rectangle...

    docs.aspose.com/pdf/java/adding-javascript-acti...
  10. Adding Bookmark actions to existing PDF file|As...

    This section explains how to add Bookmark actions to existing PDF file with Aspose.PDF Facades....create additional actions for document events. The following code...a Bookmark zction to a PDF document. If you click on this tab...

    docs.aspose.com/pdf/java/adding-bookmark-actions/