Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 151,211 for

load

(0.09 sec)
  1. Save a Document in C#|Aspose.Words for .NET

    Save a document in any supported format using C#....following code example shows how to load and save a document to a file:...following code example shows how to load and save a document to a stream:...

    docs.aspose.com/words/net/save-a-document/
  2. Android API to Render EPUB to WORDML | products...

    Transform EPUB to WORDML via Android via Java API...to DOC by using save method Load DOC file by using Document class...ZIP file from downloads . // load EPUB file with an instance of...

    products.aspose.com/total/android-java/conversi...
  3. C# 3D Formats Watermark Verification | products...

    Add blind Watermark Verification to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code.... Load the source file through the...File watermark verification . Load 3DS files via scene class objects...

    products.aspose.com/3d/net/verify-watermark/
  4. Apply Photoshop Layer Effects in Python

    This guide shows how to apply Photoshop layer effects in Python. Aspose.PSD for Python lets you add various types of effects, such as shadow, blur, and more.... Set the PSD load options by creating an object...PsdLoadOptions class. Load the PSD image by calling the load method. Add...

    blog.aspose.com/psd/apply-photoshop-layer-effec...
  5. 将电子邮件保存为 PDF|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.... load ( fstream ); // Save the Message...SaveOptions . getDefaultMhtml ()); // Load the stream in Word document...

    docs.aspose.com/email/zh/java/save-email-messag...
  6. Convert OLM to MHTML via C++ application | prod...

    Try our On-Premise APIs for your document conversion using C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Convert OLM to MHTML - C++ // Load the OLM. System::SharedPtr<MailMessage>...Message> eml = MailMessage::Load(u "sourceFile.olm" ); // Save...

    products.aspose.com/email/cpp/conversion/olm-to...
  7. Convert OLM to OFT via C++ application | produc...

    Try our On-Premise APIs for your document conversion using C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Convert OLM to OFT - C++ // Load the OLM. System::SharedPtr<MailMessage>...Message> eml = MailMessage::Load(u "sourceFile.olm" ); // Save...

    products.aspose.com/email/cpp/conversion/olm-to...
  8. Aspose::Words::FileFormatUtil::ContentTypeToSav...

    Aspose::Words::FileFormatUtil::ContentTypeToSaveFormat method. Converts IANA content type into a save format enumerated value in C++....find the corresponding Aspose load/save format from each media...not have a corresponding save/load format for a content type, an...

    reference.aspose.com/words/cpp/aspose.words/fil...
  9. Converting a EMF file to PDF using C++ | Aspose...

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

    products.aspose.com/pdf/cpp/conversion/emf-to-pdf/
  10. Save a Document in C++|Aspose.Words for C++

    Save a document in any supported format using C++....following code example shows how to load and save a document to a file:...following code example shows how to load and save a document to a stream:...

    docs.aspose.com/words/cpp/save-a-document/