Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 13,540 for

doc to html

(0.27 sec)
  1. Convert JSON Format to PPTM via C++ | products....

    Parse JSON To PPTM in C++ without using Microsoft PowerPoint...CHM (Compiled HTML Help File) Convert JSON to DOC (Microsoft Word...

    products.aspose.com/total/cpp/conversion/json-t...
  2. CssSavingArgs.CssStream | Aspose.Words for .NET

    Optimize your CSS sTorage with the CssSavingArgs CssStream property, enabling seamless saving of CSS data To your preferred stream....information to a file or embedding to HTML document. To suppress exporting...with CSS stylesheets that an HTML conversion creates. public void...

    reference.aspose.com/words/net/aspose.words.sav...
  3. FontSavingArgs.FontStream | Aspose.Words for .NET

    Discover the FontSavingArgs FontStream property, enabling seamless font sTorage and management for enhanced application performance and user experience....streams instead of files during HTML export. The default value is...to HTML. public void SaveExportedFonts () { Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  4. CssSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.CssSavingArgs class, designed To enhance your Document processing with cusTomizable CssSaving event data for optimal results....exported to file and embedded to HTML document. Default is true ....and will not be embedded to HTML document. KeepCssStreamOpen...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ShapeBase.IsImage | Aspose.Words for .NET

    Discover if a shape is an image with ShapeBase's IsImage property. Easily identify image shapes for enhanced design flexibility and functionality....Examples Shows how to open an HTML document with images from a...OpenRead ( MyDir + "Document.html" )) { // Pass the URI of the...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ListFormat.RemoveNumbers | Aspose.Words for .NET

    Effortlessly remove numbers or bullets from your paragraphs with the ListFormat RemoveNumbers method, resetting your list level To zero for clean formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ListFormat . ApplyNumberDefault...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Convert SVG to GIF – Java Code and Online Conve...

    Sample Java code for SVG To GIF conversion with Aspose.Html for Java. Use it To convert SVG To GIF within any Web or DeskTop Java based application....HTML Product Solution Aspose.GIS...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/java/conversion/svg-to...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Off...

    Aspose::Words::Saving::HtmlSaveOptions::get_OfficeMathOutputMode method. Controls how OfficeMath objects are exported To Html, MHtml or EPUB. Default value is Image in C++....OfficeMath objects are exported to HTML, MHTML or EPUB. Default value...Microsoft OfficeMath objects to HTML. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. PdfLoadOptions | Aspose.Words for Java

    Allows To specify additional options when loading Pdf Document inTo a Document object in Java....setPageCount(1); Document doc = new Document(getMyDir() + "Images...NodeCollection shapeCollection = doc.getChildNodes(NodeType.SHAPE...

    reference.aspose.com/words/java/com.aspose.word...
  10. Several JPG Into PNG C#

    Merge multiple JPG inTo PNG in C# code. Save JPG as PNG using C#....jpg" }; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...

    products.aspose.com/words/net/merge/jpg-to-png/