Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 374,117 for

save

(0.2 sec)
  1. Adjust Workbook Compression Level with JavaScri...

    Learn how to adjust the workbook compression level in Aspose.Cells for JavaScript via C++....Cells Example - Save XLSB with Compression Levels...> </ head > < body > < h1 > Save XLSB with Different Compression...

    docs.aspose.com/cells/javascript-cpp/adjust-wor...
  2. Custom Download Function for GridJs|Documentation

    This article describes how to implement a custom download function for GridJs.... log ( 'Save Mode:' , saveMode ); // Implement...example: upload to cloud storage, save to a custom location, etc. }...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  3. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for Node.js via C++....first creates a workbook, then saves it to a memory stream in XLSX...workbook with A5 paper size and saves it in PDF format. Then it loads...

    docs.aspose.com/cells/nodejs-cpp/load-workbook-...
  4. Working with Cylinder|Documentation

    Aspose.3D for Java allows customizing Offset Top of a cylinder. In order to use this functionality, you can use setOffsetTop() method of Cylinder class....createChildNode ( cylinder2 ); // Save scene . save ( RunExamples . getDataDir...( cylinder2 ); // Save scene scene . save ( RunExamples . getDataDir...

    docs.aspose.com/3d/java/working-with-cylinder/
  5. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and Save all faces into the supported image formats....the cubemap with six faces and save all faces into the supported...ITextureCubemap ; //we can directly save each face to disk by specifing...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  6. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for Java library allows to convert various images formats to PDF....sample BMP image file Finally, save the output PDF file So the following...image ); // Save output PDF document document . save ( Paths ....

    docs.aspose.com/pdf/java/convert-images-format-...
  7. AutoFit Rows for Rendering with JavaScript via ...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for JavaScript via C++. Prevent text clipping in Saved PDF files.... and even when you print or save the file as a PDF, the text...you switch to Print view or save the file as a PDF, the text...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  8. Add and Delete a Bookmark|Aspose.PDF for Java

    You can add a bookmark to a PDF document with Java. It is possible to delete all or particular bookmarks from a PDF document....pdfOutline ); // Save the update document pdfDocument . save ( _dataDir...pdfOutline ); // Save output pdfDocument . save ( _dataDir + "...

    docs.aspose.com/pdf/java/add-and-delete-bookmark/
  9. Aspose::Words::Saving::PageSet::PageSet constru...

    Aspose::Words::Saving::PageSet::PageSet constructor. Creates a page set based on exact page indices in C++....Aspose::Words::Saving::PageSet::PageSet constructor Contents...indices. Aspose :: Words :: Saving :: PageSet :: PageSet ( const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Add Arc Object to PDF file|Aspose.PDF for Java

    This article explains how to create a arc object to your PDF using Aspose.PDF for Java....paragraphs collection of page Save our PDF file The following code...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingArc_out...

    docs.aspose.com/pdf/java/add-arc/