Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,621 for

document editor

(0.36 sec)
  1. 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...
  2. Document Processing API for Android

    Cross-platform Document processing library: create, read, edit, convert any office Documents...Document Processing API for Java Create, edit, convert and render...render Word documents in C++ code without using the Microsoft...

    products.aspose.com/words/android-java/
  3. 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-...
  4. Convert a Document|Aspose.Words for SharePoint

    This article explains how to use SharePoint Designer to create a workflow for converting Documents while using Aspose.Words for SharePoint....Converting a Document via Workflow Activity Contents [ Hide ]...workflow for converting new documents to PDF and storing the results...

    docs.aspose.com/words/sharepoint/converting-a-d...
  5. SourceType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Bibliography.SourceType enum for diverse bibliography source types. Enhance your Document management with powerful features!...DocumentFromInternet 9 Specifies the document from internet site source...available in the document. Document document = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words.bib...
  6. Source.Edition | Aspose.Words for .NET

    Manage your Source Edition property effortlessly. Easily set or change the Editor for seamless content control and enhanced collaboration....Edition property Gets or sets the editor of a source. public string...available in the document. Document document = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words.bib...
  7. Auto layout VSX document via Python | products....

    Python source code to auto layout vsx file within any Python based application....TIFF VSDX Auto layout VSX document in Python Native and high...performance auto layout VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-java/autolay...
  8. Person | Aspose.Words for Java

    Represents individual a person bibliography source contributor 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. Extra Annotations using C#|Aspose.PDF for .NET

    Learn how to add additional annotations to PDF files in .NET using Aspose.PDF for interactive Document features....annotation: Load the PDF file - new Document . Create new Caret Annotation...AddCaretAnnotations () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/extra-annotations/
  10. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...ImportFDFByForm () { // The path to the documents directory var dataDir = RunExamples...fdfInputStream ); } // Save PDF document form . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/import-fdf/