Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 3,165 for

document revision

(0.44 sec)
  1. Convert TIFF to JSON via C# | Aspose

    Sample code for TIFF to JSON C# conversion. Use API example code for batch TIFF files to JSON conversion within VB.NET, Asp.NET or any .NET based application....recognition on TIFF document and save text as TIFF document using Aspose...Install-Package Visit our documentation for more details. How to...

    products.aspose.com/ocr/net/conversion/tiff-to-...
  2. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...the Programming with Documents documentation article. Remarks All...All text of the document is stored in runs of text. Run can only...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  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. 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...
  6. 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...
  7. 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...
  8. 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/
  9. 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...
  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-...