Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 371,733 for

save

(0.18 sec)
  1. 在Ruby中管理分页符|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 ( @data_dir + "Add Page Breaks...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  2. Managing Page Breaks in Python|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 ( self . dataDir + "Add Page...

    docs.aspose.com/cells/java/managing-page-breaks...
  3. Add Page Number to PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save PDF document document . Save ( dataDir + "PageNumberStamp_out...artifact ); } } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/add-page-number/
  4. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式...Center ); // Save the excel file. workbook . save ( path . join...getHtmlText ()); // Save the workbook on disk destWb . save ( "Output.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  5. ImageSavingArgs.keepImageStreamOpen property | ...

    ImageSavingArgs.keepImageStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving an image....stream open or close it after saving an image. get keepImageStreamOpen...provided in the Aspose.Words.Saving.ImageSavingArgs.ImageStream...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 保存 Visio 文件时获取警告信息|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....instance SVG save options class Aspose . Diagram . Saving . SVGSaveOptions...so = new Aspose . Diagram . Saving . SVGSaveOptions (); so . WarningCallback...

    docs.aspose.com/diagram/zh/java/get-warning-inf...
  7. Converting Chart to Image in SVG Format with C+...

    Learn how to convert charts to SVG images using Aspose.Cells with C++....Cells can save charts as images in various...This article explains how to save a chart to SVG format. The following...

    docs.aspose.com/cells/cpp/converting-chart-to-i...
  8. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveOptions.metafileRenderingOptions property. Allows to specify metafile rendering options.... Saving . MetafileRenderingOpt Examples...metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Multiple signatures in PDF trouble - Free Suppo...

    Hi everyone, I succeed signing 2 signatures in a pdf file. The problem is that I can add text/annotations to the pdf and the signatures are still valid. How is it possible? Can someone please help? Here is a snippet…...Rectangle(10, 10, 100, 100), pkcs1); // Save the result. This creates the...the first signed file. // This Save operation is incremental to...

    forum.aspose.com/t/multiple-signatures-in-pdf-t...
  10. Convert OBJ to USDZ in Python

    This concise tutorial walks you through the process to convert OBJ to USDZ in Python. It covers the key procedures, necessary components, and a practical coding example to create an OBJ to USDZ converter in Python....function Output the USDZ using the save function These instructions...into USDZ by exporting with the save method. Code to Export OBJ to...

    kb.aspose.com/3d/python/convert-obj-to-usdz-in-...