Sort Score
Result 10 results
Languages All
Labels All
Results 6,771 - 6,780 of 18,417 for

docx to doc

(1.51 sec)
  1. 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/
  2. Java Split TXT

    Split TXT files inTo e pages using Java code. Save TXT 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.txt"...

    products.aspose.com/words/java/split/txt/
  3. NumberStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NumberStyle enum To cusTomize footnotes and endnotes page numbers, enhancing your Document formatting effortlessly.... It is supported by DOCX format only. Examples Shows...using DocumentBuilder. Document doc = new Document (); // A list...

    reference.aspose.com/words/net/aspose.words/num...
  4. CompressionLevel | Aspose.Words for Java

    Compression level for OOXML files in Java.... (DOCX and DOTX files are internally...Document doc = new Document(getMyDir() + "Big document.docx"); //...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Saving::FixedPageSaveOptions cla...

    Aspose::Words::Saving::FixedPageSaveOptions class. Contains common options that can be specified when saving a Document inTo fixed page formats (PDF, XPS, images etc). To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default, this property...document to a JPEG image. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Რამდენიმე WORD HTML Javascript

    შეაერთეთ მრავალი WORD HTML JavaScript კოდში. შეინახეთ WORD როგორც HTML JavaScript....JavaScript რათა გააერთიანოთ მრავალი DOCX HTML კოპირება Მაგალითები შეიტანეთ...გსურთ Გამავალი ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...

    products.aspose.com/words/ka/nodejs-net/merge/w...
  7. PDF Conversion Solution using Java | Aspose.PDF

    Convert PDF To Docx, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for Java...true ); // Save the resultant DOC file pdfDocument . save ( docFile...settings. PDF to WORD PDF to DOC PDF to DOCX Save PDF as Excel Files...

    products.aspose.com/pdf/java/conversion/
  8. RtfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.RtfSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.RTF](../../aspose.words/saveformat/#RTF) format...files used when saving to a DOC or DOCX file. By default, this property...options. doc = aw . Document ( MY_DIR + 'Rendering.docx' ) # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Not able to remove empty lines for merge fields...

    I have merge fields in a table inside word Document template and I am trying To populate the rows only when the data is present. I am able To clean up the merge field references in the template after my Document has fini…...Document doc = new Document("path/to/your/template.docx"); // Set...options to remove empty table rows doc.getMailMerge().setCleanupOpt...

    forum.aspose.com/t/not-able-to-remove-empty-lin...
  10. Word document has 1288 pages. When converted to...

    The attached Document has 1288 pages. When converted To PDF only 55 pages get converted. Code : var Doc = new Aspose.Words.Document(filename); var opts = new Aspose.Words.Saving.PdfSaveOptions() { OutlineOptions = …... Code : var doc = new Aspose.Words.Document(filename);...DefaultBookmarksOutl = 1 } }; doc.Save(outname, opts); Aspose.Words...

    forum.aspose.com/t/word-document-has-1288-pages...