Sort Score
Result 10 results
Languages All
Labels All
Results 9,481 - 9,490 of 310,748 for

save

(0.23 sec)
  1. 计算小计|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....[] { 1 }); //Save the excel file workbook . Save ( "AsposeTotal...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  2. 使用Aspose.Cells计算小计|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....[] { 1 }); //Save the excel file workbook . save ( "AsposeTotal...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  3. Copy Shapes between Worksheets in Aspose.Cells|...

    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...., 2 , 0 ); //Save the Worksheet workbook . Save ( FileName );...

    docs.aspose.com/cells/net/copy-shapes-between-w...
  4. Add Header to PDF using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET.... Save the PDF file. Add a Header to...textStamp ); } pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/header/
  5. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...01 and save it to another file: scene =... Vector3 ( 0.01 )); scene . save ( "scaled-scene.obj" , FileFormat...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  6. 使用Node.js通过C++设置打印选项|Documentation

    本文演示了如何使用Node.js API和C++库以编程方式设置Excel工作表页面设置的打印选项。可以设置打印区域、打印标题和页面顺序。..."A1:T35" ); // Save the workbook. workbook . save ( path . join..."$1:$2" ); // Save the workbook. workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pri...
  7. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....Call to save PostScript document as image with image save options...call to save PostScript document as PDF with PDF save options)...

    docs.aspose.com/page/cpp/convert-ps/
  8. Add Word Art Watermark to Chart|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....( false ); //Save the excel file. workbook . save ( dataDir +...

    docs.aspose.com/cells/java/add-word-art-waterma...
  9. Using Nested Objects|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....false ); //Save the Excel file. designer . Workbook . Save ( FileName...

    docs.aspose.com/cells/net/using-nested-objects/
  10. Protect PDF using C++ | Aspose.PDF

    Lock PDF with password programmatically with C++ sample code using Aspose.PDF for C++... Save result in PDF format Protect...:: AESx128 , false ); doc -> Save ( L ".. \\ outputPath \\ protectedFile...

    products.aspose.com/pdf/cpp/protect/