Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 361,092 for

save

(0.12 sec)
  1. Protect PDF using Java | Aspose.PDF

    Lock PDF with password programmatically with Java sample code using Aspose.PDF for Java... Save result in PDF format Protect...AESx256 ); // save updated PDF pdfDocument . save ( "EncryptedFile...

    products.aspose.com/pdf/java/protect/
  2. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF pages into individual PDF files with C++....the empty document Save the new PDF using Save method The following...CopyPage ( page ); newDocument -> Save ( _dataDir + u "page_" + pageCount...

    docs.aspose.com/pdf/cpp/split-pdf-document/
  3. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications.... Save the new PDF using Save method. The following...add ( $page ); $newDocument -> save ( $outputFile . "page_" . $pageCount...

    docs.aspose.com/pdf/php-java/split-document/
  4. Add Footer to PDF using PHP | Aspose.PDF

    Add footer to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java.... Save the PDF file. Add Image in Footer...$imageStamp ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/footer/
  5. Create Slide as SVG Image|Aspose.Slides Documen...

    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 memory stream to file. Example...//Generate SVG image of slide and save in memory stream sld.WriteAsSvg(SvgStream);...

    docs.aspose.com/slides/net/create-slide-as-svg-...
  6. Aspose.PSD for .NET 25.3 - 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...Load ( sourceFile )) { image . Save ( outputFile , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-3...
  7. Disable Compatibility Checker in Excel|Document...

    This article shows how to disable compatibility checker through the Aspose.Cells for Python via .NET API....Compatibility Checker flags when saving a file in an earlier file format...Microsoft Excel 2010. When you save a workbook in a previous version...

    docs.aspose.com/cells/python-net/disable-compat...
  8. 通过 C++ 使用 Node.js 将文件保存到响应对象|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 动态生成文件并直接将其发送到客户端浏览器。...为此,请使用接受以下参数的 Save 方法的特殊重载版本: Node.js 响应对象。 文件名。...null ) { // Save in Excel2003 XLS format workbook . save ( response...

    docs.aspose.com/cells/zh/nodejs-cpp/saving-file...
  9. Modifing AcroForm|Aspose.PDF for .NET

    Modifing form in your PDF file with Aspose.PDF for .NET library. You can Add or remove fields in existing form, getand set fieldlimit and etc...."textbox1" , 15 ); // Save PDF document form . Save ( dataDir + "SetFieldLimit_out...Black ); } // Save PDF document document . Save ( dataDir + "FormFieldFont14_out...

    docs.aspose.com/pdf/net/modifing-form/
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++.... Save your PDF file. The following...Add ( line ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-line/