Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 3,119 for

document revision

(0.21 sec)
  1. AdvancedCompareOptions | Aspose.Words for Java

    Allows to set advanced compare options in Java.... Document docA = new Document(getMyDir() + "Document with...docx"); Document docB = new Document(getMyDir() + "Document with...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to create OMR template file (.omr) using ex...

    Hi @nikita.korobeynikov, I am going to call TemplateProcessor.recognizeImage() method to process scanned image. It takes String as file path but I get the image from BufferedImage in the memory. In this case, can you please advise how to invoke method? In additon, is there any reference for API documenation? Here is the snippet for your understanding. // render the PDF page to an image with 100 DPI JPG format BufferedImage image = renderer.renderImageWithDPI(i, 100, ImageType.RGB); // Pro...... // process Mega/Revision sheet private void processMega(String...getTemplateName() : For MEGA Revision_with_logo_2 FYI, I bought...

    forum.aspose.com/t/how-to-create-omr-template-f...
  3. Protect Documents and Parts of Documents|Aspose...

    Protect a Document or parts of a Document easily and fast instead of using VSTO in C#....Ask AI Protect Documents and Parts of Documents Contents [ Hide...explains how to protect entire documents or specific regions against...

    docs.aspose.com/words/net/protect-documents-and...
  4. aspose.words.layout module | Aspose.Words for P...

    The aspose.words.layout module provides classes that allow to access information such as on what page and where on a page particular Document elements are positioned, when the Document is formatted into pages....particular document elements are positioned, when the document is formatted...to compute page numbers of document nodes. LayoutEnumerator Enumerates...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.revisions_view property | Aspose.Words...

    Document.Revisions_view property. Gets or sets a value indicating whether to work with the original or revised version of a Document....revisions_view property Document.revisions_view property Gets...or revised version of a document. @property def revisions_view...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.has_macros property | Aspose.Words for...

    Document.has_macros property. Returns ``True`` if the Document has a VBA project (macros)....has_macros property Document.has_macros property Returns True...True if the document has a VBA project (macros). @property def has_macros...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.template property | A...

    BuiltInDocumentProperties.template property. Gets or sets the informational name of the Document template....informational name of the document template. @property def template...path. Empty string means the document is attached to the Normal...

    reference.aspose.com/words/python-net/aspose.wo...
  8. AdvancedCompareOptions.ignore_store_item_id pro...

    AdvancedCompareOptions.ignore_store_item_id property. Specifies whether to ignore difference in StructuredDocumentTag store item Id.... Document ( file_name = MY_DIR + 'Document with SDT 1...doc_b = aw . Document ( file_name = MY_DIR + 'Document with SDT 2...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured Document tag SDT or content control in a Document in Java....structured document tag (SDT or content control) in a document. To learn...Structured Document Tags or Content Control documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  10. Compare PDF documents|Aspose.PDF for Java

    Since 25.2 release it's possible to compare PDF Documents content with annotation marks and side-by-side output...Compare PDF documents Contents [ Hide ] Ways to compare PDF Documents...Documents When working with PDF documents, there are times when...

    docs.aspose.com/pdf/java/compare-pdf-documents/