Sort Score
Result 10 results
Languages All
Labels All
Results 8,381 - 8,390 of 367,922 for

save

(0.25 sec)
  1. Split PDF File into Individual Pages in PHP|Asp...

    Discover how to split a PDF document into individual pages using PHP and Aspose.PDF for efficient page extraction....-> get_Item ( $pdf_page )); # save the newly generated PDF file...file $new_document -> save ( $dataDir . "page_# { $pdf_page } .pdf"...

    docs.aspose.com/pdf/java/split-pdf-file-into-in...
  2. Auto-space a Collection of Shapes in the Visio ...

    This section explains how to autospace a collection of shapes in a visio page with Aspose.Diagram....options ); // save Visio drawing diagram . Save ( @ "c:\temp\AutoSpaceShapes_Out...Export of Hidden Visio Pages on Saving Draw Shapes in Page...

    docs.aspose.com/diagram/net/auto-space-a-collec...
  3. AiModel.create method | Aspose.Words for Node.js

    AiModel.create method. Creates a new instance of [AiModel](../) class.... save ( base . artifactsDir + "AI...options ); multiDocumentSummary . save ( base . artifactsDir + "AI...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ThumbnailGeneratingOptions Class | Aspose.Words...

    Discover the Aspose.Words.Rendering.ThumbnailGeneratingOptions class to enhance your document thumbnail generation with customizable features and improved quality....setting a thumbnail image when saving a document to .epub. // 1 -.... UpdateThumbnail (); doc . Save ( ArtifactsDir + "Document.UpdateThumbnail...

    reference.aspose.com/words/net/aspose.words.ren...
  5. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....SetDefaultStyle ( st ); // Save the workbook wb . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-style-object-u...
  6. Public API Changes in Aspose.Cells 8.4.1|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.... PROMPT ); //Save the workbook workbook . save ( output ); Here...state can happen when the user saves the file before a query has...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. How to - developer tips|Documentation

    Learn about the developer tips about C# Image Processing Library such as how to convert image to vectorized psd image, Save transparent image and more....with drawstring method How to save jpeg image with various compression...Reduce file size in tiff Set or Save Transparent Image in C# Textual...

    docs.aspose.com/imaging/net/developer-guide/how...
  8. Create PSD or PSB Image From Scratch using Java...

    Example of how the Aspose.PSD for Java can create Psd Image from scratch... Save PSD File: Save the created PSD image...

    docs.aspose.com/psd/java/create-psd-psb-images-...
  9. Hello World Example|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....Use the Save method of Diagram class object to save the file...

    docs.aspose.com/diagram/java/hello-world-example/
  10. Convert SVG to PNG – C# code and Online Converter

    Convert SVG to PNG using Aspose.HTML for .NET. Consider various SVG to PNG conversion scenarios in C# examples. Try online SVG Converter.... The save options are set by default....Converters; using Aspose.Html.Saving; using var document = new SVGDocument("image...

    docs.aspose.com/html/net/convert-svg-to-png/