Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 363,829 for

save

(0.29 sec)
  1. Aspose.PSD for .NET 21.2 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....resource after loading and saving the PSD image with shape layers...demonstrates that loading and saving the PSD image with shape layers...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-2...
  2. Email Messages Advanced Management|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....MimePartSaved: This event informs that saving of one mime part is finished...informs that all mime parts are saved to stream. The following sample...

    docs.aspose.com/email/net/email-messages-advanc...
  3. PDF Forms. Manage via 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/
  4. DocumentBuilder.InsertNode | Aspose.Words for .NET

    Enhance your document creation with the DocumentBuilder InsertNode method. Effortlessly insert nodes before the cursor for seamless editing!... Save ( ArtifactsDir + "Image.CreateLinkedImage...InsertNode ( shape ); doc . Save ( ArtifactsDir + "Image.CreateLinkedImage...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Unlock PDF using C# | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with C# sample code using Aspose.PDF for .NET... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided C#...

    products.aspose.com/pdf/net/decrypt/
  6. Insert or Delete Rows or Columns|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....2 ); //Saving the modified Excel file workbook . Save ( MyDir...10 ); //Saving the modified Excel file workbook . Save ( MyDir...

    docs.aspose.com/cells/net/insert-or-delete-rows...
  7. PDF to DOC Converter using Rust | Aspose.PDF

    Rust sample code for converting PDF to DOC on any platform...Convert a PDF Page to DOC using save_docx function Close the PDF...your PDF file and then simply save it as a DOC file. You can use...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  8. PDF to PPTX Converter using Rust | Aspose.PDF

    Rust sample code for converting PDF to PPTX on any platform...Convert a PDF Page to PptX using save_to_pptx function Close the PDF...your PDF file and then simply save it as a PPTX file. You can use...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  9. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the PolygonModifier class instance....01 and save it to another file: scene =... Vector3 ( 0.01 )); scene . save ( "scaled-scene.obj" , FileFormat...

    docs.aspose.com/3d/python-net/scale-geometries-...
  10. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....---------- 10 11 try 12 { 13 //Create save options 14 System::SharedPtr...ClosePage(); 30 //Save the document 31 document -> Save(); 32 } 33 catch...

    docs.aspose.com/page/cpp/ps/working-with-document/