Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 13,549 for

doc to html

(0.41 sec)
  1. HtmlFixedSaveOptions.exportEmbeddedImages prope...

    HtmlFixedSaveOptions.exportEmbeddedImages property. Specifies whether images should be embedded inTo Html Document in Base64 format...images should be embedded into Html document in Base64 format. Note...significantly increase size of output Html file. get exportEmbeddedImages...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Several JPG Into BMP C++

    Merge multiple JPG inTo BMP in C++ code. Save JPG as BMP using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-bmp/
  3. Several JPG Into GIF C++

    Merge multiple JPG inTo GIF in C++ code. Save JPG as GIF using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-gif/
  4. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....words as aw doc = aw.Document("Input.pdf") doc.cleanup() shapes...[node.as_shape() for node in doc.get_child_nodes(aw.NodeType.SHAPE...

    products.aspose.com/words/python-net/compress/pdf/
  5. Several Image Into PNG C++

    Merge multiple Image inTo PNG in C++ code. Save Image as PNG using C++....png" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/image-to-png/
  6. Convert PPS to ODS in Android Apps or with free...

    Convert PPS To ODS in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPS To ODS online converter quickly before integrating the code....need to export the PPS file to HTML by using Aspose.Slides for Android...Secondly, you can convert the HTML to ODS by using Aspose.Cells...

    products.aspose.com/total/android-java/conversi...
  7. Aspose::Words::Saving::ExportListLabels enum | ...

    Aspose::Words::Saving::ExportListLabels enum. Specifies how list labels are exported To Html, MHtml and EPUB in C++....list labels are exported to HTML, MHTML and EPUB. enum class...list labels in auto mode. Uses HTML native elements when possible...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. HtmlSaveOptions.encoding property | Aspose.Word...

    HtmlSaveOptions.encoding property. Specifies the encoding To use when exporting To Html, MHtml or EPUB...encoding to use when exporting to HTML, MHTML or EPUB. Default value...saving a document to .epub. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ExportFontFormat enumeration | Aspose.Words for...

    aspose.words.saving.ExportFontFormat enumeration. Indicates the format that is used To export fonts while rendering To Html fixed format....export fonts while rendering to HTML fixed format. Members Name Description...when saving a document to HTML. doc = aw . Document ( MY_DIR +...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Several JPG Into JPG Python

    Merge multiple JPG inTo JPG in Python code. Save JPG as JPG using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.jpg" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...