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

docx to doc

(0.19 sec)
  1. ImageSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSaveOptions class. Allows To specify additional options when rendering Document pages or shapes To images...files used when saving to a DOC or DOCX file. By default, this property...transparent or colored background. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Merge RTF Files Online or using .NET | products...

    Free online app To combine different RTF files. .NET merging library code To merge RTF Documents....Save to required format: DOCX, DOC, PDF, XLSX, PPTX, Image, HTML...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/net/merge/rtf/
  3. 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...
  4. 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...
  5. Is it possible to remove the space between two ...

    Hello, Directly in Word it is possible To remove the spacing between two pages by hiding the header and footer. See image capture “img-1” and “img-2” Is it possible To reproduce this operation with Aspose when saving a…...property: Document doc = new Document(@"C:\Temp\in.docx"); HtmlFixedSaveOptions...HtmlFixedSaveOptions(); opt.PageMargins = 0; doc.Save(@"C:\Temp\out.html", opt);...

    forum.aspose.com/t/is-it-possible-to-remove-the...
  6. FieldNext | Aspose.Words for Java

    Implements the NEXT field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a data source for...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldSectionPages | Aspose.Words for Java

    Implements the SECTIONPAGES field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  9. SaveFormat | Aspose.Words for Java

    Indicates the format in which the Document is saved in Java....convert from DOCX to HTML format. Document doc = new Document(getMyDir()...Document(getMyDir() + "Document.docx"); doc.save(getArtifactsDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  10. Word Field Evaluation Not Working - REF and IF ...

    We’re migrating from JIntegra DCOM To Aspose.Words(JAVA) and encountering a critical issue with Word field processing. Current Behavior: • Using mainBuilder.insertDocument(_transientDocument, ImportFormatMode.KEEP_SOUR…...mainBuilder = new DocumentBuilder(doc); mainBuilder.moveTo(Nodelocation);...target = new Document("Main.docx"); DocumentBuilder builder =...

    forum.aspose.com/t/word-field-evaluation-not-wo...