Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 18,477 for

docx to doc

(0.39 sec)
  1. FieldEQ | Aspose.Words for Java

    Implements the EQ field in Java.... Document doc = new Document(getMyDir() + "Field...sample - EQ.docx"); FieldCollection fields = doc.getRange().getFields();...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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/
  3. Losing Table Border Style when Converting Word ...

    Hello Team, We are using Aspose.Words for .NET v25.1.0. When converting a Word Document (with tracked changes) To HTML, we accept all revisions using AcceptAllRevisions(). After doing so, the table border style is miss…...code: Document doc = new Document("input.docx"); doc.AcceptAllRevisions();...AcceptAllRevisions(); doc.Save("output.html", SaveFormat.Html); Inspect...

    forum.aspose.com/t/losing-table-border-style-wh...
  4. Merge PDF Files Online or using C++ | products....

    Free online app To combine different PDF files. C++ code To merge PDF Documents inTo other formats....to required format: PDF, DOCX, DOC, XLSX, PPTX, Image, HTML,...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/cpp/merge/pdf/
  5. Convert MPX to PRIMAVERA XML via Java

    Sample Java conversion code for MPX format To PRIMAVERA XML file. Use this example code To convert MPX To PRIMAVERA XML within any Web or DeskTop Java based application....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/tasks/java/conversion/mpx-t...
  6. Content control data extract and replace with u...

    HI Gembox Team, We have To develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...docx (39.3 KB) Thank you. Somnath...Document doc = new Document("path/to/your/document.docx"); // Assuming...

    forum.aspose.com/t/content-control-data-extract...
  7. Խմբագրել MARKDOWN Ը Javascript Ում

    Խմբագրել MARKDOWN ը JavaScript կոդով:...require( '@aspose/words' ); var doc = new aw.Document( "Input.md"...builder = new aw.DocumentBuilder(doc) // Տեղադրեք տեքստը փաստաթղթի...

    products.aspose.com/words/hy/nodejs-net/edit/ma...
  8. C# Split HTML

    Split HTML files inTo e pages using C# code. Save HTML as separate files using C#....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...Copy using Aspose.Words; var doc = new Document( "Input.html"...

    products.aspose.com/words/net/split/html/
  9. TxtSaveOptionsBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TxtSaveOptionsBase for enhanced Document saving. CusTomize your text format options for optimal results and efficiency....files used when saving to a DOC or DOCX file. By default, this property...custom paragraph break. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  10. When insert HTML string into document, an error...

    When I insert an HTML string inTo the Document, an error is prompted during the insertion: “Cannot insert a node of this type at this location.” I am using version 25.12 ,aspose-words-25.12-jdk16 String htmlString = "<m…...docx"); Professionalize.Discourse...issues . For example: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/when-insert-html-string-into...