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

docx to doc

(1.04 sec)
  1. PHP|Aspose.Words for Java

    PHP: how To use Aspose.Words for Java....supports processing word (DOC, DOCX, OOXML, RTF) HTML, OpenDocument...

    docs.aspose.com/words/java/php-and-aspose-words...
  2. 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...
  3. OdtSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.OdtSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Odt](../../aspose.words/saveformat/#Odt) or [SaveFormat.Ott](../../aspose.words/saveformat/#Ott) format...files used when saving to a DOC or DOCX file. By default, this property...to an older ODT schema. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.Words 25.3 - Tables.Rows[x].RowFormat.Hi...

    Hi Team ! I need To hide some rows in a table. I dont see any property To do that at row level nor at the row.RowFormat level Is there something in Aspose To handle this XML Tag like MsOffice does (see below) ? If no…...2025, 12:40pm 3 I’m making a DOC/DOCX generator, using human made...

    forum.aspose.com/t/aspose-words-25-3-tables-row...
  5. Create WORD Report In Java

    Generate reports and auTomate Documents using WORD templates and cusTom data in Java.... DOCX Python Java C# View code snippet...library. Build a report from a DOCX template in Java Copy Examples...

    products.aspose.com/words/java/report/word/
  6. Convert XLSM to PPTX using Python or with free ...

    XLSM To PPTX conversion in your Python applications without using Microsoft Office or online. Test free XLSM To PPTX 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...
  7. Convert XLSM to POWERPOINT using Python or with...

    XLSM To POWERPOINT conversion in your Python applications without using Microsoft Office or online. Test free XLSM To POWERPOINT 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...
  8. PsSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PS format in Java....Document doc = new Document(getMyDir() + "Paragraphs.docx"); //...BookFoldPrinting". for (Section s : doc.getSections()) { s.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.Words for .NET

    This API allows To create, edit, render, print, and convert Word Documents without utilizing Microsoft Word....Macro in Word using C# Convert DOCX to JSON in C# Convert TXT to...to EPUB using C# Convert Word DOC to EPUB using C# Remove a Watermark...

    kb.aspose.com/words/net/
  10. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want To insert an image inTo a Word Document and set the “Edit Picture” option To true, allowing the user To search the content inside the image. How can I achieve this programmatically so that the image i…...Drawing; Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Load your image string imagePath...

    forum.aspose.com/t/insert-image-in-aspose-word-...