Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 10,246 for

xps save options

(0.06 sec)
  1. Convert HTML To DOC C++

    Convert HTML to DOC format in C++ code. Save HTML as DOC using C++.... Save HTML as DOC in C++ The following...output file and use the Save() method to save the result as DOC. The...

    products.aspose.com/words/cpp/conversion/html-t...
  2. SVG Converter – Convert SVG Using Aspose.HTML f...

    Convert SVG to other formats using Aspose.HTML for Java API. Consider Java example of SVG to image conversion....output format and conversion options. Call one of the methods and...Copy 1 // Prepare SVG code and save it to a file 2 String code =...

    docs.aspose.com/html/java/svg-converter/
  3. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD content, reduce file size easily....EPUB PS PCL MHTML XHTML ODT OTT XPS Select the target format from...(CompressionLevel::Maximum); doc-> Save ( u"Output.docx" , saveOptions);...

    products.aspose.com/words/cpp/compress/word/
  4. Compress DOC In C++

    Compress DOC in C++ without losing quality. Optimize DOC content, reduce file size easily....EPUB PS PCL MHTML XHTML ODT OTT XPS Select the target format from..."yourCompressedImage" ); } } doc-> Save ( u"Output.doc" ); using namespace...

    products.aspose.com/words/cpp/compress/doc/
  5. Optimize File's Content Using C++

    Compress files in C++: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...EPUB PS PCL MHTML XHTML ODT OTT XPS Select the target format from...(CompressionLevel::Maximum); doc-> Save ( u"Output.docx" , saveOptions);...

    products.aspose.com/words/cpp/compress/
  6. Java Visio API | Create Manipulate and Convert ...

    Visio library for creation, manipulation and conversion of diagrams. Export diagrams to multiple formats in Java-based applications...VSS, VST Fixed Layout: PDF, XPS Images: JPEG, PNG, BMP, TIFF...properties of different objects Save diagrams as XML Group multiple...

    products.aspose.com/diagram/java/
  7. Online OFT to RTF Conversion or Build .NET base...

    Free online app to convert OFT to RTF files. .NET C# conversion library code for OFT documents....using Save method Load HTML by using Document class Save the document...document to RTF format using Save method and set Rtf as SaveFormat...

    products.aspose.com/total/net/conversion/oft-to...
  8. Online OFT to DOCX Conversion or Build .NET bas...

    Free online app to convert OFT to DOCX files. .NET C# conversion library code for OFT documents....using Save method Load HTML by using Document class Save the document...document to DOCX format using Save method and set Docx as SaveFormat...

    products.aspose.com/total/net/conversion/oft-to...
  9. Online OFT to PDF Conversion or Build .NET base...

    Free online app to convert OFT to PDF files. .NET C# conversion library code for OFT documents....using Save method Load HTML by using Document class Save the document...document to PDF format using Save method and set Pdf as SaveFormat...

    products.aspose.com/total/net/conversion/oft-to...
  10. How to Convert Word Document to Images in C#

    In this tutorial you will learn how to convert Word document to images in C#. This code in C# converts all pages in Word document to separate PNG image files....Saving namespaces Set license of Aspose...ImageSaveOptions class to specify options when rendering document pages...

    kb.aspose.com/words/net/how-to-convert-word-doc...