Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 375,721 for

save

(0.48 sec)
  1. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով C++:...ելքային ֆայլի ուղին և օգտագործեք Save() մեթոդը՝ արդյունքը որպես PDF...<Document>( u"Input.docx" ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/hy/cpp/conversion/wor...
  2. 幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并对 PPT、PPTX 和 ODP 演示文稿应用过渡效果。... save ( "slide.pptx" , aspose . slides...firstSlide ); presentation . save ( "slide_cloned.pptx" , aspose...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  3. Apply or Change Slide Layouts in C++|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for C++. Explore layout types, placeholder control, and footer visibility through C++ code examples.... Save the presentation. The following...); // Save the presentation to disk. presentation -> Save ( u "Output...

    docs.aspose.com/slides/cpp/slide-layout/
  4. Working with Layers|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....setValue ( "0" ) # save diagram diagram . save ( "ConfigureShapeLayers_Out...layer . getIX ())) # save diagram diagram . save ( "AddLayer_Out.vsdx"...

    docs.aspose.com/diagram/python-java/working-wit...
  5. Converting a PDF file to DOC using Rust | Aspos...

    Code Examples on Rust for PDF‑to‑DOC Conversion on All Platforms...Convert a PDF Page to DOC using save_docx function Close the PDF...your PDF file and then simply save it as a DOC file. You can use...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  6. Converting a PDF file to PPTX using Rust | Aspo...

    Code Examples on Rust for PDF‑to‑PPTX Conversion on All Platforms...Convert a PDF Page to PptX using save_to_pptx function Close the PDF...your PDF file and then simply save it as a PPTX file. You can use...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  7. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to Add, Get, and Delete Text Annotation from your PDF document....textAnnotation ); document -> Save ( _dataDir + u "sample_textannot...Delete ( fa ); } document -> Save ( _dataDir + u "sample_textannot_del...

    docs.aspose.com/pdf/cpp/text-annotation/
  8. Aspose.PSD for .NET 21.11 - 发行说明|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.... Save ( outputPsd ); } PSDNET-988...UpdateLayerData (); } } } } image . Save ( outputPng , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Remove Attachments from PDF using C++ | Aspose.PDF

    C++ source code for removing attachments in a PDF file.... Save the result. This code snippet...attachments from a PDF document and saves the modified PDF as a separate...

    products.aspose.com/pdf/cpp/attachments/remove/
  10. Remove Attachments from PDF using Java | Aspose...

    Java source code to delete Attachments from PDF file.... Save the result. This code snippet...attachments from a PDF document and saves the modified PDF as a separate...

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