Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 365,752 for

save

(0.1 sec)
  1. ImageSaveOptions constructor | Aspose.Words for...

    ImageSaveOptions constructor. Initializes a new instance of this class that can be used to Save rendered images in the [SaveFormat.TIFF](../../../aspose.words/Saveformat/#TIFF), [SaveFormat.PNG](../../../aspose.words/Saveformat/#PNG), [SaveFormat.BMP](../../../aspose.words/Saveformat/#BMP), [SaveFormat.JPEG](../../../aspose.words/Saveformat/#JPEG), [SaveFormat.EMF](../../../aspose.words/Saveformat/#EMF), [SaveFormat.EPS](../../../aspose.words/Saveformat/#EPS), [SaveFormat.WEB_P](../../../aspose.words/Saveformat/#WEB_P) or [SaveFormat.SVG](../../../aspose.words/Saveformat/#SVG) format....constructor ImageSaveOptions(save_format) Initializes a new instance...this class that can be used to save rendered images in the SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Extract Images from PDF File using C++|Aspose.P...

    This section shows how to extract images from PDF file using C++ library....provides a Save method which can be used to save the extracted..."output.jpg" ); // Save output image xImage -> Save ( outputImage...

    docs.aspose.com/pdf/cpp/extract-images-from-pdf...
  3. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for C++ library allows to convert various images formats to PDF.... Finally, save the output PDF file So the following...image ); // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/convert-images-format-t...
  4. 使用C++导出Web浏览器不支持的类似边框样式|Documentation

    学习如何使用Aspose.Cells结合C++导出Web浏览器不支持的边框样式。...inputFilePath ); // Specify Html Save Options - Export Similar Border...SetExportSimilarBord ( true ); // Save the workbook in Html format...

    docs.aspose.com/cells/zh/cpp/export-similar-bor...
  5. OleFormat.auto_update property | Aspose.Words f...

    OleFormat.auto_update property. Specifies whether the link to the OLE object is automatically updated or not in Microsoft Word....is_locked ) # If we plan on saving the OLE object to a file in...suggested_extension ) # Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Pixel Data Manipulation using Aspose.PSD for Ja...

    Example of how to directly and rapidly fast update raw pixel data using PSD Java API... Save Modified Pixel Data: Save the modified pixel...data back to the layer. Save PSD Image: Save the PSD image with the...

    docs.aspose.com/psd/java/pixel-data-manipulation/
  7. ImageSaveOptions | Aspose.Words for .NET

    Discover the ImageSaveOptions constructor for saving images in versatile formats like TIFF, PNG, BMP, JPEG, EMF, EPS, WebP, and SVG. Optimize your image handling!...this class that can be used to save rendered images in the Tiff...configure compression while saving a document as a JPEG. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Document::UpdateThumbnail method...

    Aspose::Words::Document::UpdateThumbnail method. Updates Thumbnail of the document using default options in C++....setting a thumbnail image when saving a document to .epub. // 1 -...-> UpdateThumbnail (); doc -> Save ( get_ArtifactsDir () + u "Document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove Text based on subtype/form with Aspose.PDF for Python via .NET library. Remove all forms from the PDF....of a PDF document and then saves the modified document to the...resources. Clear form objects. Save the updated document. import...

    docs.aspose.com/pdf/python-net/remove-form/
  10. 导入和导出数据|Aspose.PDF for .NET

    本节解释如何使用表单类通过 Aspose.PDF Facades 导入和导出数据。...最后,您可以使用 Form 类的 Save 方法保存 PDF 文件。以下代码片段演示了如何从 XML...xmlInputStream ); // Save PDF document pdfForm . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/import-and-export-data/