Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 18,447 for

docx to doc

(0.45 sec)
  1. Facing an issue word document parsing and setti...

    After reading the byte streaming and setting the sensitivity label property To the file before writing the Docx files Once Documents file is created and opened the file in word reader Getting an output with word found …...the file before writing the docx files Once documents file is...compatible format. If you’re using DOCX, confirm that the document is...

    forum.aspose.com/t/facing-an-issue-word-documen...
  2. Convert CSV to PPSX using Python or with free O...

    CSV To PPSX conversion in your Python applications without using Microsoft Office or online. Test free CSV To PPSX online converter quickly before integrating the code....Options with Python Convert CSV to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert CSV to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/conversion...
  3. Convert XLSM to PPSM using Python or with free ...

    XLSM To PPSM conversion in your Python applications without using Microsoft Office or online. Test free XLSM To PPSM online converter quickly before integrating the code....with Python Convert XLSM to DOC (Microsoft Word Binary Format)...Marco File) Convert XLSM to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/conversion...
  4. Convert XLTM to PPSX using Python or with free ...

    XLTM To PPSX conversion in your Python applications without using Microsoft Office or online. Test free XLTM To PPSX online converter quickly before integrating the code....with Python Convert XLTM to DOC (Microsoft Word Binary Format)...Marco File) Convert XLTM to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/conversion...
  5. Convert XLSX to POTX using Python or with free ...

    XLSX To POTX conversion in your Python applications without using Microsoft Office or online. Test free XLSX To POTX online converter quickly before integrating the code....with Python Convert XLSX to DOC (Microsoft Word Binary Format)...Marco File) Convert XLSX to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/conversion...
  6. Merge ODT Files Online or using C++ | products....

    Free online app To combine different ODT files. C++ merging library code To merge ODT Documents....Save to required format: DOCX, DOC, PDF, XLSX, PPTX, Image, HTML...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/cpp/merge/odt/
  7. Merge RTF Files Online or using C++ | products....

    Free online app To combine different RTF files. C++ merging library code To merge RTF Documents....Save to required format: DOCX, DOC, PDF, XLSX, PPTX, Image, HTML...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/cpp/merge/rtf/
  8. Alternative way to extract a MergeField from a ...

    I am using the below source code in order To identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...code: Document doc = new Document("C:\\Temp\\in.docx"); // Iterate...(Shape s : (Iterable<Shape>)doc.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  9. SaveFormat | Aspose.Words for Java

    Indicates the format in which the Document is saved in Java....convert from DOCX to HTML format. Document doc = new Document(getMyDir()...Document(getMyDir() + "Document.docx"); doc.save(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...