Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 373,074 for

save

(0.21 sec)
  1. HtmlSaveOptions.export_toc_page_numbers propert...

    HtmlSaveOptions.export_toc_page_numbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...numbers to table of contents when saving HTML, MHTML and EPUB. Default...to display page numbers when saving a document with a table of...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert XFA Form to AcroForm|Aspose.PDF for PHP...

    This section explains how to convert XFA Form to AcroForm with Aspose.PDF for PHP via Java....()); // Save the updated document $document -> save ( $outputFile...$outputFile ); // Save modified PDF $document -> close (); Fill AcroForms...

    docs.aspose.com/pdf/php-java/convert-form/
  3. Unlock PPTX Presentation Files using Python | p...

    Python source code to remove protection from PPTX Presentation.... save( "encryption-removed.pptx" ...remove_write_protection() pres . save( "write-protection-removed.pptx"...

    products.aspose.com/slides/python-net/unlock/pptx/
  4. Unlock PPT Presentation Files using Java | prod...

    Java source code to remove protection from PPT Presentation.... save ( "encryption-removed.ppt" ...removeWriteProtectio (); presentation . save ( "write-protection-removed...

    products.aspose.com/slides/java/unlock/ppt/
  5. Unlock PPT Presentation Files using Python | pr...

    Python source code to remove protection from PPT Presentation.... save( "encryption-removed.ppt" ,...remove_write_protection() pres . save( "write-protection-removed.ppt"...

    products.aspose.com/slides/python-net/unlock/ppt/
  6. Fillable PDF Forms using Python | Aspose.PDF

    Сreate fillable PDF forms programmatically with Python sample code using Aspose.PDF for Python for .NET.... Save modified PDF Fill AcroForm in...new_field_values [ formField ]) # Save the modified form to the output...

    products.aspose.com/pdf/python-net/acroforms/fill/
  7. HtmlSaveOptions.ExportTocPageNumbers | Aspose.W...

    Control TOC page numbers in HTML, MHTML, and EPUB exports with HtmlSaveOptions. Enhance navigation and user experience effortlessly!...numbers to table of contents when saving HTML, MHTML and EPUB. Default...to display page numbers when saving a document with a table of...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and Save them using Aspose.Cells for Node.js via C++....from Microsoft Excel files and save them to a local drive. This...images from an Excel file and save them. const path = require (...

    docs.aspose.com/cells/nodejs-cpp/extract-images...
  9. Create PDF using Python | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications.... Save the PDF using Save(String) method. Following...( textFragment ) document . save ( path_outfile )...

    products.aspose.com/pdf/python-net/create/
  10. Deal with PDF Forms in PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java.... Save the PDF file. Create PDF Forms...$textBoxField , 1 ); // Save modified PDF $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/acroforms/