Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 586,057 for

save

(0.18 sec)
  1. page_index 属性 | Aspose.Cells for Python via .NE...

    page_index 属性 page_index 属性 获取或设置要保存的第一个页面的从 0 开始的索引。 评论 默认为 0。 例子 以下示例显示如何将 Microsoft Excel 文件中的一系列页面(3 和 4)呈现为 PDF。......page_count = 2 # Save the PDF file wb . save ( "output.pdf" ,...PaginatedSaveOptions page_count 属性 page_saving_callback 属性 简体中文 English Русский...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. SaveOptions.UseAntiAliasing | Aspose.Words for ...

    SaveOptions UseAntiAliasing property. Gets or sets a value determining whether or not to use antialiasing for rendering in C#.... Save ( ArtifactsDir + "Document.ImageSaveOptions...UseHighQualityRender = true ; doc . Save ( ArtifactsDir + "Document.ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. TeXLoadOptions | Aspose.PDF for .NET API Reference

    Represents options for loading/importing TeX file into PDF document....texLoadOptions )) { // Save PDF file pdfDocument . Save ( pdfFile ); }...texLoadOptions ) ' Save PDF file pdfDocument . Save ( pdfFile ) End...

    reference.aspose.com/pdf/net/aspose.pdf/texload...
  4. Add, Extract or Remove Images in PDF using Java...

    Manipulate images in PDF programmatically with Java sample code using Aspose.PDF for Java... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/java/images/
  5. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....Finally, save the updated PDF using the Document object’s Save method...textAnnotation ); // Save updated document document . save ( _dataDir +...

    docs.aspose.com/pdf/java/actions/
  6. OoxmlSaveOptions.Password | Aspose.Words for .NET

    OoxmlSaveOptions Password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm in C#....set ; } Remarks In order to save document without encryption...Password = "MyPassword" ; doc . Save ( ArtifactsDir + "OoxmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose.PSD for .NET 21.7 - Release Notes|Docume...

    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 ( outputFilePng , new PngOptions...PngOptions ()); image . Save ( outputFilePsd ); } using ( var image...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-7...
  8. ThumbnailGeneratingOptions class | Aspose.Words...

    aspose.words.rendering.ThumbnailGeneratingOptions class. Can be used to specify additional options when generating thumbnail for a document....setting a thumbnail image when saving a document to .epub. # 1 -.... update_thumbnail () doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Change named value in XMP metadata of EPS|Python

    The process of changing named value in XMP metadata of EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here.... Save EPS file with new XMP metadata...XmpValue ( "NewValue" )) 19 20 # Save the EPS file with changed XMP...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  10. Extract images from PDF in C++ | Aspose.PDF

    Parse images from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save output image to jpeg file. Save updated PDF...outfilename ); // Save output image xImage -> Save ( outputImage...

    products.aspose.com/pdf/cpp/parser/images/