Sort Score
Result 10 results
Languages All
Labels All
Results 6,361 - 6,370 of 369,023 for

save

(0.27 sec)
  1. Protect ODP Presentation Files using Python | p...

    Python source code to protect ODP Presentation.... save( "encrypted-pres.odp" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.odp"...

    products.aspose.com/slides/python-net/protect/odp/
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Move or Delete pages in PDF using php-java https://products.aspose.com/pdf/php-java/pages/ Recent content in Add, Move or Delete pages in ......"name": "Save PDF", "text": "Save the output PDF using the Save method"...specified index. Save the output PDF using the Save method. columns...

    products.aspose.com/pdf/php-java/pages/index.xml
  3. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python.... Save the updated PDF. import aspose...watermark ) # Save the updated PDF document . save ( output_pdf...

    docs.aspose.com/pdf/python-net/add-watermarks/
  4. Parsing Microsoft Outlook Message Files|Documen...

    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....names of any attachments and save them. The following code snippet...the attachment's file name and Save attachment System . out . println...

    docs.aspose.com/email/java/parsing-microsoft-ou...
  5. Protect PPTX Presentation Files using C++ | pro...

    C++ source code to protect PPTX Presentation...."123123" ); presentation -> Save( u "encrypted-pres.pptx" , SaveFormat..."123123" ); presentation -> Save( u "write-protected-pres.pptx"...

    products.aspose.com/slides/cpp/protect/pptx/
  6. Set Height of the Bars in the BarCode Image in ...

    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 ( data_dir + "barcode3.jpg"...setBarHeight ( 7 . 0 ) bb . save ( data_dir + "barcode7.jpg"...

    docs.aspose.com/barcode/java/set-height-of-the-...
  7. Remove Tables from PDF using Java | Aspose.PDF

    Remove tables from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the file. Delete Tables from...remove ( table ); // Save PDF pdfDocument . save ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/table/remove/
  8. How to Convert HTML to Word Document using C#

    This article guides on how to convert HTML to Word document using C#. It has all the details to set the IDE, a list of steps and a runnable sample code performing HTML to Word conversion using C#....class methods and properties Save the loaded HTML file as DOCX...object and saving it as a Word file using the save method. However...

    kb.aspose.com/words/net/how-to-convert-html-to-...
  9. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....] Reusing style objects can save memory and make a program faster...PutValue ( u "Hello World!!" ); // Save to Pdf without setting PdfSaveOptions...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  10. PdfSaveOptions.UseBookFoldPrintingSettings | As...

    Discover the PdfSaveOptions UseBookFoldPrintingSettings property to easily Save documents in a booklet layout for enhanced printing efficiency....whether the document should be saved using a booklet printing layout...specified, PageSet is ignored when saving. This behavior matches MS Word...

    reference.aspose.com/words/net/aspose.words.sav...