Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 5,792 for

doc to bmp

(0.25 sec)
  1. Converting a PDF file to EXCEL using C++ | Aspo...

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

    products.aspose.com/pdf/cpp/conversion/pdf-to-e...
  2. Converting a PDF file to EPUB using C++ | Aspos...

    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...
  3. Converting a PDF file to SVG using C++ | Aspose...

    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/
  4. Converting a PS file to TIFF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/ps-to-tiff/
  5. 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...
  6. 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-...
  7. Converting a PDF file to DOCX using C++ | Aspos...

    Sample code for PDF To DocX conversion using C++. Use C++ example for batch PDF To DocX conversion....Doc as parameters Save the output...file: // Load the PDF. auto doc = MakeObject < Document > ( u...

    products.aspose.com/pdf/cpp/conversion/pdf-to-d...
  8. 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/
  9. 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...
  10. 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/