Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 373,041 for

save

(0.21 sec)
  1. Remove Pages from PDF using Rust | Aspose.PDF

    Remove pages from PDF file programmatically with Rust sample code using Aspose.PDF for Rust via C++... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/rust-cpp/pages/remove/
  2. Convert a Document to HTML, MHTML or EPUB|Aspos...

    Use Aspose.Words for Java to convert documents from Word or any other supported formats to HTML, MHTML, or EPUB....one of the Save method overloads is used. You can save the document...explicitly set the output document save format or define it from the...

    docs.aspose.com/words/java/convert-a-document-t...
  3. Remove Pages from PDF using Java | Aspose.PDF

    Remove pages from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/java/pages/remove/
  4. Generate Slide Thumbnail as JPEG|Aspose.Slides ...

    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 thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( "Test...

    docs.aspose.com/slides/net/generate-slide-thumb...
  5. MarkdownOfficeMathExportMode enumeration | Aspo...

    aspose.words.saving.MarkdownOfficeMathExportMode enumeration. Specifies how Aspose.Words exports OfficeMath to Markdown....docx' ) save_options = aw . saving . MarkdownSaveOptions...MarkdownSaveOptions () save_options . office_math_export_mode = aw . saving . MarkdownOfficeMathEx...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.pageCount property | Aspose.Words for ...

    Document.pageCount property. Gets the number of pages in the document as calculated by the most recent page layout operation....fixed page save format, // such as .pdf. So you can save some time...more complex documents. doc . save ( base . artifactsDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....style ); // Save the Excel file workbook . Save ( outDir + u...std :: cout << "Excel file saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/cells-font-settings/
  8. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using Java library.... Call the Document class’ Save(..) method to generate the PDF...pdf" ; // Save the updated document pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/change-page-size/
  9. ImageData.ToImage | Aspose.Words for .NET

    Unlock the power of the ToImage method in ImageData to easily retrieve images stored in shapes as Image objects. Enhance your projects effortlessly!... Examples Shows how to save all images from a document to...// Go through each shape and save its image. for ( int shapeIndex...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Adding Images and Text|Aspose.PDF for .NET

    This section explains how to Add Images and Text using PdfFileMend class.... After that, save the updated PDF file using Close...110 , 750 ); // Save PDF document mender . Save ( dataDir + "AddImage_out...

    docs.aspose.com/pdf/net/adding-images-and-text-...