Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 8,499 for

doc to bmp

(0.06 sec)
  1. C++ API to Convert PS to PPT | products.aspose.com

    Convert PS To PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...instance of Document class auto doc = MakeObject < Document > ( u...); // save PS as PPTX format doc -> Save ( u "PptxOutput.pptx"...

    products.aspose.com/total/cpp/conversion/ps-to-...
  2. C++ API to Convert TEX to SWF | products.aspose...

    Convert TEX To SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...instance of Document class auto doc = MakeObject < Document > ( u...); // save TEX as PPTX format doc -> Save ( u "PptxOutput.pptx"...

    products.aspose.com/total/cpp/conversion/tex-to...
  3. C++ API to Convert EPUB to PPT | products.aspos...

    Convert EPUB To PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...instance of Document class auto doc = MakeObject < Document > ( u...// save EPUB as PPTX format doc -> Save ( u "PptxOutput.pptx"...

    products.aspose.com/total/cpp/conversion/epub-t...
  4. C++ API to Convert CGM to SWF | products.aspose...

    Convert CGM To SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...instance of Document class auto doc = MakeObject < Document > ( u...); // save CGM as PPTX format doc -> Save ( u "PptxOutput.pptx"...

    products.aspose.com/total/cpp/conversion/cgm-to...
  5. C++ API to Convert PDF to SWF | products.aspose...

    Convert PDF To SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...instance of Document class auto doc = MakeObject < Document > ( u...); // save PDF as PPTX format doc -> Save ( u "PptxOutput.pptx"...

    products.aspose.com/total/cpp/conversion/pdf-to...
  6. Several JPG Into HTML Python

    Merge multiple JPG inTo HTML in Python code. Save JPG as HTML using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) for...

    products.aspose.com/words/python-net/merge/jpg-...
  7. Several Image Into PDF Python

    Merge multiple Image inTo PDF in Python code. Save Image as PDF using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) for...

    products.aspose.com/words/python-net/merge/imag...
  8. C# API to Export OFT to TEXT | products.aspose.com

    Convert OFT To TEXT without using Microsoft Word or Outlook on .NET...and set protection password doc . Protect ( ProtectionType ....Convert OFT to BMP (Bitmap Image File) Convert OFT to DOC (Microsoft...

    products.aspose.com/total/net/conversion/oft-to...
  9. 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.... DOCX, DOC, RTF, ODT, HTML to image file...file formats e.g. PNG, JPEG, BMP, GIF. In this tutorial you will...

    kb.aspose.com/words/net/how-to-convert-word-doc...
  10. Several JPG Into GIF Java

    Merge multiple JPG inTo GIF in Java code. Save JPG as GIF using Java....want to merge Output format PNG BMP EMF GIF SVG TIFF JPG Select the...jpg" , "Input2.jpg" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/jpg-to-gif/