Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 151,198 for

load

(0.09 sec)
  1. Convert various Images formats to PDF in .NET|A...

    Convert various images formats such as, CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF and SVG to PDF using C# .NET.... Load input BMP image. Finally, save...Aspose . Pdf . Image (); // Load BMP file image . File = dataDir...

    docs.aspose.com/pdf/net/convert-images-format-t...
  2. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for C++....:: Startup (); // Create HTML load options HtmlLoadOptions options...options ( LoadFormat :: Html ); // Load the HTML file into a workbook...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/
  3. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for PHP via Java to ensure consistent typography in PowerPoint and OpenDocument presentations....font this way: Load the relevant presentation. Load the font that...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/php-java/font-replacement/
  4. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for Java to ensure consistent typography in PowerPoint and OpenDocument presentations....font this way: Load the relevant presentation. Load the font that...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/java/font-replacement/
  5. How to add Link Annotation using Java | Aspose.PDF

    Add Link annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Load PDF in an instance of Document...AddLinkAnnotation () { try { // Load the PDF file Document document...

    products.aspose.com/pdf/java/annotation/link/add/
  6. 读取 Outlook 模板文件 OFT|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Java // Load the Outlook template (OFT) file...MailMessage message = MailMessage . load ( dataDir + "sample.oft" );...

    docs.aspose.com/email/zh/java/read-outlook-temp...
  7. Convert EMLX to MSG via C# | products.aspose.com

    Sample code for EMLX to MSG C# conversion. Use API example code for batch EMLX files to MSG conversion within VB.NET, Asp.NET or any .NET based application....NET programmers can easily load & convert EMLX files to MSG...lines of code. Load EMLX file with MailMessage.Load. Call the Save...

    products.aspose.com/email/net/conversion/emlx-t...
  8. Convert EML to OST via C# | products.aspose.com

    Sample code for EML to OST C# conversion. Use API example code for batch EML files to OST conversion within VB.NET, Asp.NET or any .NET based application....NET programmers can easily load & convert EML files to OST in...Open OST file. Load EML file with MailMessage.Load. Get the Inbox...

    products.aspose.com/email/net/conversion/eml-to...
  9. Convert EML to VCF via C# | products.aspose.com

    Sample code for EML to VCF C# conversion. Use API example code for batch EML files to VCF conversion within VB.NET, Asp.NET or any .NET based application....NET programmers can easily load & convert EML files to VCF in...lines of code. Load EML file with MailMessage.Load. Find VCF View...

    products.aspose.com/email/net/conversion/eml-to...
  10. How to Convert SVG to Presentation using Python

    In this topic, we will walk you through the steps for how to convert SVG to Presentation using Python. By utilizing a few lines of easy code you can easily convert SVG to presentation using Python....instance of the Presentation class Load the first slide from the presentation’s...slides collection. We will then load and read the SVG file content...

    kb.aspose.com/slides/python/how-to-convert-svg-...