Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 365,752 for

save

(0.09 sec)
  1. MHT to XLSX Converter using C++ | Aspose.PDF

    Sample code for MHT to XLSX conversion using C++. Use C++ example for batch MHT to XLSX conversion....Save method while passing the output...SaveFormat.Xlsx as parameters Save the output XLSX file Here is...

    products.aspose.com/pdf/cpp/conversion/mht-to-x...
  2. XPS to SVG Converter using C++ | Aspose.PDF

    Sample code for XPS to SVG conversion using C++. Use C++ example for batch XPS to SVG conversion....Save method while passing the output...SaveFormat.Svg as parameters Save the output SVG file Here is...

    products.aspose.com/pdf/cpp/conversion/xps-to-svg/
  3. XPS to XLS Converter using C++ | Aspose.PDF

    Sample code for XPS to XLS conversion using C++. Use C++ example for batch XPS to XLS conversion....Save method while passing the output...SaveFormat.Xls as parameters Save the output XLS file Here is...

    products.aspose.com/pdf/cpp/conversion/xps-to-xls/
  4. 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/
  5. 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/
  6. 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/
  7. Fillable PDF Forms using Python for .NET | Aspo...

    С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/
  8. MHTML to XLSX Converter using C++ | Aspose.PDF

    Sample code for MHTML to XLSX conversion using C++. Use C++ example for batch MHTML to XLSX conversion....Save method while passing the output...SaveFormat.Xlsx as parameters Save the output XLSX file Here is...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  9. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++....); // Save the workbook with the watermark. wb . Save ( u "o...); std :: cout << "Workbook saved with watermark successfully...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/
  10. Create PDF using Python for .NET | 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/