Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 13,457 for

html to doc

(0.13 sec)
  1. Export XPS to PPTM in Android | products.aspose...

    Android API To Convert XPS To PPTM without using Microsoft Word...// open XPS document Document doc = new Document ( "input.xps"...Language) Convert XPS to MHTML (MIME HTML) Convert XPS to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  2. Export CGM to PPS in Android | products.aspose.com

    Android API To Convert CGM To PPS without using Microsoft Word...// open CGM document Document doc = new Document ( "input.cgm"...Language) Convert CGM to MHTML (MIME HTML) Convert CGM to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  3. Export PS to POWERPOINT in Android | products.a...

    Android API To Convert PS To POWERPOINT without using Microsoft Word...// open PS document Document doc = new Document ( "input.ps" ...Language) Convert PS to MHTML (MIME HTML) Convert PS to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  4. Export TEX to POT in Android | products.aspose.com

    Android API To Convert TEX To POT without using Microsoft Word...// open TEX document Document doc = new Document ( "input.tex"...Language) Convert TEX to MHTML (MIME HTML) Convert TEX to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  5. Export SVG to POT in Android | products.aspose.com

    Android API To Convert SVG To POT without using Microsoft Word...// open SVG document Document doc = new Document ( "input.svg"...Language) Convert SVG to MHTML (MIME HTML) Convert SVG to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  6. HtmlFixedSaveOptions.ShowPageBorder | Aspose.Wo...

    Discover the HtmlFixedSaveOptions ShowPageBorder property, control page borders easily. Enhance your Document's appearance with cusTomizable settings....while converting a document to HTML. public void HtmlFixedResourceFol...HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  7. HtmlFixedSaveOptions.SaveFormat | Aspose.Words ...

    Discover the HtmlFixedSaveOptions SaveFormat property To ensure your Documents are saved in the exclusive HtmlFixed format for optimal quality....while converting a document to HTML. public void HtmlFixedResourceFol...HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Export PCL to POT in Android | products.aspose.com

    Android API To Convert PCL To POT without using Microsoft Word...// open PCL document Document doc = new Document ( "input.pcl"...Language) Convert PCL to MHTML (MIME HTML) Convert PCL to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  9. Export XPS to ODP in Android | products.aspose.com

    Android API To Convert XPS To ODP without using Microsoft Word...// open XPS document Document doc = new Document ( "input.xps"...Language) Convert XPS to MHTML (MIME HTML) Convert XPS to ODT (OpenDocument...

    products.aspose.com/total/android-java/conversi...
  10. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document Doc = new Document(); // We can position where we want the table To be inserted and specify any extra formatting To the table. DocumentBuilder bu…...GenerateWordFromWith() { Document doc = new Document(); // We can position...builder = new DocumentBuilder(doc); builder.Font.Name = "Arial";...

    forum.aspose.com/t/inserthtml-does-not-preserve...