Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 5,790 for

doc to bmp

(0.07 sec)
  1. Converting a PDF file to XPS using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-xps/
  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. Convert JPEG to DOCX via C# | Aspose

    Sample code for JPEG To DocX C# conversion. Use API example code for batch JPEG files To DocX conversion within VB.NET, Asp.NET or any .NET based application....JPEG to Docx HTML JPG OCR XML BMP DOCX Convert JPEG to DOCX in...versions of MS Word which support DOC file extensions. Read More Other...

    products.aspose.com/ocr/net/conversion/jpeg-to-...
  5. Convert JPG to DOCX via C# | Aspose

    Sample code for JPG To DocX C# conversion. Use API example code for batch JPG files To DocX conversion within VB.NET, Asp.NET or any .NET based application....JPG to Docx HTML JPG OCR XML BMP DOCX Convert JPG to DOCX in C#...versions of MS Word which support DOC file extensions. Read More Other...

    products.aspose.com/ocr/net/conversion/jpg-to-d...
  6. Inconsistent Line Height Rendering When Convert...

    Problem Description When converting DocX files To images using Aspose, Documents containing parentheses show inconsistent line height rendering compared To Documents without parentheses, even when paragraph line spacing …..."); var doc = new Document($@"intputDocxPath"); doc.Save(@"outputPngPath");...the output. Example: Document doc = new Document("input.docx");...

    forum.aspose.com/t/inconsistent-line-height-ren...
  7. Converting a PS file to GIF using C++ | Aspose.PDF

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

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

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

    products.aspose.com/pdf/cpp/conversion/ps-to-xlsx/
  9. Converting a EPS file to PDF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/eps-to-pdf/
  10. Converting a PCL file to TXT using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/pcl-to-txt/