Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 145,399 for

load

(1.33 sec)
  1. Convert OLM to PST via C# | products.aspose.com

    Sample code for OLM to PST C# conversion. Use API example code for batch OLM files to PST conversion within VB.NET, Asp.NET or any .NET based application....NET programmers can easily load & convert OLM files to PST in...of code. Load source EML file using MailMessage.Load Set SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  2. Convert OLM to VCF via C# | products.aspose.com

    Sample code for OLM to VCF C# conversion. Use API example code for batch OLM files to VCF conversion within VB.NET, Asp.NET or any .NET based application....NET programmers can easily load & convert OLM files to VCF in...of code. Load source EML file using MailMessage.Load Set SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  3. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...use: // Load the MSG file MapiMessage msg = MapiMessage.Load(inputFilePath);...mhtmlStream.Position = 0; // Load the MHTML stream into Aspose...

    forum.aspose.com/t/when-converting-an-msg-file-...
  4. Aspose::Words::PlainTextDocument::PlainTextDocu...

    Aspose::Words::PlainTextDocument::PlainTextDocument constructor. Creates a plain text document from a stream. Automatically detects the file format in C++.... Examples Shows how to load the contents of a Microsoft...System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) constructor...

    reference.aspose.com/words/cpp/aspose.words/pla...
  5. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...string outputFilePath) { try { // Load the Word document Document doc...string outputFilePath) { try { // Load the document var doc = new ...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585
  6. Working with Images|Documentation

    This page describes how to extract, replace or insert an image from a page of the Visio drawing with Aspose.Diagram library....the samples below show how to: Load an existing diagram or stencil...the samples below show how to: Load an existing diagram. Iterate...

    docs.aspose.com/diagram/python-java/working-wit...
  7. Supported File Formats|Aspose.PDF for Python vi...

    This page shows which Aspose.PDF for Python via .NET can Load and save file formats....Python can load and Save. Format Description Load Save Remarks...

    docs.aspose.com/pdf/python-net/supported-file-f...
  8. Convert Word to Excel in Java|Aspose.Words for ...

    Convert XML to Excel, Word to Excel (including DOCX to Excel) in Java. Save a document in various formats to XLSX using Java....convert documents in any available load format also to XLSX format....can save the document in any load format supported by Aspose.Words...

    docs.aspose.com/words/java/convert-a-document-t...
  9. Supported Features on Document Save|Aspose.Word...

    Save a document in most of popular formats and supports lots of Microsoft Word features....create a document from scratch or load it, make some changes, and then...Supported Features on Document Load File Formats and Conversions...

    docs.aspose.com/words/java/supported-features-o...
  10. Providing an image as pixel array|Documentation

    Adding an image as an array of pixels to the Aspose.OCR for Java recognition package....transparency channel Example // Load image URL resFile = getClass... aspose . imaging . Image . load ( resFile . getFile ()); //...

    docs.aspose.com/ocr/java/ocrinput/image-by-pixel/