Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 151,656 for

load

(0.27 sec)
  1. Converting EML to MSG produces a strange MSG fo...

    We have a conversion program that converts emails to PDF. When I export an email in Outlook as an MSG file, it converts to PDF without any problems. If I then convert the MSG file to EML using Aspose, I can also convert…... Load the EML file MailMessage eml = MailMessage.Load("input...Exception { // Load the EML MailMessage eml = MailMessage.load("input...

    forum.aspose.com/t/converting-eml-to-msg-produc...
  2. Supported File Formats|CAD 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....for Java can load and Save. Format Description Load Save Remarks...

    docs.aspose.com/cad/java/supported-file-formats/
  3. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....call the diagram constructor to load diagram from a VSD file diagram...Total.Product.Family.lic" ) # load diagram diagram = Diagram (...

    docs.aspose.com/diagram/zh/python-java/convert-...
  4. Print PDF to PDF with Java

    Follow this article to print PDF to PDF with Java. It has the details to set the IDE for development, a list of steps, and a sample code to print to PDF printer with Java....Create the PdfViewer object to load the source PDF file Set the...printDocumentWithSet() method to print the loaded PDF to a PDF Follow these steps...

    kb.aspose.com/pdf/java/print-pdf-to-pdf-with-java/
  5. Supported File Formats|Aspose.Slides for Python...

    Discover all file formats Aspose.Slides for Python via .NET can open, save, and convert — including PPT, PPTX and ODP — with clear import/export support notes....NET can load and save: Format Description Load Save Remarks...password-protected before actually loading it? Yes. Using the factory-based...

    docs.aspose.com/slides/python-net/supported-fil...
  6. Developer's reference|Documentation

    Aspose.LLM for .NET developer reference: presets, chat sessions, persistence, license....Session persistence — Save and load conversation state with SaveChatSession...Session persistence — Saving and loading chat sessions. License — Applying...

    docs.aspose.com/llm/net/developer-reference/
  7. 使用 SolutionXML 元素|Documentation

    本节介绍如何添加 solutionXml 或从 Aspose.Diagram 的 solutionXml 元素获取 xml 值。...GetDataDir_SolutionXML (); // Load source Visio diagram Diagram...GetDataDir_SolutionXML (); // Load source Visio diagram Diagram...

    docs.aspose.com/diagram/zh/net/working-with-sol...
  8. Table and image truncation during word transfor...

    We are using ASPOSE.Words for our .doc to .docx transformation. During transformation, some of the tables are images are getting truncated. Even Auto Fit Word settings dont work. Please help....behavior programmatically after loading the document. Here’s an example...import aspose.words as aw # Load the document doc = aw.Document("input...

    forum.aspose.com/t/table-and-image-truncation-d...
  9. 在 PST 文件中管理分发列表|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....Mapi ; // Load the PST file using ( var pst...Aspose.Email.Storage.Pst ; // Load PST file using ( PersonalStorage...

    docs.aspose.com/email/zh/net/managing-distribut...
  10. How to Convert XML to PDF in Python

    This brief tutorial covers how to convert XML to PDF in Python. It includes all the details to configure the system environment, program algorithm, and a code snippet to demonstrate the conversion of XML document to PDF in Python with a few lines of code....object of the Document class Load input XML file with bind_xml()...the library. Then proceed to load the XML file and render it as...

    kb.aspose.com/pdf/python/how-to-convert-xml-to-...