Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 375,215 for

save

(0.17 sec)
  1. Optimize PDF using C++|Aspose.PDF for C++

    Optimize PDF file, shrink all images, reduce size PDF, unembed fonts, enable reusing page content, remove or flatten annotations with C++.... Save the optimized document using the Save method. The...Optimize (); // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/optimize-pdf/
  2. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF document with Python. It is possible to delete all or particular bookmarks from a PDF document....append ( outline ) # Save output document . save ( output_pdf ) Add...append ( outline ) # Save output document . save ( output_pdf ) Delete...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  3. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....)); // Save as ODS const outputOdsData = workbook . save ( SaveFormat...; // Save as SXC const outputSxcData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  4. FontInfoCollection.saveSubsetFonts property | A...

    FontInfoCollection.SaveSubsetFonts property. Specifies whether or not to Save a subset of the embedded TrueType fonts with the document...Specifies whether or not to save a subset of the embedded TrueType...only. Examples Shows how to save a document with embedded TrueType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert Presentation Slides to Images in .NET|A...

    Convert slides from PPT, PPTX and ODP to images in C# using Aspose.Slides for .NET—fast, high-quality rendering with clear code examples....an instance of this class to save images in a wide range of formats...Convert Slides to Bitmaps and Save the Images in PNG You can convert...

    docs.aspose.com/slides/net/convert-slide/
  6. Convert PPT and PPTX to PDF in PHP [Advanced Fe...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in PHP using Aspose.Slides, with fast code examples and advanced conversion options....and then save the presentation as a PDF using a save method. The...Presentation class exposes the save method that is typically used...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. Convert PPT and PPTX to PDF in C++ [Advanced Fe...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in C++ using Aspose.Slides, with fast code examples and advanced conversion options....and then save the presentation as a PDF using a Save method. The...Presentation class exposes the Save method that is typically used...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  8. Changing the Layout of Pivot Table with C++|Doc...

    Learn how to change the layout of a Pivot Table in Compact, Outline, and Tabular forms using Aspose.Cells for C++....CalculateData (); // Save the output workbook . Save ( outDir + u "CompactForm_out...CalculateData (); // Save the output workbook . Save ( outDir + u "OutlineForm_out...

    docs.aspose.com/cells/cpp/changing-the-layout-o...
  9. Import Presentations from PDF or HTML in JavaSc...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js for seamless, high-performance slide processing.... Use the save() method to save the file in the PowerPoint...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/nodejs-java/import-prese...
  10. PDF Document Compression | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...this method doesn’t actually saves the document. On the contrary...optimized structure, call then Save to get optimized document. Steps...

    products.aspose.com/pdf/compress/