Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 375,520 for

save

(0.1 sec)
  1. Export Visio Diagram to SVG in PHP|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....vsd" ); \ # Save as SVG $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.svg" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  2. Export Visio Diagram to Image in PHP|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....vsd" ); \ # Save as PNG $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.png" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  3. Extract Images from PDF using Python|Aspose.PDF...

    How to extract a part of the image from PDF using Aspose.PDF for Python...Document Access the Image Resource Save the Image to a File import aspose...) as output_image : xImage . save ( output_image ) Extract Text...

    docs.aspose.com/pdf/python-net/extract-images-f...
  4. Convert PowerPoint Presentations to HTML in C++...

    Convert PowerPoint presentations to responsive HTML in C++. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....HTML in C++ Use the Save method to save the object as an HTML...)); // Saving the presentation to HTML presentation -> Save ( u...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Add Text stamps in PDF C#|Aspose.PDF for .NET

    Add a text stamp to a PDF document using the TextStamp class with Aspose.PDF for .NET library....textStamp ); // Save PDF document document . Save ( dataDir + "AddTextStamp_out...( stamp ); // Save PDF document document . Save ( dataDir + "StampedPDF_out...

    docs.aspose.com/pdf/net/text-stamps-in-the-pdf-...
  6. Dithering for Raster Images in PHP|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...., 4 ); \ # Save the image to disk $image -> save ( $dataDir ...

    docs.aspose.com/imaging/java/dithering-for-rast...
  7. Create, Insert fields|Documentation

    How to create, insert fields using Java Diagram API .... add ( fld ) # Save diagram diagram . save ( "InsertField_out...

    docs.aspose.com/diagram/python-java/create-inse...
  8. Protect and Unprotect Diagrams in PHP|Documenta...

    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....setProtectStyles ( 1 ); \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "ProtectUnprotectDiag...

    docs.aspose.com/diagram/java/protect-and-unprot...
  9. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....json" ); // Save the file to xlsx format workbook . Save ( u "sample_out...xlsx" ); std :: cout << "File saved successfully in xlsx format...

    docs.aspose.com/cells/cpp/convert-json-to-excel/
  10. PdfDigitalSignatureDetails class | Aspose.Words...

    aspose.words.saving.PdfDigitalSignatureDetails class. Contains details for signing a PDF document with a digital signature....PdfDigitalSignatureD object and then save the document in the PDF format...parameter into the Document.save() method. Aspose.Words creates...

    reference.aspose.com/words/python-net/aspose.wo...