Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 9,618 for

docx to doc

(0.1 sec)
  1. Latest Aspose.Total Product Family topics - Fre...

    This public forum is used To discuss issues that are common To multiple Aspose products....Words and Slides having huge Doc/Ppt to Pdf Conversion times slides-net...in JAVA html-to-pdf , html-to-docx , words-java , html 22 1683...

    forum.aspose.com/c/total/7
  2. PsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PsSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.PS](../../aspose.words/saveformat/#PS) format...files used when saving to a DOC or DOCX file. By default this property...in the form of a book fold. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldEditTime | Aspose.Words for Java

    Implements the EDITTIME field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // The EDITTIME field will...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a QUOTE field, which...

    reference.aspose.com/words/java/com.aspose.word...
  5. XpsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XpsSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format...files used when saving to a DOC or DOCX file. By default this property...outline of a saved XPS document. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Marker color doesnt work - Free Support Forum -...

    I tried almost every property i saw\recognized None of this options sets a color for a marker: (here i’m trying To set almost red\burgundy color) But doesn’t work on ur lastest stable version 24.5...testing: Document doc = new Document(@"C:\Temp\in.docx"); Chart chart...chart = ((Shape)doc.GetChild(NodeType.Shape, 0, true)).Chart; foreach...

    forum.aspose.com/t/marker-color-doesnt-work/311459
  7. Compare result does not match MS Word - Bookmar...

    As a follow up To this issue: Compare result does not match MS Word output - Bookmarks are missing I’ve run inTo another case where bookmarks are missing when comparing two Documents, and the output differs from the out…...files: doc_1.docx which has a bookmarked named bookmark_1 doc_2.docx...docx which has a bookmarked named bookmark_1 and a new bookmark...

    forum.aspose.com/t/compare-result-does-not-matc...
  8. How to get HTML of SDT tag? - Free Support Foru...

    Hii Team, I am trying To get HTML of SDT node. Snippet: var sdts = Doc.GetChildNodes(NodeType.StructuredDocumentTag, true)... Snippet: var sdts = doc.GetChildNodes(NodeType.StructuredDocumentTa...// Get Some SDT. Node sdt = doc.GetChild(NodeType.StructuredDocumentTa...

    forum.aspose.com/t/how-to-get-html-of-sdt-tag/2...
  9. Table class | Aspose.Words for Python

    aspose.words.tables.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comparer.Compare | Aspose.Words for .NET

    Effortlessly compare two Documents with our Compare method. Save differences and track edits and format revisions in a single output file....docx" ; string secondDoc = MyDir...MyDir + "Table column bookmarks.doc" ; Comparer . Compare ( firstDoc...

    reference.aspose.com/words/net/aspose.words.low...