Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 367,899 for

save

(0.14 sec)
  1. Convert PPS to POT in JavaScript | products.asp...

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

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

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

    products.aspose.com/slides/nodejs-net/conversio...
  3. Convert POTX to PDF in Node.js | products.aspos...

    Convert POTX to PDF in Node.js. Use Node.js library API to convert POTX files to PDFs...Presentation from POTX file and save it as PDF. Node.js code for..."welcome-to-powerpoint.potx" ); try { pres . save ( "output.pdf" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  4. AiModel.setApiKey method | Aspose.Words for Nod...

    AiModel.setApiKey method. Sets a specified API key to the model.... save ( base . artifactsDir + "AI...options ); multiDocumentSummary . save ( base . artifactsDir + "AI...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SaveOptions class | Aspose.Words for Python

    aspose.words.saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format...specify additional options when saving a document into a particular...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Extra Annotations using C#|Aspose.PDF for .NET

    Learn how to add additional annotations to PDF files in .NET using Aspose.PDF for interactive document features....strikeOutAnnotation ); // Save PDF document document . Save ( dataDir + "...Annotations . Delete ( ca ); } // Save PDF document after deleting...

    docs.aspose.com/pdf/net/extra-annotations/
  7. Creating PDF/3-A compliant PDF and attaching ZU...

    Learn how to generate a PDF document with ZUGFeRD in Aspose.PDF for .NET... Save the converted document as a...Delete ); // Save PDF document document . Save ( dataDir + "AttachZUGFeRD_out...

    docs.aspose.com/pdf/net/attach-zugferd/
  8. PdfCustomPropertiesExport enumeration | Aspose....

    aspose.words.saving.PdfCustomPropertiesExport enumeration. Specifies the way [Document.custom_document_properties](../../aspose.words/document/custom_document_properties/) are exported to PDF file....can pass to the document's "save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # Set the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. XlsxSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XlsxSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XLSX](../../aspose.words/Saveformat/#XLSX) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert Visio to Images formats|Documentation

    This topic show you how to convert Visio to various images formats using Aspose.Diagram for Python via Java. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PNG, JPEG, BMP images with a few lines of code....read the diagram files and the Save method to export the diagram...shows a VSD file about to be saved to PNG format. You can use other...

    docs.aspose.com/diagram/python-java/convert-vis...