Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 586,138 for

save

(0.13 sec)
  1. Extract fonts from PDF|Aspose.PDF for PHP via Java

    How to extract font from PDF using Aspose.PDF for PHP...// Iterate over each font and save it as a TrueType font file....); // Save the font as a TrueType font file. $font -> save ( $fontStream...

    docs.aspose.com/pdf/php-java/extract-fonts-from...
  2. Aspose.Imaging for Python via .NET 23.8 - Relea...

    Aspose.Imaging for Python via .NET 23.8 - Release notes – the latest updates and fixes....Enhancement IMAGINGPYTHONNET-102 Saving of images with dimensions more...load(inputFileName) as svg: svg . save(ms, PngOptions()) IMAGINGPYTHONNET-104...

    releases.aspose.com/imaging/python-net/release-...
  3. Aspose.PSD for .NET 20.4 - Release Notes

    Aspose.PSD for .NET 20.4 - Release Notes – the latest updates and fixes....Photoshop Bug PSDNET-561 Fix saving PSD image with Grayscale ColorMode...PSD format Bug PSDNET-560 Fix saving PSD image with Grayscale ColorMode...

    releases.aspose.com/psd/net/release-notes/2020/...
  4. 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/
  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. 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/
  8. 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/
  9. Convert PDF to DOC or DOCX format in PHP|Aspose...

    Learn how to convert PDF documents into DOC or DOCX formats in PHP using Aspose.PDF for easier document editing....pdf' ); # Save the concatenated output file...(the target document) $pdf -> save ( $dataDir . "output.doc" );...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  10. DocumentPartSavingArgs.DocumentPartFileName | A...

    DocumentPartSavingArgs DocumentPartFileName property. Gets or sets the file name without path where the document part will be Saved to in C#....where the document part will be saved to. public string DocumentPartFileName...the value of this property to save the document part into a different...

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