Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 22,354 for

docx

(0.09 sec)
  1. FileFormatUtil.contentTypeToLoadFormat method |...

    FileFormatUtil.contentTypeToLoadFormat method. Converts IANA content type into a load format enumerated value.... Docx ); expect ( aw . FileFormatUtil...toEqual ( aw . SaveFormat . Docx ); expect ( aw . FileFormatUtil...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompressionLevel enumeration | Aspose.Words for...

    aspose.words.saving.CompressionLevel enumeration. Compression level for OOXML files... (DOCX and DOTX files are internally...Document ( MY_DIR + 'Big document.docx' ) # When we save the document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts in Java....docx"; SplitOptions options = new...getArtifactsDir() + "LowCode.SplitDocument.1.docx", options); Splitter.split(doc...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc format. To learn more, visit the documentation article in C++....when saving a document into the Docx , Docm , Dotx , Dotm or FlatOpc...options object is used. Can be Docx , Docm , Dotx , Dotm or FlatOpc...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. OoxmlCompliance enumeration | Aspose.Words for ...

    Aspose.Words.Saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the Docx format....will be used when saving in the DOCX format. Members Name Description...saveFormat = aw . SaveFormat . Docx ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. How to Generate Word Document using Java withou...

    This brief tutorial explains how to generate Word document using Java without Interop. It will help you to create Word document using Java without Interop in any of the operating system like macOS, Ubuntu and Windows....without Interop and save it as DOCX using a few lines of code. Steps...Save the resultant Word file as DOCX containing a sample formatted...

    kb.aspose.com/words/java/how-to-generate-word-d...
  7. How to Convert HTML to Word Document using C#

    This article guides on how to convert HTML to Word document using C#. It has all the details to set the IDE, a list of steps and a runnable sample code performing HTML to Word conversion using C#....Save the loaded HTML file as DOCX providing the output file name...HTML file before saving it as a DOCX file using various properties...

    kb.aspose.com/words/net/how-to-convert-html-to-...
  8. FontInfoCollection.saveSubsetFonts property | A...

    FontInfoCollection.saveSubsetFonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...Document ( base . myDir + "Document.docx" ); let fontInfos = doc . fontInfos...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Image extraction issue 13 - Aspose.Words Produc...

    Dear team, We are extracting images from Docx but below case we are not able to extract fig 8 and fig 27 & 29 is extracting as blank page please provide source code for this issue Input and output : Fig0027.pdf (1.9 KB…...We are extracting images from docx but below case we are not able...New Microsoft Word Document.docx (417.5 KB) alexey.noskov August...

    forum.aspose.com/t/image-extraction-issue-13/25...
  10. SvgSaveOptions.show_page_border property | Aspo...

    SvgSaveOptions.show_page_border property. Controls whether a border is added to the outline of the page...docx document to .svg. doc = aw ...file_name = MY_DIR + 'Document.docx' ) # Configure the SvgSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...