Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 568,892 for

save

(0.16 sec)
  1. OleFormat.ProgId | Aspose.Words for .NET

    OleFormat ProgId property. Gets or sets the ProgID of the OLE object in C#....IsLocked ); // If we plan on saving the OLE object to a file in...); // Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/net/aspose.words.dra...
  2. OleFormat.prog_id property | Aspose.Words for P...

    OleFormat.prog_id property. Gets or sets the ProgID of the OLE object....is_locked ) # If we plan on saving the OLE object to a file in...suggested_extension ) # Below are two ways of saving an OLE object to a file in...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Merger class | Aspose.Words for Python

    aspose.words.lowcode.Merger class. Represents a group of methods intended to merge a variety of different types of documents into a single output document....along with the desired merge and save options, are used to merge the...merge(output_file, input_files, save_format, merge_format_mode) Merges...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications.... Save the new PDF using Save method. The following...add ( $page ); $newDocument -> save ( $outputFile . "page_" . $pageCount...

    docs.aspose.com/pdf/php-java/split-document/
  5. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF pages into individual PDF files with C++....the empty document Save the new PDF using Save method The following...CopyPage ( page ); newDocument -> Save ( _dataDir + u "page_" + pageCount...

    docs.aspose.com/pdf/cpp/split-pdf-document/
  6. ImageSaveOptions.SaveFormat | Aspose.Words for ...

    ImageSaveOptions SaveFormat property. Specifies the format in which the rendered document pages or shapes will be Saved if this Save options object is used. Can be a raster Tiff Png Bmp Jpeg or vector Emf Eps WebP Svg in C#....pages or shapes will be saved if this save options object is used...format. Also, it is possible to save to SVG both via ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Encrypt And Decrypt ODS files|Documentation

    password-protect and encrypt ODS files using Aspose.Cells for .Net which is a pure net library....OpenOffice Calc Select Save as and Click the Save With Password box...box. Click the Save button. Type your desired password into both...

    docs.aspose.com/cells/net/encrypt-and-decrypt-o...
  8. SaveOptions.UpdateFields | Aspose.Words for .NET

    SaveOptions UpdateFields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format. Default value for this property is true in C#....types should be updated before saving the document to a fixed page...document immediately before saving it to PDF. Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PdfDigitalSignatureTimestampSettings class | As...

    aspose.words.saving.PdfDigitalSignatureTimestampSettings class. Contains settings of the digital signature timestamp...Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python Java library.... Save it to HtmlSaveOptions by calling Document.save() method...documentName ) # save document in HTML format save_options = Api...

    docs.aspose.com/pdf/python-java/convert-pdf-to-...