Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 375,520 for

save

(0.16 sec)
  1. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....second parameter of the Workbook::Save method. You may also use the...workbook ( inputFilePath ); // Save the workbook as JSON U16String...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  2. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for Node.js via C++....xlsx" )); // Save the workbook workbook . save ( path . join...AI Document Assistant Close Save Excel into PDF with Standard...

    docs.aspose.com/cells/nodejs-cpp/render-unicode...
  3. Perl via Inline Java|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....will generate a barcode and save the barcode image. Perl use..."test-123" ); // Save the barcode image builder . save ( "testperljava...

    docs.aspose.com/barcode/java/perl-via-inline-java/
  4. How to remove Link Annotation using Java | Aspo...

    Remove Link annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Annotations collections Save the file again System Requirements...// Save document with removed annotation document . save ( _dataDir...

    products.aspose.com/pdf/java/annotation/link/re...
  5. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....collection of page instance And save your PDF file private static... Add ( rect ); // Save PDF file doc . Save ( _dataDir + "Cre...

    docs.aspose.com/pdf/cpp/add-rectangle/
  6. Managing Page Breaks in Jython|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.... add ( "Y30" ) # Saving the modified Excel file in...Excel 2003 ) format workbook . save ( dataDir + "Add Page Breaks...

    docs.aspose.com/cells/java/managing-page-breaks...
  7. Connect Shapes|Documentation

    This section explains how to connect two shapes with Aspose.Diagram for Java....connectShapesViaConn mothod save diagram Connect Shapes Programming...connecter1Id); // Save diagram diagram . save ( dataDir + "ConnectShapes_out...

    docs.aspose.com/diagram/java/connect-shapes/
  8. Customize Chart Axes in Presentations Using Jav...

    Discover how to use JavaScript with Aspose.Slides for Node.js via Java to customize chart axes in PowerPoint presentations for reports and visualizations....getActualMinorUnit (); // Saves the presentation pres . save ( "MaxValuesVerticalAxi_out...switchRowColumn (); // Saves presentation pres . save ( "SwitchChartRowColumn_out...

    docs.aspose.com/slides/nodejs-java/chart-axis/
  9. WarningType enumeration | Aspose.Words for Python

    aspose.words.WarningType enumeration. Specifies the type of a warning that is issued by Aspose.Words during document loading or saving....during document loading or saving. Members Name Description DATA_LOSS_CATEGORY...the created document following save. DATA_LOSS Generic data loss...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the file. Add Table in PDF -...} able to the first page and save the document pdfDocument . getPages...

    products.aspose.com/pdf/java/table/