Sort Score
Result 10 results
Languages All
Labels All
Results 5,081 - 5,090 of 12,510 for

html to doc

(0.12 sec)
  1. Aspose::Words::Loading::HtmlLoadOptions::HtmlLo...

    Aspose::Words::Loading::HtmlLoadOptions::HtmlLoadOptions construcTor. Initializes a new instance of this class with default values in C++....conditional comments while loading an HTML document. auto loadOptions =...will only load the PNG. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. Several JPG Into SVG C++

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

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

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

    products.aspose.com/words/cpp/merge/jpg-to-jpg/
  4. LoadOptions.load_format property | Aspose.Words...

    LoadOptions.load_format property. Specifies the format of the Document To be loaded...opening an html document. # Suppose we want to load an .html document...load_format = aw . LoadFormat . HTML , password = '' , base_uri =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Several Image Into SVG C++

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

    products.aspose.com/words/cpp/merge/image-to-svg/
  6. Several Image Into JPG C++

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

    products.aspose.com/words/cpp/merge/image-to-jpg/
  7. HtmlSaveOptions.export_list_labels property | A...

    HtmlSaveOptions.export_list_labels property. Controls how list labels are output To Html, MHtml or EPUB...how list labels are output to HTML, MHTML or EPUB. Default value...configure list exporting to HTML. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IPageSavingCallback | Aspose.Words for Java

    Implement this interface if you want To control how Aspose.Words saves separate pages when saving a Document To fixed page formats in Java....callback to save a document to HTML page by page. public void pageFileNames()...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Saving::HtmlSaveOptions::get_Sav...

    Aspose::Words::Saving::HtmlSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can be Html, MHtml, Epub, Azw3 or Mobi in C++.... Can be Html , Mhtml , Epub , Azw3 or Mobi...saving a document to .epub. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. HtmlSaveOptions.fontsFolderAlias property | Asp...

    HtmlSaveOptions.fontsFolderAlias property. Specifies the name of the folder used To construct font URIs written inTo an Html Document...construct font URIs written into an HTML document. Default is an empty...When you save a Document in HTML format and HtmlSaveOptions.exportFontResources...

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