Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,734 for

doc to jpeg

(0.05 sec)
  1. Export EMAIL to BMP via C++ | products.aspose.com

    C++ API To Convert EMAIL To BMP without using Microsoft Word or Outlook...document formats, including HTML, DOC, DOCX, and PDF. Using Aspose...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/email-...
  2. How to Convert Word to Scanned PDF using C#

    This quick tuTorial will guide you on how To convert Word To scanned PDF using C#. While using C# convert Word To scanned PDF using a few lines of code and simple API calls in any of the .NET Core based environments on Windows, macOS or Linux....PDF on the disk Using C# scan DOC to PDF is easily possible with...converted to a Memory stream of JPEG images. Then we iterate through...

    kb.aspose.com/words/net/how-to-convert-word-to-...
  3. Export EML to XPS via C++ | products.aspose.com

    C++ API To Convert EML To XPS without using Microsoft Word or Outlook...other document formats such as DOC, DOCX, and PDF. Aspose.Total...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/eml-to...
  4. CGM to DOCX Converter using Python | Aspose.PDF

    Sample code on Python for CGM To DocX conversion. Use example code for batch CGM To DocX conversion with Python and .NET...output document in DOC format. Specify the DOC format using the...document. In this case, it is DOC_X format. Use the save() method...

    products.aspose.com/pdf/python-net/conversion/c...
  5. Export OFT to PDF via C++ | products.aspose.com

    C++ API To Convert OFT To PDF without using Microsoft Word or Outlook...document formats, including DOC, DOCX, ODT, and more. It also...System :: SharedPtr < Document > doc = System :: MakeObject < Document...

    products.aspose.com/total/cpp/conversion/oft-to...
  6. Convert DWT to JPEG2000 via C# | products.aspos...

    Sample code for DWT To Jpeg2000 C# conversion. Use API example code for batch DWT files To Jpeg2000 conversion within VB.NET, Asp.NET or any .NET based application....as a MSWord DOT file is to a DOC file. Read More JPEG2000 What...Photographic Experts Group (JPEG) 2000 files. J2K files store...

    products.aspose.com/cad/net/conversion/dwt-to-j...
  7. PCL to PNG Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/pcl-to-png/
  8. C# API to convert Publisher PUB files

    Convertion functionality of Publisher file using Aspose.PUB for .NET solution is described and demonstrated with the pseuDocode in this article....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/pub/net/convert-pub-files/
  9. C++ API to Convert PDF to POWERPOINT | products...

    Convert PDF To POWERPOINT 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...
  10. How to Add Image in DOCX using C++

    In this example, we will learn how To add image in DocX using C++. Inserting images inside word Document using C++ is one of commonly inquired requirement by developers. Adding image To Doc using C++ can be achieved using simple API calls.... Adding image to DOC using C++ can be achieved using...imageWriter method to load and add JPEG image inside document Save the...

    kb.aspose.com/words/cpp/how-to-add-image-in-doc...