Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 380,279 for

save

(0.65 sec)
  1. Merge PDF Files To BMP Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation_slide_ {0} .bmp"...steps to merge two PDF files and save result as BMP in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  2. Refresh Values of Linked Shapes|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....Cells when you save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/java/refresh-values-of-li...
  3. Online PCL to PS Conversion or Build .NET based...

    Free online app to convert PCL to PS files. .NET C# conversion library code for PCL documents....Convert PCL to Doc by using Save method Load Doc file by using...Aspose.Words Save the document to PS format using Save method and...

    products.aspose.com/total/net/conversion/pcl-to...
  4. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Compliance method. Specifies the OOXML version for the output document. The default value is Ecma376_2006 in C++....Aspose::Words::Saving::OoxmlSaveOptions::get_Compliance method...Words :: Saving :: OoxmlCompliance Aspose :: Words :: Saving :: OoxmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. 从PDF中删除附件|Aspose.PDF for .NET

    Aspose.PDF可以从您的PDF文档中删除附件。使用C# PDF API通过Aspose.PDF库删除PDF文件中的附件。... 使用 Document 对象的 Save 方法保存更新后的文件。 以下代码片段演示了如何从PDF文档中删除附件。...Delete (); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/removing-attachment-...
  6. Add an Asset Information To Scene|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for .NET API allows developers to define a Metadata for the scene.... Save 3D scene in the supported file...; // Save scene to 3D supported file formats scene . Save ( "InformationToScene...

    docs.aspose.com/3d/net/add-an-asset-information...
  7. SaveOptions.temp_folder property | Aspose.Words...

    SaveOptions.temp_folder property. Specifies the folder for temporary files used when saving to a DOC or DOCX file...for temporary files used when saving to a DOC or DOCX file. By default...error(OutOfMemoryException)) Throw if you are saving a very large document (thousands...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Protect PPTX Presentation Files using Python | ...

    Python source code to protect PPTX Presentation.... save( "encrypted-pres.pptx" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.pptx"...

    products.aspose.com/slides/python-net/protect/p...
  9. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Java API has support to define Metadata for the scene.... Save 3D scene in the supported file...); // Save scene to 3D supported file formats scene . save ( MyDir...

    docs.aspose.com/3d/java/add-asset-information-t...
  10. Add Attachments to PDF using Java | Aspose.PDF

    Java source code to add Attachments in PDF file....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save the updated document pdfDocument . save ( "output...

    products.aspose.com/pdf/java/attachments/add/