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

document revision

(0.22 sec)
  1. 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...
  2. 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...
  3. Document.revisions property | Aspose.Words for ...

    Document.Revisions property. Gets a collection of Revisions (tracked changes) that exist in this Document....revisions property Document.revisions property Gets a collection...collection of revisions (tracked changes) that exist in this document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method...protect(type) Protects the document from changes without changing...type for the document. Remarks When a document is protected,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.protectionType property | Aspose.Words...

    Document.protectionType property. Gets the currently active Document protection type....protectionType property Document.protectionType property Gets...Gets the currently active document protection type. get protectionType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Document.protection_type property | Aspose.Word...

    Document.protection_type property. Gets the currently active Document protection type....protection_type property Document.protection_type property Gets...Gets the currently active document protection type. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.unlink_fields method | Aspose.Words fo...

    Document.unlink_fields method. Unlinks fields in the whole Document....Unlinks fields in the whole document. def unlink_fields ( self...all the fields in the whole document with their most recent results...

    reference.aspose.com/words/python-net/aspose.wo...
  8. What is an MPP File? MPP File Extension, Proces...

    Learn about the MPP file format, its extension, and how it is used for project management. Discover MPP file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export MPP files seamlessly....Tasks Live Demos Cloud Documentation Free Trial API Reference...Overview Live Demos Cloud Documentation Free Trial API Reference...

    products.aspose.com/tasks/supported-formats/mpp/
  9. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document Document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(Document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…... Document document1 = new Document(); DocumentBuilder...sueFile.docx"; Document srcDoc = new Document(); srcDoc = new...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  10. 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...