Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 368,266 for

save

(0.09 sec)
  1. Convert PPTM to PDF in JavaScript | products.as...

    Convert PPTM to PDF in JavaScript. Use Node.js library API to convert PPTM files to PDF...Presentation from PPTM file and save it as PDF. JavaScript code for..."welcome-to-powerpoint.pptm" ); try { pres . save ( "output.pdf" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  2. Convert PPTX to TIFF in JavaScript | products.a...

    Convert PPTX to TIFF in JavaScript. Use Node.js library API to convert PPTX files to TIFF...Presentation from PPTX file and save it as TIFF. JavaScript code..."welcome-to-powerpoint.pptx" ); try { pres . save ( "output.tiff" , SaveFormat...

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert PPT to PPS in Node.js | products.aspose...

    Convert PPT to PPS in Node.js. Use Node.js library API to convert PPT files to PPSs...Presentation from PPT file and save it as PPS. Node.js code for..."welcome-to-powerpoint.ppt" ); try { pres . save ( "output.pps" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....fileSpecification ); // Save the updated document pdfDocument . save ( "output..."output.pdf" ); } } Extract and Save an Attachment...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...
  5. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java... Save the file again This example...‘OutlineItemCollectio’, and then save the modified document bookmark...

    products.aspose.com/pdf/java/bookmarks/
  6. ShapeBase.AlternativeText | Aspose.Words for .NET

    Discover the ShapeBase AlternativeText property, which enhances accessibility by providing descriptive text for graphics, improving user experience and SEO.... Save ( ArtifactsDir + "Shape.AltText.docx" ); // Save the...of the missing image. doc . Save ( ArtifactsDir + "Shape.AltText...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Convert JPG to PDF|Aspose.PDF for Android via Java

    Learn how to easily convert a JPG images to PDF file. Also, you can convert an image to PDF with the same height and width of the page....JPG image and add to paragraph Save output PDF The code snippet...pdf" ); // Save output document try { document . save ( pdfFileName...

    docs.aspose.com/pdf/androidjava/convert-jpg-to-...
  8. Set PDF file information - facades|Aspose.PDF f...

    This section explains how to set PDF file information with Aspose.PDF Facades using PdfFileInfo Class.... Finally, save the updated PDF file using saveNewInfo(...setCreator ( "Aspose" ); // Save updated file fileInfo . saveNewInfo...

    docs.aspose.com/pdf/java/set-pdf-information/
  9. Lock Cells to Protect Them with Python.NET|Docu...

    Learn how to lock specific cells and protect worksheets in Excel files using Aspose.Cells for Python via .NET.... ALL ) # Save protected workbook workbook . save ( "output.xlsx"... ALL ) # Save the modified workbook workbook . save ( "output_locked...

    docs.aspose.com/cells/python-net/how-to-lock-ce...
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save output document document -> Save ( _dataDir +...batesNum ); } } // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/add-page-number/