Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 375,788 for

save

(0.28 sec)
  1. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Java API has support to define Metadata for the scene.... Save 3D scene in the supported file...); // Save scene to 3D supported file formats scene . save ( MyDir...

    docs.aspose.com/3d/java/add-asset-information-t...
  2. XlsxSaveOptions class | Aspose.Words for Node.js

    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/nodejs-net/aspose.wo...
  3. Add Attachments to PDF using Java | Aspose.PDF

    Java source code to add Attachments in PDF file....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save the updated document pdfDocument . save ( "output...

    products.aspose.com/pdf/java/attachments/add/
  4. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document... Saving . OoxmlCompliance Examples...DiagonalCornersRound, // then save the document with "Strict" or...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Working with Text Boxes|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....setValue ( 2 ); // save Visio diagram . save ( dataDir + "Form...// save Visio diagram in the local storage diagram . save ( dataDir...

    docs.aspose.com/diagram/java/working-with-text-...
  6. Converting to MHTML Files in PHP|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....xlsx" ; //Specify the HTML saving options $sv = new HtmlSaveOptions...$filePath ); //Save the MHT file $wb -> save ( $filePath . "...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  7. Convert CSV to MOBI using Python or with free O...

    CSV to MOBI conversion in your Python applications without using Microsoft Office or online. Test free CSV to MOBI online converter quickly before integrating the code....NET API to save the created HTML into the desired...efficient solution that can help you save time and effort. Furthermore...

    products.aspose.com/total/python-net/conversion...
  8. Convert EXCEL to MOBI using Python or with free...

    EXCEL to MOBI conversion in your Python applications without using Microsoft Office or online. Test free EXCEL to MOBI online converter quickly before integrating the code....NET API is used to save the created HTML into desired...simple and efficient and helps to save time and effort. How to Convert...

    products.aspose.com/total/python-net/conversion...
  9. HtmlFixedSaveOptions.RemoveJavaScriptFromLinks ...

    Optimize your HTML with the HtmlFixedSaveOptions RemoveJavaScriptFromLinks feature. Enhance security by removing JavaScript from links effortlessly.... Save ( ArtifactsDir + "HtmlSaveOptions...RemoveJavaScriptFrom = true ; doc . Save ( ArtifactsDir + "HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Create PDF Forms using Java | Aspose.PDF

    Create PDF forms and add fields programmatically with Java sample code using Aspose.PDF for Java....Add field to the document and save modified PDF Create PDF Forms...textBoxField , 1 ); // Save modified PDF pdfDocument . save ( outputFile...

    products.aspose.com/pdf/java/acroforms/create/