Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 375,716 for

save

(0.4 sec)
  1. Difference between MapiAttachment.Save(...) and...

    I believe I found a bug when using MapiAttachment.Save(Stream stream) on an OLE attachment (attachment with PR_ATTACH_METHOD == ATTACH_OLE). On the message I was testing with, I noticed that using MAPI to download the O…...Save(...) and MapiAttachment.ObjectData...bug when using MapiAttachment.Save(Stream stream) on an OLE attachment...

    forum.aspose.com/t/difference-between-mapiattac...
  2. Features List | Aspose.Page for C++

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for C++....tickets Save XPS files to PDF and raster images Save EPS documents...model classes Save XPS documents as raster images Save XPS documents...

    docs.aspose.com/page/cpp/features-list/
  3. 保存 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/
  4. Generate Slide Thumbnail as JPEG|Aspose.Slides ...

    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 thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( "Test...

    docs.aspose.com/slides/net/generate-slide-thumb...
  5. 使用 Node.js 和 C++ 将指定工作表保存为 PDF|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将指定的工作表保存为 PDF。...// Save the pdf file with PdfSaveOptions workbook . save ( "output...// Save the pdf file with PdfSaveOptions workbook . save ( "output...

    docs.aspose.com/cells/zh/nodejs-cpp/save-specif...
  6. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the document as calculated by the most recent page layout operation....fixed page save format, // such as .pdf. So you can save some time...more complex documents. doc . save ( base . artifactsDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageData.ToImage | Aspose.Words for .NET

    Unlock the power of the ToImage method in ImageData to easily retrieve images stored in shapes as Image objects. Enhance your projects effortlessly!... Examples Shows how to save all images from a document to...// Go through each shape and save its image. for ( int shapeIndex...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Create AcroForms - Create Fillable PDF in PHP|A...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for PHP via Java....$textBoxField , 1 ); // Save modified PDF $document -> save ( $outputFile...$radio ); // save the PDF file $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/create-forms/
  9. Generate QR Code|Documentation

    Learn how to generate QR codes using Aspose.BarCode for Java with examples of error correction levels, encoding modes, and common use cases....World" ); // Save barcode image generator . save ( folder + "qrcode...setResolution ( 300 ); generator . save ( folder + "qrcode_sized.png"...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. Clone PowerPoint Slides in Python|Aspose.Slides...

    Quickly clone or duplicate PowerPoint slides with Aspose.Slides for Python via .NET. Follow our clear code examples and tips to automate PPT creation in seconds, boost productivity, and eliminate manual work.... Save the modified presentation. In...presentation . slides [ 0 ]) # Save the modified presentation to...

    docs.aspose.com/slides/python-net/clone-slides/