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

doc to html

(0.1 sec)
  1. Merge SVG to PNG in C# | products.aspose.com

    Merge SVG To PNG in C#. Use .NET library API To combine SVG and PNG files...ISvgImage svgImage = new SvgImage( "doc.svg" ); IPPImage image = pres...ISvgImage svgImage2 = new SvgImage( "doc.svg" ); IPPImage image2 = pres...

    products.aspose.com/slides/net/merger/svg-to-png/
  2. Insert a Hyperlink|Aspose.Words for .NET

    Insert a hyperlink inTo a Document. NPOI does not provide an opportunity To insert a hyperlink using C#....Working with Hyperlinks and HTML article. The following code...DocumentBuilder class: Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/net/insert-hyperlink/
  3. PDF Conversion Solution using Python via Java |...

    Convert PDF To DocX, PPTX, XLS, XLSX, EPUB, TEX, MHtml, Markdown & more using Aspose.PDF for Python for Java...DIR_OUTPUT + "convert_pdf_to_doc_with_options.docx" # Open PDF...format used by its predecessor, DOC. While DOCX files can be opened...

    products.aspose.com/pdf/python-java/conversion/
  4. Aspose::Words::Loading::LoadOptions::get_BaseUr...

    Aspose::Words::Loading::LoadOptions::get_BaseUri method. Gets or sets the string that will be used To resolve relative URIs found in the Document inTo absolute URIs when required. Can be null or empty string. Default is null in C++....following cases: When loading an HTML document from a stream and the...base URI specified in the BASE HTML element. When saving a document...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how To use HtmlSaveOptions ExportShapesAsSvg To convert Shape nodes To SVG images when saving To Html, MHtml, EPUB, or AZW3 formats....to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default...scalable vector graphics. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a Document inTo fixed page formats PDF XPS images etc in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Page 1.");...

    reference.aspose.com/words/java/com.aspose.word...
  7. HtmlFixedPageHorizontalAlignment Enum | Aspose....

    Discover Aspose.Words.HtmlFixedPageHorizontalAlignment enum for precise control of page alignment in your Html Documents. Enhance your Document formatting Today!...alignment for pages in output HTML document. public enum HtmlFixedPageHorizon...saving a document to HTML. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Several JPG Into BMP C#

    Merge multiple JPG inTo BMP in C# code. Save JPG as BMP 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-bmp/
  9. Online MOBI File Compression or Build Python Ap...

    Free online app To compress different MOBI files. Python archiving library code for MOBI Documents....Compress CHM Files (Compiled HTML Help File) Compress CMX Files...Camera Image Format) Compress DOC Files (Microsoft Word Binary...

    products.aspose.com/total/python-net/compress/m...
  10. Several Image Into PNG C#

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

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