Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 376,887 for

save

(0.56 sec)
  1. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java....Finally, save the updated PDF using the Document object’s Save method...link ); // Save updated document document . save ( _dataDir +...

    docs.aspose.com/pdf/java/create-links/
  2. 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/
  3. 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...
  4. Convert EPUB to PPSX via Java API | products.as...

    Java API to Convert EPUB to PPSX without using Microsoft Word...Convert EPUB to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPSX format using save method and...

    products.aspose.com/total/java/conversion/epub-...
  5. Extract Images from Worksheets using ImageOrPri...

    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....from Microsoft Excel files and save them to a local drive. This...images from an Excel file and save them. AI Document Assistant...

    docs.aspose.com/cells/python-net/extract-images...
  6. 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/
  7. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order...."A1:T35" ); // Save the workbook. workbook . save ( path . join..."$1:$2" ); // Save the workbook. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  8. Convert all Polygons to Triangles in 3D Model|D...

    Aspose.3D for Java API has support of converting all polygons to triangles in any supported 3D document....triangulate ( scene ); // Save 3D scene scene . save ( MyDir + "triangulated_out...

    docs.aspose.com/3d/java/convert-all-polygons-to...
  9. 查找特定单词的出现次数|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...."test" ); //Save the file. excelApp . ActiveWorkbook . Save (); excelApp...objSheet , "test" ); workbook . Save ( myPath ); } private static...

    docs.aspose.com/cells/zh/net/find-specific-word...
  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/