Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 175,649 for

docx

(1.17 sec)
  1. PDF converted from Word has extra row and pushe...

    Hi, When converting a Docx to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = new …...9:25am 1 Hi, When converting a DOCX to PDF using Aspose.Words, we...doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  2. 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...
  3. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...Docx); modifiedDocumentData = docxStream...throw; } } Sherlock Holmes (Test).docx (130.3 KB) Professionalize.Discourse...

    forum.aspose.com/t/clone-document-convert-clone...
  4. 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
  5. 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...
  6. OoxmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.OoxmlSaveOptions to enhance document saving in Docx, Docm, Dotx, Dotm, and FlatOpc formats with customizable features....when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc...used to save a document in the Docx format. OoxmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  7. How to convert excel to word using aspose.cells...

    I have a requirement to convert excel template to word. Then using Aspose.Word for JAVA I can merge all word templates (including the converted excel template) to PDF file....Excel spreadsheet to a Word DOCX, without requiring any intermediate/additional...also specify the SaveFormat.Docx enumeration. For .NET, more...

    forum.aspose.com/t/how-to-convert-excel-to-word...
  8. ConverterXls2Doc Sample - Free Support Forum - ...

    Where is ConverterXls2Doc sample? I can’t find it...Excel spreadsheet to a Word DOCX with high fidelity and accuracy...also specify the SaveFormat.Docx enumeration. For .NET, more...

    forum.aspose.com/t/converterxls2doc-sample/175725
  9. Word to Pdf conversion failure - Free Support F...

    Hello, I am working on a project to convert .Docx documents to pdf using Aspose.Words library. When converting a 20Mb Docx to pdfon windows OS, the conversion fails due to infinite time taken for document save with the…...docx documents to pdf using Aspose...library. When converting a 20Mb docx to pdfon windows OS, the conversion...

    forum.aspose.com/t/word-to-pdf-conversion-failu...
  10. Processor.from_file method | Aspose.Words for P...

    aspose.words.lowcode.Processor.from_file method...docx' input_doc2 = MY_DIR + 'Tables.docx' context =...'LowCode.MergeContextDocument.1.docx' ) . execute () first_load_options...

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