Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 591,029 for

save

(0.15 sec)
  1. Protect PDF using Python | Aspose.PDF

    Lock PDF with password programmatically with Python sample code using Aspose.PDF for Python for .NET... Save result in PDF format System...false ); # save updated document document . Save ( "protected...

    products.aspose.com/pdf/python-net/protect/
  2. Remove Tables from PDF using Python | Aspose.PDF

    Remove tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the file. System Requirements...remove ( table ) # Save PDF pdf_document . save ( output_file )...

    products.aspose.com/pdf/python-net/table/remove/
  3. get_IsBrowserSave() | Aspose.Slides for C++ API...

    Checks whether encoding can be used in browser to Save content....encoding can be used in browser to save content. virtual bool System...encoding can be used in browser to save content, false otherwise. See...

    reference.aspose.com/slides/cpp/system.text/enc...
  4. PsLoadOptions | Aspose.PDF for .NET API Reference

    Represents options for loading/importing of .mht-file into pdf document....psLoadOptions )) { // Save PDF file pdfDocument . Save ( pdfFile ); }...psLoadOptions ) ' Save PDF file pdfDocument . Save ( pdfFile ) End...

    reference.aspose.com/pdf/net/aspose.pdf/psloado...
  5. Crop | Aspose.Imaging for .NET API Reference

    Crop Contents [ Hide ] TiffImage.Crop method (1 of 2) Cropping the image. public override void Crop ( Rectangle recta......area ); // Save the cropped image to PNG tiffImage . Save ( dir +...); // Save the cropped image to PNG. tiffImage . Save ( dir +...

    reference.aspose.com/imaging/net/aspose.imaging...
  6. PdfFileSanitization | Aspose.PDF for Java API R...

    Represents sanitization and recovery API....Description getLog() After file has Saved you can check what was done...trailer for document. save(String outputFile) Saves the result PDF to...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  7. ResizeWidthProportionally | Aspose.Imaging for ...

    ResizeWidthProportionally Contents [ Hide ] Image.ResizeWidthProportionally method (1 of 3) Resizes the width proport...... Save ( dir + "upsample.nearestneighbour...NearestNeighbourResa ); image . Save ( dir + "downsample.nearestneighbour...

    reference.aspose.com/imaging/net/aspose.imaging...
  8. Cropping 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....$bottom_shift ); \ # Save the image to disk $image -> save ( $dataDir ...$rectangle ); \ # Save the image to disk $image -> save ( $dataDir ...

    docs.aspose.com/imaging/java/cropping-images-in...
  9. Protect and unProtect Worksheets|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...."thispassword" ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit..."thispassword" ); //Save As the excel file. workbook . Save ( myPath );...

    docs.aspose.com/cells/net/protect-and-unprotect...
  10. 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. System...output_image , "w" ) # Save output image xImage . save ( outputImage )...

    products.aspose.com/pdf/python-net/images/extract/