Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,034 for

doc to png

(0.04 sec)
  1. ImageSaveOptions.metafileRenderingOptions prope...

    ImageSaveOptions.metafileRenderingOptions property. Allows To specify how metafiles are treated in the rendered output.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertImage ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::FileFormatUtil::ContentTypeToSav...

    Aspose::Words::FileFormatUtil::ContentTypeToSaveFormat method. Converts IANA content type inTo a save format enumerated value in C++....)); ASSERT_EQ ( SaveFormat :: Png , FileFormatUtil :: ContentTypeToSaveFor...ContentTypeToSaveFor ( u "image/png" )); ASSERT_EQ ( SaveFormat :: Tiff...

    reference.aspose.com/words/cpp/aspose.words/fil...
  3. 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.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape textBox = builder ....

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted To SVG images when saving To HTML, MHTML, EPUB or AZW3. Default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > textBox...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Merger | Aspose.Words for Java

    Represents a group of methods intended To merge a variety of different types of Documents inTo a single output Document in Java....KEEP_SOURCE_FORMATTING); Document doc = Merger.merge(new String[]{inputDoc1...MergeFormatMode.MERGE_FORMATTING); doc.save(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  6. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying To create a word-like text box in a PDF Document. I was able To do it in a Word file (using aspose of course), but don’t know how To do it in PDF. This text box needs To have a small picture, a text and …...word document in the variable “doc”) byte[] picDecoded = Base64...DocumentBuilder(doc); float widthInPoints = doc.getPageInfo(0)...

    forum.aspose.com/t/trying-to-create-a-word-like...
  7. Convert EPUB to PDF – C# Code and Online Converter

    Convert EPUB To PDF in C# using Aspose.HTML for .NET API. Consider various EPUB To PDF conversion scenarios in C# examples. Try online EPUB Converter....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/net/convert-epub-to-pdf/
  8. ReportBuilder | Aspose.Words for Java

    Provides methods intended To fill template with data using LINQ Reporting Engine in Java....image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP), each page of the output...image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP), each page of the output...

    reference.aspose.com/words/java/com.aspose.word...
  9. MailMerger | Aspose.Words for Java

    Provides methods intended To fill template with data using simple mail merge and mail merge with regions operations in Java....operation: String doc = getMyDir() + "Mail merge.doc"; String[] fieldNames...create(mailMergerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are three ways of...

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