Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 3,165 for

document revision

(0.17 sec)
  1. Convert PPSX to WORDML via Java or with free On...

    Java API to Export PPSX to WORDML without using Microsoft Word or PowerPoint or online. Test free PPSX to WORDML online converter quickly before integrating the code.... editing, and converting documents. It supports a variety of...manipulate presentations and documents. With these APIs, developers...

    products.aspose.com/total/java/conversion/ppsx-...
  2. OdtSaveOptions class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  3. Range.FormFields | Aspose.Words for .NET

    Discover the Range FormFields property, access a complete FormFields collection to efficiently manage all form fields within your specified range....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/ran...
  4. Losing Table Border Style when Converting Word ...

    Hello Team, We are using Aspose.Words for .NET v25.1.0. When converting a Word Document (with tracked changes) to HTML, we accept all Revisions using AcceptAllRevisions(). After doing so, the table border style is miss…... When converting a Word document (with tracked changes) to...to HTML, we accept all revisions using AcceptAllRevisions() . After...

    forum.aspose.com/t/losing-table-border-style-wh...
  5. CheckGrammarOptions class | Aspose.Words for No...

    Aspose.Words.AI.CheckGrammarOptions class. Allows to specify various options while checking grammar of a Document using AI....while checking grammar of a document using AI. Constructors Name...specify either final or revised document to be returned with proofed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. AdvancedCompareOptions.IgnoreDmlUniqueId | Aspo...

    Discover the AdvancedCompareOptions IgnoreDmlUniqueId property to enhance your DrawingML processing by efficiently managing unique IDs. Optimize your workflow!...to compare documents ignoring DML unique ID. Document docA = new...new Document ( MyDir + "DML unique ID original.docx" ); Document...

    reference.aspose.com/words/net/aspose.words.com...
  7. Find and Replace in Node.js|Aspose.Words for No...

    Find a string or regular expression pattern in your Document and replace it with the text you want using Node.js....easily navigate within your document using a keyboard and mouse...find specific text in a long document. It will be more time consuming...

    docs.aspose.com/words/nodejs-net/find-and-replace/
  8. Online TEX to DOTM Conversion or Build .NET bas...

    Free online app to convert TEX to DOTM files. .NET C# conversion library code for TEX Documents....will be converted into DOTM document Download the converted DOTM...Automation API Open TEX file using Document class Convert TEX to Doc by...

    products.aspose.com/total/net/conversion/tex-to...
  9. Convert POTM to DOC via C# .NET or with free On...

    Convert PowerPoint potm Documents to Word doc files with C#. Convert multiple files within ASP.NET or other .NET applications....POTM Presentation to Word DOC document conversion apps on .NET Framework...manipulating Microsoft Word documents. Both APIs are part of Aspose...

    products.aspose.com/total/net/conversion/potm-t...
  10. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word Document with Aspose and compare it with another, i…...when I try to read a Word document with Aspose and compare it...// Load the document Document doc = new Document("path/to/your/document...

    forum.aspose.com/t/how-to-get-the-value-of-the-...