Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 582,947 for

save

(0.26 sec)
  1. Create PDF using Python for .NET | Aspose.PDF

    Generate and read PDF files programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the PDF using Save(String) method. System...text_fragment ) # Save updated PDF document . save ( "output.pdf"...

    products.aspose.com/pdf/python-net/create/
  2. Convert TEXT to EMLX in Python | products.aspos...

    Save TEXT to EMLX within Python applications without using Microsoft Word or Outlook...NET and save it into EMLX format. How to...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. ColorMode | Aspose.Note for .NET API 参考

    图像的颜色模式... Save ( dataDir , new ImageSaveOptions...tiff" ); //初始化Page类对象 oneFile . Save ( dst , new ImageSaveOptions...

    reference.aspose.com/note/zh/net/aspose.note.sa...
  4. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...already created output stream and save options. Create the necessary...be ignored. Close the page. Save the document. If we need stroking...

    docs.aspose.com/page/net/ps/working-with-gradient/
  5. Convert JPG to PDF in Python | products.aspose.com

    Convert JPG to PDF in Python. Use Python library API to convert JPG files to PDFs...Presentation from JPG file and save it as PDF. Python code for converting..., 100 , 100 , image) pres . save( "index.pdf" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  6. Convert PNG to PDF in Python | products.aspose.com

    Convert PNG to PDF in Python. Use Python library API to convert PNG files to PDFs...Presentation from PNG file and save it as PDF. Python code for converting..., 100 , 100 , image) pres . save( "index.pdf" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  7. Convert Image to PPTX in Python | products.aspo...

    Convert Image to PPTX in Python. Use Python library API to convert Image files to PDFs...Presentation from Image file and save it as PPTX. Python code for..., 720 , 540 , image) pres . save( "index.pptx" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  8. Set External Links in Formulas in Aspose.Cells|...

    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....A8" ; //Save the workbook workbook . Save ( FileName );...Download Running Example Github Save Workbook to Text or CSV Format...

    docs.aspose.com/cells/net/set-external-links-in...
  9. Aspoe.Cell GridJs SpreadSheet Update after butt...

    I am using the Apose.Cell GridJs Spreadsheet control. I am looking for a way to change the behavior of updating values entered in the cells. I would like to change the moment when the values entered in the spreadsheet …...are saved. I noticed that currently, the values are saved when...application that will trigger saving when clicked. This would be...

    forum.aspose.com/t/aspoe-cell-gridjs-spreadshee...
  10. Protect and lock PDF document via Python for .N...

    Python source code to lock PDF file using password on any platform with .NET support....to protect PDF with AES-128 Save result in PDF format System...false ); // save updated document document . Save ( "protected...

    products.aspose.com/pdf/python-net/protect/pdf/