Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 369,809 for

save

(0.11 sec)
  1. Convert MD to SWF via Java API | products.aspos...

    Java API to Convert MD to SWF without using Microsoft Word...Convert MD to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/java/conversion/md-to...
  2. Add Attachments to PDF using PHP | Aspose.PDF

    PHP sample code for adding attachments to PDF documents on any platform....the collection’s Add method Save the PDF file. Adding Attachment...$fileSpecification ); // Save resulting PDF document. $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/attachments/add/
  3. Add Attachments to PDF using C++ | Aspose.PDF

    Add attachments to PDF documents on C++ Framework, C++ Core, and PHP, VBScript, Delphi, C++ via COM Interop....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save new output pdfDocument -> Save ( _dataDir +...

    products.aspose.com/pdf/cpp/attachments/add/
  4. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....Add ( 5 , 5 , imagePath ); // Save workbook U16String outputPath...u "output.xls" ; workbook . Save ( outputPath ); std :: cout...

    docs.aspose.com/cells/cpp/managing-pictures/
  5. PDF Tag Structure Issue for TOC – Missing Refer...

    We have observed that the PDF tag structure for the Table of Contents (TOC) differs when generating a document via code compared to using the Word “Save as PDF” option. Specifically, the reference link is missing in the …...compared to using the Word “Save as PDF” option. Specifically...out.docx (8.1 KB) Code Word - Save As PDF // Create a new document...

    forum.aspose.com/t/pdf-tag-structure-issue-for-...
  6. Specifying Significant Digits to be Stored in E...

    Learn how to control significant digits stored in Excel files using Aspose.Cells for Python via .NET API....001234567890123456 ) # Save modified workbook workbook . save ( "output.xlsx"...put_value ( 1234567890.123451711 ) # Save the workbook output_dir = os...

    docs.aspose.com/cells/python-net/specifying-sig...
  7. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....5 ); // Save the workbook workbook . save ( path . join...default value // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  8. Set External Links in Formulas in Aspose.Cells|...

    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....A8" ; //Save the workbook workbook . Save ( FileName );...AI Document Assistant Close Save Workbook to Text or CSV Format...

    docs.aspose.com/cells/net/set-external-links-in...
  9. Comment|Aspose.Slides for Node.js via .NET Docu...

    Work with slide comments in Aspose.Slides for Node.js: add, reply, edit, resolve, and export comments in PPT, PPTX, and ODP presentations with code examples....comment authored by a user and save the presentation. function addModernComment...position , date ); presentation . save ( "modern_comment.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  10. Remove Watermark from PDF using C++ | Aspose.PDF

    Remove watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save PDF file Delete Watermark from...artifact ); // save result pdf to file doc -> Save ( u "remove_watermark...

    products.aspose.com/pdf/cpp/watermark/remove/