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

docx to doc

(0.11 sec)
  1. Compare WORD In Java

    Compare WORD Documents using Java To diff two files. With our Java API you can detect the difference even if one character or one word has been changed.... DOCX Node Python Java C# C++ View...all the revisions. Compare two DOCX files using Java Copy Examples...

    products.aspose.com/words/java/compare/word/
  2. OfficeMath (Equation) Conversion to HTML with I...

    I am experiencing issues when converting Docx files containing math equations (OfficeMath) To HTML using Aspose.Words 21.9 with JDK 16 inside an Alpine Linux Docker container (amazoncorretTo:17-alpine3.18). First notice…...experiencing issues when converting DOCX files containing math equations...Alpine Linux Word document: test.docx (13.5 KB) Professionalize.Discourse...

    forum.aspose.com/t/officemath-equation-conversi...
  3. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...Load the Word document (DOC or DOCX) // ---------- Document wordDoc...wordDoc = new Document("input.docx"); // ---------- // 2. Convert...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  4. Working with Lists in Node.js|Aspose.Words for ...

    Create, specify formatting and restart lists in a Document using Node.js....is supported only in RTF, DOC and DOCX document formats. This option...option will be written to DOCX only if OoxmlCompliance is higher...

    docs.aspose.com/words/nodejs-net/working-with-l...
  5. 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...
  6. XlsxSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XlsxSaveOptions To enhance your Document conversion To Xlsx. Unlock advanced saving options for optimal results!...files used when saving to a DOC or DOCX file. By default, this property...compress XLSX document. Document doc = new Document ( MyDir + "Shape...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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...
  8. 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...
  9. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose Document in memory and then saves it To either Word or Pdf. We have recently installed 3 new fonts To our server, and while the Word shows them correctly, the PDF Document …...subfolders var doc = new Aspose.Words.Document(stream); doc.FontSettings...FontSettings = fontSettings; doc.Save("output.pdf"); The SetFontsFolder...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  10. Java Split HTML

    Split HTML files inTo e pages using Java code. Save HTML as separate files using Java....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...com.aspose.words.*; Document doc = new Document ( "Input.html"...

    products.aspose.com/words/java/split/html/