Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 368,176 for

save

(0.21 sec)
  1. How to use Aspose.BarCode in TextPad|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....;d:\javaprojects $BaseName Click OK and save the setting. We are now ready...the Java code and save the code. When you save the class, make...

    docs.aspose.com/barcode/java/how-to-use-aspose-...
  2. 限制和 API 差异|Documentation

    Aspose.Cells for Python via Java 限制和API差异... save ( "wb.xlsx" ); } } Aspose.Cells...( "testing..." ) workbook . save ( "wb.xlsx" ) jpype . shutdownJVM...

    docs.aspose.com/cells/zh/python-java/limitation...
  3. Merge EPUB files using Java | Aspose.PDF

    Merge EPUB files programmatically with Java sample code using Aspose.PDF for Java...download format to any supported save format. Aspose.PDF for Java...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/java/merger/epub/
  4. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API... AutoFitRow ( 0 ); // Save the workbook to the first output...workbook . Save ( output1Path ); std :: cout << "File saved " << output1Path...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  5. Modifing AcroForm|Aspose.PDF for C++

    Modifing form in your PDF file with Aspose.PDF for C++ library. You can Add or remove fields in existing form, getand set fieldlimit and etc....set_MaxLen ( 15 ); document -> Save ( _dataDir + u "GetValuesFromAllFiel...u "textbox1" , 15 ); form -> Save (); } void GetFieldLimitFacade...

    docs.aspose.com/pdf/cpp/modifing-form/
  6. Extract Content in Jython|Aspose.Words for Java

    Extract Content from document using Jython....a new separate document and save it to disk. dstDoc = self ...., extractedNodes ) dstDoc . save ( self . dataDir + "TestFile...

    docs.aspose.com/words/java/extract-content-in-j...
  7. 使用Python.NET设置Workbook的公式计算模式|Documentation

    学习如何使用Aspose.Cells for Python via .NET API设置Excel工作簿中的公式计算模式(自动、手动)。逐步指南附代码示例。... MANUAL # Save modified workbook workbook . save ( "output.xlsx"...calculation_mode = CalcModeType . MANUAL # Save the workbook output_path = os...

    docs.aspose.com/cells/zh/python-net/setting-for...
  8. Add Images to PDF using C# | Aspose.PDF

    Adding images into PDF documents programmatically with C# sample code using Aspose.PDF for .NET... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/net/images/add/
  9. Cropping Images 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....$bottom_shift ); \ # Save the image to disk $image -> save ( $dataDir ...$rectangle ); \ # Save the image to disk $image -> save ( $dataDir ...

    docs.aspose.com/imaging/java/cropping-images-in...
  10. Modify Annotations in your PDF|Aspose.PDF for .NET

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....user" ); // Save PDF document annotationEditor . Save ( dataDir...newTextAnnotation ); // Save PDF document annotationEditor . Save ( dataDir...

    docs.aspose.com/pdf/net/modify-annotations/