Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 5,789 for

doc to bmp

(0.12 sec)
  1. Converting a PDF file to PPTX using C++ | Aspos...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  2. Converting a PS file to PNG using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-png/
  3. Export EML to PDF via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/eml-to...
  4. C# API to Export EMAIL to DOCX | products.aspos...

    Convert EMAIL To DocX without using Microsoft Word or Outlook on .NET...document formats, including DOC, DOCX, ODT, and HTML. By using...and set protection password doc . Protect ( ProtectionType ....

    products.aspose.com/total/net/conversion/email-...
  5. Converting a XPS file to DOCX using Python | As...

    Sample code on Python for XPS To DocX conversion. Use example code for batch XPS To DocX conversion with Python and .NET...document in DOC format (Word). Set the specified DOC format to...its contents in the specified DOC format to the output file path...

    products.aspose.com/pdf/python-net/conversion/x...
  6. Converting a PDF file to XLS using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-xls/
  7. Converting a PDF file to GIF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-gif/
  8. Converting a PS file to JPEG using C++ | Aspose...

    Sample code for PS To JPEG conversion using C++. Use C++ example for batch PS To JPEG conversion.... auto doc = MakeObject < Document > ( u...ps" ); // Save in JPEG format. doc -> Save ( u "convertedFile.jpeg"...

    products.aspose.com/pdf/cpp/conversion/ps-to-jpeg/
  9. C++ API to Convert MHTML to POWERPOINT | produc...

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

    products.aspose.com/total/cpp/conversion/mhtml-...
  10. C++ API to Convert MD to PPT | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/md-to-...