Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 374,373 for

save

(0.18 sec)
  1. Convert PDF to DOC or DOCX format in Ruby|Aspos...

    Learn how to convert PDF documents to DOC or DOCX formats in Ruby with Aspose.PDF, enabling easier editing and processing.... pdf ' ) # Save the concatenated output file...the target document ) pdf . save ( data_dir + "output.doc" )...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  2. Get a Particular Page in a PDF File in Python|A...

    Explore how to extract a particular page from a PDF file in Python using Aspose.PDF for detailed document handling....) # save the newly generated PDF file new_document . save ( self...

    docs.aspose.com/pdf/java/get-a-particular-page-...
  3. Set permissions for a PDF document using Rust|A...

    Set permissions for a PDF document with Aspose.PDF for Rust via C++.... The document is then saved with the defined permission...bitflag. Save the PDF with permissions applied using save_as . use...

    docs.aspose.com/pdf/rust-cpp/set_permissions/
  4. Online OFT to XPS Conversion or Build .NET base...

    Free online app to convert OFT to XPS files. .NET C# conversion library code for OFT documents....using Save method Load HTML by using Document class Save the document...document to XPS format using Save method and set Xps as SaveFormat...

    products.aspose.com/total/net/conversion/oft-to...
  5. Online OFT to Image Conversion or Build .NET ba...

    Free online app to convert OFT to Image files. .NET C# conversion library code for OFT documents....using Save method Load HTML by using Document class Save the document...document to PNG format using Save method and set Png as SaveFormat...

    products.aspose.com/total/net/conversion/oft-to...
  6. MailMergeSettings.DataSource | Aspose.Words for...

    Discover how to set the MailMergeSettings DataSource property for seamless mail merge integration. Easily specify your data source path for optimal results!... Save ( ArtifactsDir + "MailMerge...builder . EndTable (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  7. MailMergeSettings.HeaderSource | Aspose.Words f...

    Discover the MailMergeSettings HeaderSource property, define your mail merge header path effortlessly. Optimize your document workflow today!... Save ( ArtifactsDir + "MailMerge...builder . EndTable (); doc . Save ( ArtifactsDir + "MailMerge...

    reference.aspose.com/words/net/aspose.words.set...
  8. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for Node.js via Java offers AmfSaveOptions class which allows you to set boolean value for compression as per your requirements.... save ( "test.amf" ); Read 3D document Save 3D Scene...

    docs.aspose.com/3d/nodejs-java/export-scene-to-...
  9. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...style ); // Save the Excel file workbook . Save ( outDir + u...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  10. Convert DWG to DXF in Python | Python DWG

    Discover how to convert DWG to DXF in Python with this comprehensive guide. You'll find detailed steps and code examples to simplify the conversion process.... Finally, call the save() method to save DWG as DXF. It takes...We can also specify various save options while converting a DWG...

    blog.aspose.com/cad/convert-dwg-to-dxf-in-python/