Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 8,432 for

doc to bmp

(0.17 sec)
  1. C++ API to Convert XSLFO to PPT | products.aspo...

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

    products.aspose.com/total/cpp/conversion/xslfo-...
  2. C++ API to Convert PCL to PPS | products.aspose...

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

    products.aspose.com/total/cpp/conversion/pcl-to...
  3. Export EMAIL to TEXT via C++ | products.aspose.com

    C++ API To Convert EMAIL To TEXT without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Text as save format doc -> Save ( u "convertedFile.Text"...

    products.aspose.com/total/cpp/conversion/email-...
  4. Export OFT to XPS via C++ | products.aspose.com

    C++ API To Convert OFT To XPS without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...while passing Xps as save format doc -> Save ( u "convertedFile.Xps"...

    products.aspose.com/total/cpp/conversion/oft-to...
  5. Export EMAIL to JPEG via C++ | products.aspose.com

    C++ API To Convert EMAIL To JPEG without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Jpeg as save format doc -> Save ( u "convertedFile.Jpeg"...

    products.aspose.com/total/cpp/conversion/email-...
  6. PDF to EPUB Converter using C++ | Aspose.PDF

    Sample code for PDF To EPUB conversion using C++. Use C++ example for batch PDF To EPUB conversion.... auto doc = MakeObject < Document > ( u...pdf" ); // Save in EPUB format. doc -> Save ( u "convertedFile.epub"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-e...
  7. PDF to SVG Converter using C++ | Aspose.PDF

    Sample code for PDF To SVG conversion using C++. Use C++ example for batch PDF To SVG conversion.... auto doc = MakeObject < Document > ( u...pdf" ); // Save in SVG format. doc -> Save ( u "convertedFile.svg"...

    products.aspose.com/pdf/cpp/conversion/pdf-to-svg/
  8. EPS to TIFF Converter using C++ | Aspose.PDF

    Sample code for EPS To TIFF conversion using C++. Use C++ example for batch EPS To TIFF conversion.... auto doc = MakeObject < Document > ( u...eps" ); // Save in TIFF format. doc -> Save ( u "convertedFile.tiff"...

    products.aspose.com/pdf/cpp/conversion/eps-to-t...
  9. EPS to TXT Converter using C++ | Aspose.PDF

    Sample code for EPS To TXT conversion using C++. Use C++ example for batch EPS To TXT conversion.... auto doc = MakeObject < Document > ( u...eps" ); // Save in TXT format. doc -> Save ( u "convertedFile.txt"...

    products.aspose.com/pdf/cpp/conversion/eps-to-txt/
  10. EPS to PNG Converter using C++ | Aspose.PDF

    Sample code for EPS To PNG conversion using C++. Use C++ example for batch EPS To PNG conversion.... auto doc = MakeObject < Document > ( u...eps" ); // Save in PNG format. doc -> Save ( u "convertedFile.png"...

    products.aspose.com/pdf/cpp/conversion/eps-to-png/