Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 13,460 for

doc to html

(0.09 sec)
  1. HtmlSaveOptions.ImageResolution | Aspose.Words ...

    Adjust image resolution effortlessly with HtmlSaveOptions. Optimize your Html, MHtml, or EPUB exports with cusTomizable settings for stunning visuals....for images when exporting to HTML, MHTML or EPUB. Default is 96...saving a document to HTML. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  2. FieldMergingArgsBase | Aspose.Words for Java

    Base class for FieldMergingArgs and ImageFieldMergingArgs in Java....handles merge data in the form of HTML documents. public void insertHtml()...throws Exception { Document doc = new Document(getMyDir() + "Field...

    reference.aspose.com/words/java/com.aspose.word...
  3. Several JPG Into BMP Python

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

    products.aspose.com/words/python-net/merge/jpg-...
  4. Several JPG Into PNG Python

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

    products.aspose.com/words/python-net/merge/jpg-...
  5. Android API to Convert WORDML to DIF or with fr...

    Convert WORDML To DIF in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free WORDML To DIF online converter quickly before integrating the code....can easily convert WORDML to HTML. Aspose.Cells for Java then...allows developers to convert HTML to DIF. This makes it easy for...

    products.aspose.com/total/android-java/conversi...
  6. Several JPG Into GIF Javascript

    Merge multiple JPG inTo GIF in JavaScript code. Save JPG as GIF using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  7. Several Image Into BMP Python

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

    products.aspose.com/words/python-net/merge/imag...
  8. Several JPG Into Image Javascript

    Merge multiple JPG inTo Image in JavaScript code. Save JPG as Image using JavaScript....jpg" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  9. SaveOptions.save_format property | Aspose.Words...

    SaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used.... doc = aw . Document ( file_name =...have all its contents in one HTML part. # A split criterion allows...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.Html_FIXED format in Java....HTML_FIXED format. To learn more...while converting a document to HTML. public void htmlFixedResourceFol()...

    reference.aspose.com/words/java/com.aspose.word...