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

document revision

(0.19 sec)
  1. 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...
  2. File Formats and Conversions|Aspose.Words for N...

    Convert Documents from any supported load to save format with just two lines of Node.js code. It provides high-quality conversions....and reliably convert various document formats with a high degree...Aspose.Words you can convert documents from any supported load format...

    docs.aspose.com/words/nodejs-net/file-formats-a...
  3. 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...
  4. Document.protect method | Aspose.Words for Python

    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/python-net/aspose.wo...
  5. 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...
  6. WordML2003SaveOptions class | Aspose.Words for ...

    aspose.words.saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.WORD_ML](../../aspose.words/saveformat/#WORD_ML) format...additional options when saving a document into the SaveFormat.WORD_ML...the Specify Save Options documentation article. Remarks At the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.ProtectionType | Aspose.Words for .NET

    Discover the active Document protection type for enhanced security and data integrity. Safeguard your files effortlessly with our advanced features....ProtectionType Contents [ Hide ] Document.ProtectionType property Gets...Gets the currently active document protection type. public ProtectionType...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 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...
  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. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...save(file_name) Saves the document to a file. Automatically determines...str The name for the document. If a document with the specified...

    reference.aspose.com/words/python-net/aspose.wo...