Sort Score
Result 10 results
Languages All
Labels All
Results 5,531 - 5,540 of 368,006 for

save

(0.18 sec)
  1. Create Links in PDF file with C#|Aspose.PDF for...

    This section explains how to create links in your PDF document with C#....Finally, save the updated PDF using the Document object’s Save method...collection. Save the updated PDF using the Document object’s Save method...

    docs.aspose.com/pdf/net/create-links/
  2. Aspose.PSD for .NET 25.1 - 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 ( outFileImgAll , new PngOptions...UpdateModifiedConten (); image . Save ( outFileImgOne , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-1...
  3. Convert HTML to PDF in Python | products.aspose...

    Convert HTML to PDF in Python. Use Python library API to convert HTML files to PDFs...Presentation from HTML file and save it as PDF. Python code for converting... add_from_html(data) pres . save( "index.pdf" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  4. Convert PDF to TIFF in Java | products.aspose.com

    Convert PDF to TIFF in Java. Use Java library API to convert PDF files to TIFFs...Presentation from PDF file and save it as TIFF. Java code for converting...addFromPdf ( "InputPDF.pdf" ); pres . save ( "doc.tiff" , SaveFormat ....

    products.aspose.com/slides/java/conversion/pdf-...
  5. Apply or Change Slide Layouts in Java|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for Java. Explore layout types, placeholder control, and footer visibility through Java code examples.... Save the presentation. The following...); // Save the presentation to disk. presentation . save ( "output...

    docs.aspose.com/slides/java/slide-layout/
  6. Convert Image to PDF in Python | products.aspos...

    Convert Image to PDF in Python. Use Python library API to convert Image files to PDFs...Presentation from Image file and save it as PDF. Python code for converting..., 100 , 100 , image) pres . save( "index.pdf" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  7. 在使用Node.js通过C++将Excel渲染为PDF时忽略错误|Documentation

    了解在将Excel文件转换为PDF时如何忽略错误,使用编号Aspose.Cells for Node.js via C++。...( filePath ); // Specify Pdf Save Options - Ignore Error const...= true ; // Save the Workbook in Pdf with Pdf Save Options wb...

    docs.aspose.com/cells/zh/nodejs-cpp/ignore-erro...
  8. Apply or Change Slide Layouts in PHP|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for PHP via Java. Explore layout types, placeholder control, and footer visibility through code examples.... Save the presentation. The following...); // Save the presentation to disk. $presentation -> save ( "output...

    docs.aspose.com/slides/php-java/slide-layout/
  9. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET.... And save your PDF file // For complete...( rect ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/add-rectangle/
  10. Convert HTML to Image in C++ | products.aspose.com

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

    products.aspose.com/slides/cpp/conversion/html-...