Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 369,807 for

save

(0.08 sec)
  1. Aspose.PSD for .NET 20.6 - Release Notes|Docume...

    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....are discarded on save Bug PSDNET-593 Saving of AI File to Jpeg2000...LayerResources.LinkResource.Save(Aspose.PSD.StreamContainer,System...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-6...
  2. Convert other file formats to PDF in Python|Asp...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF document.... Save as PDF. from os import path..., load_options ) document . save ( path_outfile ) print ( infile...

    docs.aspose.com/pdf/python-net/convert-other-fi...
  3. 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/nodejs-net/aspose.wo...
  4. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX using C++ library....creating a DOCX document using C++ Save the output DOCX file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.docx" ); using namespace...

    products.aspose.com/words/cpp/make/docx/
  5. Aspose::Words::LowCode::Merger::MergeToImages m...

    Aspose::Words::LowCode::Merger::MergeToImages method. Merges the given input document streams into a single output document using specified image Save options. Renders the output to images in C++....System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, Aspos...document using specified image save options. Renders the output...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. Add Text and Image Stamp|Aspose.PDF for .NET

    This section explains how to add Text and Image Stamp with Aspose.PDF Facades using PdfFileStamp Class.... Finally, save the output PDF file using Close...( stamp ); // Save PDF document fileStamp . Save ( dataDir + ...

    docs.aspose.com/pdf/net/add-text-and-image-stamp/
  7. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...( 'My text box' ) # When we save the document to HTML, we can...

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

    aspose.words.lowcode.Comparer class. Provides methods intended to compare documents....with additional options and saves the differences to the specified...with additional options and saves the differences to the specified...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....Finally, save the updated PDF using the Document object’s Save method...textAnnotation ); // Save updated document document . save ( _dataDir +...

    docs.aspose.com/pdf/java/actions/
  10. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...already created output stream and save options. Create a new graphics...filled rectangle. Close the page. Save the document. Copy 1 // Demonstrates...

    docs.aspose.com/page/net/ps/working-with-clips/