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

doc to bmp

(0.06 sec)
  1. Convert a Document to PDF in Java|Aspose.Words ...

    Convert a Document in Word or any other supported format To PDF, which preserves the original appearance of a Document during its rendering on various platforms using Java....programmatically convert a document from DOC or DOCX format to PDF without...Converting DOCX or DOC to PDF Converting from the DOC or DOCX document...

    docs.aspose.com/words/java/convert-a-document-t...
  2. Convert VCF to DOT in Python | products.aspose.com

    Save VCF To DOT in your Python applications without using Microsoft Outlook or Word...Convert VCF to BMP (Bitmap Image File) Convert VCF to DOC (Microsoft...documents. While similar to DOC files, DOT files are saved in...

    products.aspose.com/total/python-net/conversion...
  3. Aspose.Words | Java Library to Process Document...

    Java library To create edit view and convert Word and OpenOffice Documents. Programmatically work with Document text, images, forms, tables, XML, OLE and more....Document Formats Product Page | Docs | Demos | API Reference | Examples...API supports processing word (DOC, DOCX, OOXML, RTF) HTML, OpenDocument...

    releases.aspose.com/words/java/
  4. Export EML to WORD via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/eml-to...
  5. PDF to XLS Converter using C++ | Aspose.PDF

    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/
  6. PDF to PDFA Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  7. PS to PPTX Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-pptx/
  8. PS to XPS Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-xps/
  9. PS to PDF Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-pdf/
  10. PS to HTML Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/ps-to-html/