Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 368,974 for

save

(0.24 sec)
  1. 以编程方式删除 PDF 页面 C#|Aspose.PDF for .NET

    您可以使用 Aspose.PDF for .NET 库从 PDF 文件中删除页面。... 调用 Save 方法以保存更新后的 PDF 文件。 以下代码片段演示了如何使用...Delete ( 2 ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/delete-pages/
  2. Disable CSS while saving to HTML with Node.js v...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for Node.js via C++....Ask AI Disable CSS while saving to HTML with Node.js via C++...Possible Usage Scenarios When you save your Excel file to a single‑page...

    docs.aspose.com/cells/nodejs-cpp/disable-css-wh...
  3. Replacer.replace_to_images method | Aspose.Word...

    aspose.words.lowcode.Replacer.replace_to_images method...replace_to_images(input_file_name, save_options, pattern, replacement)...input_file_name : str , save_options : aspose . words . saving . ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Protect PPT Presentation Files using Java | pro...

    Java source code to protect PPT Presentation.... save ( "encrypted-pres.ppt" , SaveFormat...( "123123" ); presentation . save ( "write-protected-pres.ppt"...

    products.aspose.com/slides/java/protect/ppt/
  5. Protect ODP Presentation Files using C++ | prod...

    C++ source code to protect ODP Presentation...."123123" ); presentation -> Save( u "encrypted-pres.odp" , SaveFormat..."123123" ); presentation -> Save( u "write-protected-pres.odp"...

    products.aspose.com/slides/cpp/protect/odp/
  6. Protect ODP Presentation Files using Java | pro...

    Java source code to protect ODP Presentation.... save ( "encrypted-pres.odp" , SaveFormat...( "123123" ); presentation . save ( "write-protected-pres.odp"...

    products.aspose.com/slides/java/protect/odp/
  7. PDF Rotation API | Aspose.PDF

    Rotate PDF Pages Using .NET, Java, C++ and Android... Save the output PDF file. Rotate..."ChangeOrientation_out.pdf" ; // Save output file doc . Save ( dataDir );...

    products.aspose.com/pdf/rotate/
  8. Aspose.Page for Python – Frequently Asked Quest...

    Comprehensive FAQ covering installation, licensing, supported formats, conversion, rendering, editing, performance, and troubleshooting for Aspose.Page's pure‑Python library.... save . PdfSaveOptions () 5 doc. save ( ' sample....sample. xps ' ) 4 img_opt = ap. save . ImageSaveOptions (ap. SaveFormat...

    docs.aspose.com/page/python-net/faq/
  9. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....RemoveEncryption(); presentation -> Save( u "encryption-removed.ppt"...RemoveWriteProtectio(); presentation -> Save( u "write-protection-removed...

    products.aspose.com/slides/cpp/unlock/ppt/
  10. Add Text to PDF Using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the file again. Add Text to...text_fragment ) # Save resulting PDF document. document . save ( path_outfile...

    products.aspose.com/pdf/python-net/text/