Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 369,781 for

save

(0.13 sec)
  1. Manage PowerPoint Text Paragraphs in .NET|Aspos...

    Master paragraph formatting with Aspose.Slides for .NET—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C#.... Save the modified presentation. This...; } } // Saves the modified presentation pres . Save ( "multiParaPort_out...

    docs.aspose.com/slides/net/manage-paragraph/
  2. Supported File Formats|Aspose.PDF for Node.js v...

    This page shows which of Aspose.PDF for Node.js can load and Save file formats....can load and Save. Format Description Load Save Remarks PDF Portable...Format XPS XPS Documents XLSX Saves the document in the Microsoft...

    docs.aspose.com/pdf/nodejs-cpp/supported-file-f...
  3. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....that can be specified when saving a document into fixed page...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  4. 从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-...
  5. 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...
  6. DocSaveOptions.always_compress_metafiles proper...

    DocSaveOptions.always_compress_metafiles property. When ``False``, small metafiles are not compressed for performance reason...compression in a document while saving. # Open a document that contains...equation object.docx' ) # When we save a document, smaller metafiles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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/
  8. Can Aspose Support Opening and Modifying Docume...

    I have a number of microsoft documents that contain macros, and am trying to open them, make some modifications, and Save them. Out of the pool, some of them contain macros, and I don’t know which ones. There is no .docm…...make some modifications, and save them. Out of the pool, some...Right now I’m getting errors on save. Professionalize.Discourse July...

    forum.aspose.com/t/can-aspose-support-opening-a...
  9. Create PDF Forms using Java | Aspose.PDF

    Create PDF forms and add fields programmatically with Java sample code using Aspose.PDF for Java....Add field to the document and save modified PDF Create PDF Forms...textBoxField , 1 ); // Save modified PDF pdfDocument . save ( outputFile...

    products.aspose.com/pdf/java/acroforms/create/
  10. Add Watermark to PDF using Java | Aspose.PDF

    Add watermark to PDF file programmatically with Java sample code using Aspose.PDF for Java... Save PDF file Add Watermark to PDF...artifact ); //save result pdf to file pdfDocument . save ( "add_watermark...

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