Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 367,970 for

save

(0.1 sec)
  1. PdfDigitalSignatureHashAlgorithm enumeration | ...

    Aspose.Words.Saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature....can pass to the document's "Save" method // to modify how that...PDF. let options = new aw . Saving . PdfSaveOptions (); // Configure...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Delete PDF Pages with Go via C++|Aspose.PDF for...

    You can delete pages from your PDF file using Aspose.PDF for Go via C++....specifically for removing pages, saving the modified document, and...PageDelete function. Saving the Document using Save method. package...

    docs.aspose.com/pdf/go-cpp/delete-pages/
  3. Loading and managing Excel, OpenOffice, Json, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, Pdf, Jpg, Tiff, Image, Mht, and XPS files using Node.js via C++...." ); // Save the Excel file. wb . save ( path . join (..."MyBook_out.xlsx" )); Opening and saving a File With Aspose.Cells, it...

    docs.aspose.com/cells/nodejs-cpp/loading-saving...
  4. PdfCustomPropertiesExport Enum | Aspose.Words f...

    Discover how the Aspose.Words.PdfCustomPropertiesExport enum enhances PDF exports by customizing document properties for optimal results....can pass to the document's "Save" method // to modify how that...custom document properties as we save the document to .PDF. // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  5. SaveOptions.DmlEffectsRenderingMode | Aspose.Wo...

    Discover how the SaveOptions DmlEffectsRenderingMode property optimizes DrawingML effects rendering for enhanced document quality and performance....effects in a document as we save it to PDF. Document doc = new...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Merge PPS Files via C++ | products.aspose.com

    C++ example code to combine PPS documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/pps/
  7. Merge POT Files via C++ | products.aspose.com

    C++ example code to combine POT documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use Save() method to save at specified path System...e); } // Save the presentation presentation1->Save(outputFilePath...

    products.aspose.com/slides/cpp/merger/pot/
  8. Convert PowerPoint Slides to PNG in C++|Aspose....

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for C++, ensuring precise, automated results....the IImage::Save(String, ImageFormatPtr method to save the slide...index ); slide -> GetImage () -> Save ( fileName , ImageFormat ::...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET.... Save our PDF file. The following...( graph ); // Save PDF document document . Save ( dataDir + "DrawingArc_out...

    docs.aspose.com/pdf/net/add-arc/
  10. Add Attachments to PDF using PHP | Aspose.PDF

    PHP sample code for adding attachments to PDF documents on any platform....the collection’s Add method Save the PDF file. Adding Attachment...$fileSpecification ); // Save resulting PDF document. $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/attachments/add/