Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 368,085 for

save

(0.38 sec)
  1. Generating a Thumbnail from a Slide with User D...

    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 the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( "Thumbnail2...

    docs.aspose.com/slides/net/generating-a-thumbna...
  2. 以编程方式删除 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/
  3. AiModel.Summarize | Aspose.Words for .NET

    Smart document summarization API with customizable length options. Generate concise summaries from any document using AI technology.... Save ( ArtifactsDir + "AI.AiSummarize...options ); multiDocumentSummary . Save ( ArtifactsDir + "AI.AiSummarize...

    reference.aspose.com/words/net/aspose.words.ai/...
  4. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file with Aspose.PDF for Rust via C++.... These are opening a file, saving changes, and properly closing...applications. The ability to open and save PDF documents is a core requirement...

    docs.aspose.com/pdf/rust-cpp/open-pdf-document/
  5. Rotate PDF API | Aspose.PDF

    Rotate PDF pages using .NET, .NET Core, Java, C++ & Android.... Save the output PDF file. Rotate..."ChangeOrientation_out.pdf" ; // Save output file doc . Save ( dataDir );...

    products.aspose.com/pdf/rotate/
  6. 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/
  7. 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/
  8. 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/
  9. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据..., options ); // Optionally, save the document with fields to...to a new PDF document . Save ( dataDir + "TextBox_out.pdf" ); }...

    docs.aspose.com/pdf/zh/net/import-export-json/
  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/