Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 380,458 for

save

(0.17 sec)
  1. Aspose::Words::Saving::TxtSaveOptions::get_Pres...

    Aspose::Words::Saving::TxtSaveOptions::get_PreserveTableLayout method. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false in C++....Aspose::Words::Saving::TxtSaveOptions::get_PreserveTableLayout...preserve layout of tables when saving in the plain text format. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....$imageStamp ); // Save output document $document -> save ( $outputFile...$imageStamp ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  3. Watermark Annotations using Python|Aspose.PDF f...

    Learn how to add, inspect, and delete watermark annotations in PDF documents using Aspose.PDF for Python via .NET....], text_state ) Save the PDF document . save ( outfile ) Complete...2" ], text_state ) document . save ( outfile ) Get Watermark Annotation...

    docs.aspose.com/pdf/python-net/watermark-annota...
  4. Generate ITF Barcodes in C#|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 ( $"{path}ITF14BorderNone.png"...ITF14BorderType . Bar ; gen . Save ( $"{path}ITF14BorderBar.png"...

    docs.aspose.com/barcode/net/itf-barcodes/
  5. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....the overlap setting, and then save the result as a PPTX file: import... overlap = series_overlap # Save the presentation file to disk...

    docs.aspose.com/slides/python-net/chart-series/
  6. RtfSaveOptions.ExportImagesForOldReaders | Aspo...

    Optimize your RTF documents with the ExportImagesForOldReaders property. Control keyword inclusion for legacy readers, impacting file size and performance.... Examples Shows how to save a document to .rtf with custom...the document's "Save" method to modify how we save it to an RTF...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 使用评论|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 diagram diagram . save ( dataDir + "Add...( comment ); } // save Visio diagram . save ( dataDir + "Edit...

    docs.aspose.com/diagram/zh/java/working-with-co...
  8. 在页面中绘制形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中绘制形状。...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawPolylineInPage_out...2 , 2 , ps ); // Save diagram diagram . Save ( dataDir + "DrawBezierInPage_out...

    docs.aspose.com/diagram/zh/net/draw-shapes-in-p...
  9. Setting Margins with Node.js via C++|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. Also learn how to programmatically set margins for page center, header, and footer using the Node.js API via C++....setTopMargin ( 3 ); // Save the Workbook. workbook . save ( path . join...( true ); // Save the Workbook. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/setting-margins/
  10. Open PDF Document|Aspose.PDF for PHP via Java

    Learn how to open a PDF file with Aspose.PDF for PHP via Java.... They are widely used to save the format of a document. However...$inputFile ); Create PDF Document Save PDF Document...

    docs.aspose.com/pdf/php-java/open-pdf-document/