Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 375,520 for

save

(0.2 sec)
  1. Managing Document Properties in Python|Document...

    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...., "Aspose" ) # Save the file workbook . save ( self . dataDir..."Publisher" ) # Save the file workbook . save ( self . dataDir...

    docs.aspose.com/cells/java/managing-document-pr...
  2. Replace Image in Existing PDF File|Aspose.PDF f...

    This section describes about replace image in existing PDF file using C# library....particular image, save the updated PDF file using Save method of the...imageStream ); } // Save PDF document document . Save ( dataDir + "ReplaceImage_out...

    docs.aspose.com/pdf/net/replace-image-in-existi...
  3. TableSubstitutionRule class | Aspose.Words for ...

    aspose.words.fonts.TableSubstitutionRule class. Table font substitution rule... save(file_name) Saves the current table substitution...settings to file. save(output_stream) Saves the current table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TableSubstitutionRule.load_linux_settings metho...

    TableSubstitutionRule.load_linux_settings method. Loads predefined table substitution settings for Linux platform....'Times New Roman CE' ))) # We can save the table in the form of an...document. table_substitution_rule . save ( ARTIFACTS_DIR + 'FontSettings...

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

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with PHP library....removePdfaCompliance (); // Save the modified document to the...the output file $document -> save ( $outputFile ); This info also...

    docs.aspose.com/pdf/php-java/convert-pdfa-to-pdf/
  6. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToByteArray method. Returns the property value as byte array in C++....thumbnail to a document that we save as an Epub. auto doc = System...u "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。..."A1:D10" # Save modified workbook workbook . save ( "output_set_print_area...print_area = "" # Save modified workbook workbook . save ( "output_clear_print_area...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  8. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....Layer on the first Page , and save the document with the changes...visibility. Save the updated document using Document.save() . import...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  9. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access to the image of the shape...images from a document, and save them to the local file system...shapes from the document, # and save the image data of every shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....properties and then save the updated PDF file using the Save method. The...get_Item ( 2 ))); // Save output pdfDocument . save ( GetDataDir ()...

    docs.aspose.com/pdf/java/get-update-and-expand-...