Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 175,136 for

docx

(0.09 sec)
  1. Combine Deletion and Insertion into a Single Tr...

    I am using Aspose Words for Java (on-premise version) to edit Word documents. Currently, I am able to generate tracked changes successfully, but I would like to improve the UX for accepting changes. Right now, when bot…...to achieve is: When opening a docx file that was modified using...implementation tips for generating a docx file with Aspose Words for Java...

    forum.aspose.com/t/combine-deletion-and-inserti...
  2. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....the OoxmlSaveOptions class for DOCX, DOCM, DOTX, DOTM, and FlatOpc...Encryption RC4 Encryption (40-bit) DOCX, DOTX, DOCM, DOTM, FlatOPC,...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  3. OoxmlSaveOptions.keep_legacy_control_chars prop...

    OoxmlSaveOptions.keep_legacy_control_chars property. Keeps original representation of legacy control characters....docx. doc = aw . Document ( MY_DIR...OoxmlSaveOptions ( aw . SaveFormat . DOCX ) save_options . keep_legacy_control_chars...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MHTML Converter – Aspose.HTML for Python via .NET

    Learn how to convert MHTML to other formats using Aspose.HTML for Python via .NET and consider Python code example of MHTML to PDF conversion....programmatically convert MHTML to PDF, XPS, DOCX, PNG, JPG, GIF, TIFF, and BMP...separate file. {{#if_output 'PDF' 'DOCX' 'XPS' }} import aspose.html...

    docs.aspose.com/html/python-net/mhtml-converter/
  5. Export PPTX to WORD on Andorid via Java or with...

    Convert PPTX to WORD in mobile apps without installing any software or online. Test free PPTX to WORD online converter quickly before integrating the code....document to DOCX format using save method and set Docx as SaveFormat...document in DOCX format document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  6. EPUB Converter – Aspose.HTML for Python via .NET

    Learn about supported EPUB conversions and consider Python example of how to convert EPUB to PDF using Aspose.HTML.... {{#if_output 'PDF' 'DOCX' 'XPS' }} import aspose.html...{{/if_output}} {{#if_output 'DOCX'}} options = sav.DocSaveOptions()...

    docs.aspose.com/html/python-net/epub-converter/
  7. Update Table width when saving to PDF - Free Su...

    Hello Aspose-Team, we have a problem with table widths in the following scenario: Load a Docx document which contains a table with relative preferred size, e.g. 100%, and columns with different preferred sizes. Change…...the following scenario: Load a DOCX document which contains a table...the document as a DOCX and then load that DOCX and save it to PDF...

    forum.aspose.com/t/update-table-width-when-savi...
  8. OoxmlSaveOptions.KeepLegacyControlChars | Aspos...

    Discover OoxmlSaveOptions' KeepLegacyControlChars property to maintain the original format of legacy control characters for seamless document conversion....docx. Document doc = new Document...OoxmlSaveOptions ( SaveFormat . Docx ); so . KeepLegacyControlCha...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Aspsoe.zip 读取解压文件的时候,中文名称会乱码 - Free Support For...

    Archive archive = new Archive("C:\\Users\\ws\\Desktop\\新建 Docx 文档.zip"); List<ArchiveEntry> entries = archive.getEntries(); for (ArchiveEntry entry : entries) { System.out.println(entry.getName()); OutputStream os = ne…...Archive("C:\\Users\\ws\\Desktop\\新建 DOCX 文档.zip"); List<ArchiveEntry>...Archive("C:\\Users\\ws\\Desktop\\新建 DOCX 文档.zip", options); 1 Like wsws2188...

    forum.aspose.com/t/aspsoe-zip/281055
  10. AdvancedCompareOptions class | Aspose.Words for...

    aspose.words.comparing.AdvancedCompareOptions class. Allows to set advanced compare options....docx' ) doc_b = aw . Document ( file_name...MY_DIR + 'Document with SDT 2.docx' ) # Configure options to compare...

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