Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 18,474 for

docx to doc

(0.18 sec)
  1. Converting a PDF file to XLS using PHP | Aspose...

    Sample code on PHP for PDF To XLS conversion. Use example code for batch PDF To XLS conversion with Aspose.PDF for PHP via Java...Initialize a new Document Call the Doc.Save method while passing the...clipboard PDF to BMP PDF to DOCX PDF to EPUB PDF to HTML PDF...

    products.aspose.com/pdf/php-java/conversion/pdf...
  2. Converting a PDF file to HTML using PHP | Aspos...

    Sample code on PHP for PDF To HTML conversion. Use example code for batch PDF To HTML conversion with Aspose.PDF for PHP via Java...Initialize a new Document Call the Doc.Save method while passing the...clipboard PDF to BMP PDF to DOCX PDF to EPUB PDF to JPEG PDF...

    products.aspose.com/pdf/php-java/conversion/pdf...
  3. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt Document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...length >= 1) { Document doc = new Document(files[0]); for...endsWith(".DOC"))|| (files[i].toUpperCase().endsWith(".DOCX"))|| (files[i]...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  4. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .Docx Document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the Document looks like this: <owner> …...docx document (created with Microsoft...@GeoHenry What is happening? When a .docx file is created in Microsoft...

    forum.aspose.com/t/placeholder-not-replaced-com...
  5. DoclingSaveOptions Class | Aspose.Words for .NET

    Configure advanced Docling save options To export Word Documents as structured Docling JSON with full control....files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); DoclingSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose.Words for Android via Java|Documentation

    Generate, modify, convert, render, and print Documents using Android in Java....Android via Java supports DOC, DOCX, RTF, HTML, OpenDocument,...

    docs.aspose.com/words/androidjava/
  7. Jython|Aspose.Words for Java

    Using Aspose.Words for Java from Jython....supports processing word (DOC, DOCX, OOXML, RTF) HTML, OpenDocument...

    docs.aspose.com/words/java/aspose-words-java-fo...
  8. Convert XLTX to PPS using Python or with free O...

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

    products.aspose.com/total/python-net/conversion...
  9. In Word to HTML Conversion, how do I exempt the...

    Hi Aspose Team, We are using Aspose.Words for .NET for Word To HTML conversion. During Document conversion, we’re encountering strikethrough text in the HTML output that we need To remove. Current behavior: Strikethrou…...document Document doc = new Document(@"input.docx"); // Configure...ExportListLabels.AsInlineText }; doc.Save(@"output.html", htmlOpts);...

    forum.aspose.com/t/in-word-to-html-conversion-h...
  10. SvgTextOutputMode | Aspose.Words for Java

    Allows To specify how text inside a Document should be rendered when saving in SVG format in Java....docx document to .svg. Document doc = new Document(getMyDir()...Document(getMyDir() + "Document.docx"); // Configure the SvgSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...