Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 369,762 for

save

(0.25 sec)
  1. 使用 Java 拆分 PDF、HTML、TXT 文件 | Aspose.PDF

    在 Java 和 PHP 上拆分文件的 Java 源代码,Delphi。...HtmlLoadOptions ()); //save input html to pdf to file doc . save ( "test.pdf"...( "test.pdf" ); outputDoc . save ( "first_page.html" , com ....

    products.aspose.com/pdf/zh-hant/java/splitter/
  2. C# 3D Formats Watermark Verification | products...

    Add blind Watermark Verification to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....Create save options using FbxSaveOptions to create save options...options and call the scene save method with the output file path and...

    products.aspose.com/3d/net/verify-watermark/
  3. Add Text to an existing PDF file in PHP|Aspose....

    Learn how to add new text to an existing PDF document in PHP using Aspose.PDF for content enhancement....$text_fragment ); # Save PDF file $doc -> save ( $dataDir . "Text_Added...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  4. 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/
  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 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/
  7. 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/
  8. Export PPT to OTT on Andorid via Java or with f...

    Convert PPT to OTT in mobile apps without installing any software or online. Test free PPT to OTT online converter quickly before integrating the code....Convert PPT to HTML by using save method and set Html as SaveFormat...Document class Save the document to OTT format using save method and...

    products.aspose.com/total/android-java/conversi...
  9. 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...
  10. 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/