Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 375,752 for

save

(0.79 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…...Email Use the Unicode MSG save options (or explicitly request...MailMessage.Load("input.eml"); // 2. Save as MSG using Unicode (full MAPI)...

    forum.aspose.com/t/converting-eml-to-msg-produc...
  2. Protect and Unprotect a Visio Shape in PHP|Docu...

    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....getLockWidth () -> setValue ( 1 ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "ProtectUnprotectShap...

    docs.aspose.com/diagram/java/protect-and-unprot...
  3. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for .NET offers to build a Node hierarchy. The Node is basic building block of a scene. A hierarchy of nodes defines the logical structure of a scene, and provide visible content by attaching geometries, lights, and cameras to nodes.... PI , 4 , 0 ); // Save 3D scene in the supported file...file formats scene . Save ( "NodeHierarchy.fbx" ); Share Mesh’s...

    docs.aspose.com/3d/net/add-node-hierarchy-and-s...
  4. Processing write-in fields|Documentation

    How to recognize fields in which the respondent can hand write some text or draw a picture....through Images collection and save the contents of write-in fields...$"image{i++}.png" ); bitmap . Save ( writeInPath ); } Results image1...

    docs.aspose.com/omr/net/recognition/write-in/
  5. Render Resource Usage or Sheet Views in Ruby | ...

    Learn how to read Microsoft Project (MPP/XML) resource usage and resource sheet views using Aspose.Tasks Java for Ruby.... save( "result_days.pdf" , options)...ThirdsOfMonths) 12 13 project . save( "result_thirdsOfMonths.pdf"...

    docs.aspose.com/tasks/java/rendering-resource-u...
  6. Aspose::Words::Layout::CommentDisplayMode enum ...

    Aspose::Words::Layout::CommentDisplayMode enum. Specifies the rendering mode for document comments in C++....Shows how to show comments when saving a document to a rendered format...ShowInAnnotations ); doc -> Save ( get_ArtifactsDir () + u "Document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. Convert DOC To DOCX Javascript

    Convert DOC to DOCX format in JavaScript code. Save DOC as DOCX using JavaScript.... Save DOC as DOCX in JavaScript The...output file and use the save() method to save the result as DOCX....

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert DOC To RTF Javascript

    Convert DOC to RTF format in JavaScript code. Save DOC as RTF using JavaScript.... Save DOC as RTF in JavaScript The...output file and use the save() method to save the result as RTF. The...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert TEXT To WORD Javascript

    Convert TEXT to WORD format in JavaScript code. Save TEXT as WORD using JavaScript.... Save text as Word in JavaScript The...output file and use the save() method to save the result as Word....

    products.aspose.com/words/nodejs-net/conversion...
  10. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingArc_out...( graph ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/add-arc/