Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 373,092 for

save

(0.26 sec)
  1. RtfSaveOptions.export_compact_size property | A...

    RtfSaveOptions.export_compact_size property. Allows to make output RTF documents smaller in size, but if they contain RTL (right-to-left) text, it will not be displayed correctly.... Examples Shows how to save a document to .rtf with custom...the document's "save" method to modify how we save it to an RTF...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OleFormat.progId property | Aspose.Words for No...

    OleFormat.progId property. Gets or sets the ProgID of the OLE object....( false ); // If we plan on saving the OLE object to a file in...); // Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using Java library.... Call the Document class’ Save(..) method to generate the PDF...pdf" ; // Save the updated document pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/change-page-size/
  4. Render Presentations with Fallback Fonts in Pyt...

    Render presentations with fallback fonts in Aspose.Slides for Python via .NET – keep text consistent across PPT, PPTX and ODP with step-by-step code samples....Save() method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/python-net/render-presen...
  5. Aspose.PSD for .NET 22.2 - Release Notes|Docume...

    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....Save(Aspose.PSD.StreamContainer,System...; image . Save ( outputFileNamePsd ); image . Save ( outputFileNamePng...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-2...
  6. C# 3D Formats Viewer | products.aspose.com

    View 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....the scene class , and call the Save method with the relevant output...Create save options using Html5SaveOptions to create save options...

    products.aspose.com/3d/net/viewer/
  7. Add Images to PDF using Python | Aspose.PDF

    Adding images into PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/python-net/images/add/
  8. Export to DXF|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....binary and normal, in the file save options. Note: One of the interesting...interesting features is the ability to save any supported file format to...

    docs.aspose.com/cad/net/how-to/export-file/expo...
  9. 保存 3D 文档|Documentation

    Aspose.3D for Java API 支持将 3D 场景保存在各种类型的 3D 文档中。...fbx" ); // Save Scene to a stream try ( MemoryStream...new MemoryStream ()) { scene . save ( dstStream , FileFormat . FBX7500ASCII...

    docs.aspose.com/3d/zh/java/save-3d-document/
  10. Create PDF using Java | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Java API to easily generate and read PDF files in Java applications.... Save the PDF using Save(String) method. Following...World!" )); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/create/