Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 361,306 for

save

(0.24 sec)
  1. Aspose::Words::LowCode::Processor::To method | ...

    How to use To method of Aspose::Words::LowCode::Processor class in C++....System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method System...SharedPtr < Aspose :: Words :: Saving :: SaveOptions > & saveOptions...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. Create Shape Thumbnails|Aspose.Slides 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.... Save the thumbnail image in your...get_Item ( 0 ). getImage (); // Save the image to disk in PNG format...

    docs.aspose.com/slides/java/create-shape-thumbn...
  3. Add Pages to PDF using Python for .NET | Aspose...

    Add PDF pages to your document programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. Insert...insert ( 2 ) # Save output file document . save ( path_outfile...

    products.aspose.com/pdf/python-net/pages/add/
  4. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your documents effortlessly with ConvertToImages. Convert pages to high-quality image files quickly and easily for enhanced sharing and storage....saveFormat SaveFormat Save format. Only image save formats are allowed...to images using the specified save options and returns an array...

    reference.aspose.com/words/net/aspose.words.low...
  5. Document Conversion via Android API | products....

    Convert Word, Excel, PowerPoint, HTML, PDF and Image formats using Android conversion API. Android convert Office docx, xlsx, pptx to PDF....class and render to XLSX via save method. Next load the rendered...using Workbook class and invoke save method. Android - PDF to Excel...

    products.aspose.com/total/android-java/conversion/
  6. Managing Document Properties in Python|Document...

    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...."Publisher" , "Aspose" ) #Save the file workbook . save ( self . dataDir..."Publisher" ) #Save the file workbook . save ( self . dataDir...

    docs.aspose.com/cells/java/managing-document-pr...
  7. Extract Images from PDF Python | Aspose.PDF

    Extract images from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save output image. Save updated PDF file. Extract...output_image , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/images/extract/
  8. Extract Images from PDF C# | Aspose.PDF

    Extract images from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Save output image. Save updated PDF file. Extract...FileMode . Create ); xImage . Save ( outputImage , 300 ); outputImage...

    products.aspose.com/pdf/net/images/extract/
  9. HtmlFixedSaveOptions.ResourcesFolder | Aspose.W...

    Discover how the HtmlFixedSaveOptions ResourcesFolder property defines where images, fonts, and CSS are stored during HTML exports. Optimize your document workflow!...resources (images, fonts, css) are saved when exporting a document to...property is false . When you save a Document in Html format, Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert JSON to Excel with C++|Documentation

    Learn how to convert json to excel file with Aspose.Cells with 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/