Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 375,720 for

save

(0.44 sec)
  1. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...75 ); // Save the workbook workbook . Save ( "PageMargins...PageOrientationType :: Landscape ); workbook . Save ( "PageOrientation.xlsx" );...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  2. 设置方向并控制隐藏 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.... LANDSCAPE ); // save Visio diagram . save ( dataDir + "SetPageOrientation_Out...exclude hidden Visio pages on saving diagram to PDF, HTML, Image...

    docs.aspose.com/diagram/zh/java/set-orientation...
  3. Quick Generation Examples|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.... save ( "code128.png" , BarCodeImageFormat...QRErrorLevel . LEVEL_M ); gen . save ( "qrcode.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/java/developer-guide/qu...
  4. Add, Move or Delete pages in PDF using C++ | As...

    Manipulate PDF pages of your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add New...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/
  5. Add Pages to PDF using Java | Aspose.PDF

    Add PDF pages to your document programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. Insert...insert ( 2 ); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/pages/add/
  6. OleFormat class | Aspose.Words for Python

    aspose.words.drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control...embedded object if you want to save it into a file. suggested_file_name...embedded object if you want to save it into a file. Methods Name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert PDF/A to PDF format|Aspose.PDF for Java

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with Java library....removePdfaCompliance (); // Save output in XML format document . save ( documentFileName...add (); // Save updated document document . save ( documentFileName...

    docs.aspose.com/pdf/java/convert-pdfa-to-pdf/
  8. Encrypt and Decrypt PDF|Aspose.PDF for Python v...

    Encrypt and Decrypt PDF File with Python via C++ application....encrypt’ method Save the encrypted document to the...specified output file with ‘document.save’ method. import AsposePDFPythonWrapp...

    docs.aspose.com/pdf/python-cpp/set-privileges-e...
  9. Working with Outlook Tasks|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....Contents [ Hide ] Creating, Saving and Reading Tasks Aspose.Email...to create Outlook tasks and save them to MSG format. The MapiTask...

    docs.aspose.com/email/python-net/working-with-o...
  10. BarcodeGenerator | Aspose.BarCode for Java API ...

    BarcodeGenerator for backend barcode images generation....sample shows how to create and save a barcode image. BarCodeGenerator...setCodeText("123ABC"); generator.save("code128.png"); Constructors...

    reference.aspose.com/barcode/java/com.aspose.ba...