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

save

(0.14 sec)
  1. FontFallbackSettings | Aspose.Words for Java

    Specifies font fallback mechanism settings in Java....save(getArtifactsDir() + "FontSettings...format("{0}", (char) i)); } doc.save(getArtifactsDir() + "FontSettings...

    reference.aspose.com/words/java/com.aspose.word...
  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. Protect PPT Presentation Files using Python | p...

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

    products.aspose.com/slides/python-net/protect/ppt/
  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 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/
  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. Example of Hello World using C# language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF... Save resultant PDF document. Following...TextFragment ( "Hello World!" )); // Save updated PDF var outputFileName...

    docs.aspose.com/pdf/net/hello-world-example/
  8. Chart Series|Aspose.Slides for Python Documenta...

    Chart series in PowerPoint presentations in Python... save ( "SetChartSeriesOverla_out...preferred fill type and fill color. Save the modified presentation. This...

    docs.aspose.com/slides/python-net/chart-series/
  9. Protect PPT Presentation Files using C++ | prod...

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

    products.aspose.com/slides/cpp/protect/ppt/
  10. WebPImage - Aspose.Imaging for Java - API Refer...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....a WebP image from a file and save it to PNG. String dir = "c:\\temp\\";...WebPImage(dir + "test.webp"); try { // Save to PNG // Note that only the...

    reference.aspose.com/imaging/java/com.aspose.im...