Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 368,302 for

save

(0.36 sec)
  1. Merge MD files using JavaScript via C++ | Aspos...

    Merge MD files programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...merging them in advance can save time and effort. Instead of...second document to the first. Save concatenated output file JavaScript...

    products.aspose.com/pdf/javascript-cpp/merger/md/
  2. Barcode Generation|Documentation

    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....elements Save Generated Barcodes Explains how to save generated...

    docs.aspose.com/barcode/phpjava/generate-barcodes/
  3. OfficeMath.get_math_renderer method | Aspose.Wo...

    OfficeMath.get_math_renderer method. Creates and returns an object that can be used to render this equation into an image....pass to the node renderer's "save" method to modify # how it renders...node into an image. save_options = aw . saving . ImageSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Public API Changes in Aspose.Cells 8.4.2|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...."End Sub" ); //Save the workbook workbook . save ( output , SaveFormat..., 6 , 3 ); //Save the workbook workbook . save ( output ); Enumeration...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Extract Images from PDF (facades)|Aspose.PDF fo...

    This section explains how to extract images with Aspose.PDF Facades using PdfExtractor Class.... In order to save the images to disk, you can...//Retrieve image from collection and save it in a file extractor . getNextImage...

    docs.aspose.com/pdf/java/extract-images/
  6. Redact PPTX Presentation Files using C++ | prod...

    C++ source code to find and replace text in PPTX Presentation.... nullptr ); presentation -> Save( u "replaced.pptx" , SaveFormat...method to find and replace text. Save result in PPTX format Online...

    products.aspose.com/slides/cpp/redaction/pptx/
  7. Working with Attachments in PDF|Aspose.PDF for ...

    Use Java PDF API to access, add and remove attachments in PDF files using Java from within your applications. Complete guide with Java code samples....information of an attachment, and save it to file, delete the attachment...to a PDF document Extract and save an attachment Removing attachment...

    docs.aspose.com/pdf/java/attachments/
  8. 使用Aspose.Cells计算小计|Documentation

    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....[] { 1 }); //Save the excel file workbook . save ( "AsposeTotal...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  9. 计算小计|Documentation

    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....[] { 1 }); //Save the excel file workbook . Save ( "AsposeTotal...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  10. Add Header to PDF using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET.... Save the PDF file. Add a Header to...textStamp ); } pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/header/