Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 368,257 for

save

(0.96 sec)
  1. Rotating Cell Text|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 the file. The code samples that...Drawing . Color . White ); //Save the Excel file. objBook . SaveCopyAs...

    docs.aspose.com/cells/net/rotating-cell-text/
  2. 复制内部和外部字段|Aspose.PDF for .NET

    本节解释如何使用 FormEditor 类复制 Aspose.PDF Facades 中的内部和外部字段。...2" , 2 ); // Save PDF document formEditor . Save ( dataDir + "Sample-Form-01-mod...Name" , 1 ); // Save PDF document formEditor . Save ( dataDir + "Sample-Form-02-mod...

    docs.aspose.com/pdf/zh/net/copy-inner-and-outer...
  3. LoadOptions constructor | Aspose.Words for Python

    aspose.words.loading.LoadOptions constructor...load_options = options ) Shows how save a web page as a .docx file....and then save it to the local file system. doc . save ( ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert HTML to JPG in Python | products.aspose...

    Convert HTML to JPG in Python. Use Python library API to convert HTML files to JPGs...Presentation from HTML file and save it as JPG. Python code for converting...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .jpg" . format(num...

    products.aspose.com/slides/python-net/conversio...
  5. Convert PDF to Image in Python | products.aspos...

    Convert PDF to Image in Python. Use Python library API to convert PDF files to Images...Presentation from PDF file and save it as Image. Python code for...get_thumbnail( 1 , 1 ) bmp . save( "Slide_ {num} .png" . format(num...

    products.aspose.com/slides/python-net/conversio...
  6. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/Saveformat/#Pdf) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SaveOptions.updateLastPrintedProperty property ...

    SaveOptions.updateLastPrintedProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastPrinted](../../../aspose.words.properties/builtindocumentproperties/lastPrinted/) property is updated before saving....property is updated before saving. get updateLastPrintedPro ()...“Last printed” property when saving. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Insert an Empty Page at End of PDF File in Pyth...

    Discover how to insert an empty page at the end of a PDF document in Python with Aspose.PDF for easy document expansion.... add (); # Save the concatenated output file...target document) pdf_document . save ( self . dataDir + "output.pdf"...

    docs.aspose.com/pdf/java/insert-an-empty-page-a...
  9. How to Scale a Worksheet with Python.NET|Docume...

    This article explains how to scale a worksheet using Aspose.Cells for Python.NET....fit_to_pages_tall = 1 # Save the modified workbook workbook . save ( "output_fit_to_page...zoom = 75 # Save the modified workbook workbook . save ( "output_scaled_percentage...

    docs.aspose.com/cells/python-net/how-to-scale-a...
  10. Resizing|Documentation

    How to resize an image to improve recognition accuracy....png" ); // Save processed images to the folder...folder ImageProcessing . Save ( images , "C:\\images" ); Manual...

    docs.aspose.com/ocr/java/resize/