Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 368,279 for

save

(0.11 sec)
  1. Aspose::Words::Drawing::Shape::get_ImageData me...

    Aspose::Words::Drawing::Shape::get_ImageData method. Provides access to the image of the shape. Returns null if the shape cannot have an image in C++....images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。...您将了解如何使用 类的 Save() 方法保存 SVG 文件。此外,Aspose.SVG...using System. IO ; Copy 1 // Save SVG to file using C# 2 3 //...

    docs.aspose.com/svg/zh/net/save-svg-document/
  3. Aspose::Words::Saving::RtfSaveOptions::get_Expo...

    Aspose::Words::Saving::RtfSaveOptions::get_ExportImagesForOldReaders method. Specifies whether the keywords for "old readers" are written to RTF or not. This can significantly affect the size of the RTF document. Default value is true in C++....Aspose::Words::Saving::RtfSaveOptions::get_ExportImagesForOldRe...true . bool Aspose :: Words :: Saving :: RtfSaveOptions :: get_ExportImagesForOldRe...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::ImageSaveOptions::get_Sa...

    Aspose::Words::Saving::ImageSaveOptions::get_SaveFormat method. Specifies the format in which the rendered document pages or shapes will be Saved if this Save options object is used. Can be a raster Tiff, Png, Bmp, Jpeg or vector Emf, Eps, WebP, Svg in C++....Aspose::Words::Saving::ImageSaveOptions::get_SaveFormat method...pages or shapes will be saved if this save options object is used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. PdfDigitalSignatureDetails Class | Aspose.Words...

    Discover the Aspose.Words.PdfDigitalSignatureDetails class for seamless PDF digital signing. Enhance document security with easy integration and robust features....PdfDigitalSignatureD object and then save the document in the PDF format...PdfSaveOptions as a parameter into the Save method. Aspose.Words creates...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Saving::TxtSaveOptions::get_Pres...

    Aspose::Words::Saving::TxtSaveOptions::get_PreserveTableLayout method. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false in C++....Aspose::Words::Saving::TxtSaveOptions::get_PreserveTableLayout...preserve layout of tables when saving in the plain text format. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Remove Pages from PDF using Rust via C++ | Aspo...

    Remove pages from PDF file programmatically with Rust sample code using Aspose.PDF for Rust via C++... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/rust-cpp/pages/remove/
  8. Remove Pages from PDF using Java | Aspose.PDF

    Remove pages from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/java/pages/remove/
  9. Create PDF Document|Aspose.PDF for Java

    Learn how to create PDF file in Aspose.PDF for Java....Paragraph collection of the page Save the resultant PDF document //...World!" )); // Save updated PDF document . save ( "HelloWorld_out...

    docs.aspose.com/pdf/java/create-document/
  10. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using Java library.... Call the Document class’ Save(..) method to generate the PDF...pdf" ; // Save the updated document pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/change-page-size/