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

save

(0.11 sec)
  1. Convert HTML to JPG in C++ | products.aspose.com

    Convert HTML to JPG in C++. Use C++ library API to convert HTML files to JPGs...Presentation from HTML file and save it as JPG. C++ code for converting...index); slide -> GetThumbnail() -> Save(fileName, ImageFormat :: get_Jpeg());...

    products.aspose.com/slides/cpp/conversion/html-...
  2. Optimize PDF File Size in Ruby|Aspose.PDF for Java

    Learn to reduce the file size of PDFs without compromising quality using Aspose.PDF for Ruby....optimizeResources ( opt ) # Save output document doc . save ( data_dir + "Optimized_Filesize...

    docs.aspose.com/pdf/java/optimize-pdf-file-size...
  3. 页眉页脚|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 控制页眉和页脚:添加或编辑日期/时间、幻灯片编号和页脚文本,在 PPT、PPTX 和 ODP 中显示或隐藏占位符。... save ( "footer.pptx" , slides . export...ity ( True ) presentation . save ( "date_time.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/examples/e...
  4. Crop PDF using PHP | Aspose.PDF

    Crop PDF without losing quality in PHP programmatically with C# sample code using Aspose.PDF for PHP via Java...and create new Box Rectagle Save the updated document to the...the new path using the Save() method. If you want to crop a PDF...

    products.aspose.com/pdf/php-java/crop/
  5. Protect and Unprotect Worksheet with C++|Docume...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for C++...."test" ); // Save as Excel file workbook . Save ( u "Book1.xlsx"..."password" ); // Save the workbook workbook . Save ( u "Book1.xlsx"...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  6. Aspose::Words::Saving::XamlFlowSaveOptions::get...

    Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image URIs written into an XAML document. Default is an empty string in C++....Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolderAlias...:: String Aspose :: Words :: Saving :: XamlFlowSaveOptions :: ...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Optimize PDF Document for the Web in Ruby|Aspos...

    Streamline PDFs for faster web delivery and reduced file size using Aspose.PDF in Ruby....optimize () # Save output document doc . save ( data_dir + "Optimized_Web...

    docs.aspose.com/pdf/java/optimize-pdf-document-...
  8. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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 document. These steps are...site" , "Aspose Site!" ); //Save the Excel file. objBook . SaveCopyAs...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  9. 在Python.NET中指定要存储的有效数字|Documentation

    了解如何使用Aspose.Cells for Python via .NET API控制存储在Excel文件中的有效数字。...001234567890123456 ) # Save modified workbook workbook . save ( "output.xlsx"...put_value ( 1234567890.123451711 ) # Save the workbook output_dir = os...

    docs.aspose.com/cells/zh/python-net/specifying-...
  10. How to digitally sign PDF|Aspose.PDF for Java

    Learn how to digitally sign a PDF file to ensure its authenticity and integrity using Aspose.PDF for Java...pkcs ); // Save output PDF file signature . save ( outFile );...pkcs ); // Save output PDF file signature . save ( _dataDir +...

    docs.aspose.com/pdf/java/digitally-sign-pdf-file/