Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 13,396 for

load font

(0.12 sec)
  1. XPS to PDF Converter using C++ | Aspose.PDF

    Sample code for XPS to PDF conversion using C++. Use C++ example for batch XPS to PDF conversion....PDF C++ developers can easily load & convert XPS files to PDF in...format: PDF Output file: // load XPS with an instance of Document...

    products.aspose.com/pdf/cpp/conversion/xps-to-pdf/
  2. XSLFO to DOCX Converter using C++ | Aspose.PDF

    Sample code for XSLFO to DOCX conversion using C++. Use C++ example for batch XSLFO to DOCX conversion....DOCX C++ developers can easily load & convert XSLFO files to DOCX...void ConvertXSLFOtoDOCX () { // load XSLFO with an instance of Document...

    products.aspose.com/pdf/cpp/conversion/xslfo-to...
  3. EPUB to PDF Converter using C++ | Aspose.PDF

    Sample code for EPUB to PDF conversion using C++. Use C++ example for batch EPUB to PDF conversion....PDF C++ developers can easily load & convert EPUB files to PDF...MakeObject < EpubLoadOptions > (); // Load the EPUB. auto document = MakeObject...

    products.aspose.com/pdf/cpp/conversion/epub-to-...
  4. EPS to PDF Converter using C++ | Aspose.PDF

    Sample code for EPS to PDF conversion using C++. Use C++ example for batch EPS to PDF conversion....PDF C++ developers can easily load & convert EPS files to PDF in...format: PDF Output file: // Load the EPS. auto doc = MakeObject...

    products.aspose.com/pdf/cpp/conversion/eps-to-pdf/
  5. PCL to TXT Converter using C++ | Aspose.PDF

    Sample code for PCL to TXT conversion using C++. Use C++ example for batch PCL to TXT conversion....TXT C++ developers can easily load & convert PCL files to TXT in...format: TXT Output file: // Load the PCL. auto doc = MakeObject...

    products.aspose.com/pdf/cpp/conversion/pcl-to-txt/
  6. PS to DOC Converter using C++ | Aspose.PDF

    Sample code for PS to DOC conversion using C++. Use C++ example for batch PS to DOC conversion....DOC C++ developers can easily load & convert PS files to DOC in...format: DOC Output file: // Load the PS. auto doc = MakeObject...

    products.aspose.com/pdf/cpp/conversion/ps-to-doc/
  7. PS to GIF Converter using C++ | Aspose.PDF

    Sample code for PS to GIF conversion using C++. Use C++ example for batch PS to GIF conversion....GIF C++ developers can easily load & convert PS files to GIF in...format: GIF Output file: // Load the PS. auto doc = MakeObject...

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

    Sample code for PS to XLSX conversion using C++. Use C++ example for batch PS to XLSX conversion....XLSX C++ developers can easily load & convert PS files to XLSX in...format: XLSX Output file: // Load the PS. auto doc = MakeObject...

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

    Sample code for PNG to PDF conversion using C++. Use C++ example for batch PNG to PDF conversion....PDF C++ developers can easily load & convert PNG files to PDF in...code. Initialize a new Document Load input PNG image Save the output...

    products.aspose.com/pdf/cpp/conversion/png-to-pdf/
  10. BMP to PDF Merge using C++ | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...C++ C++ developers can easily load & merge BMP files to PDF in...page to PDF document In loop: load image from stream In loop: add...

    products.aspose.com/pdf/cpp/merger/bmp-to-pdf/