Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 368,023 for

save

(0.58 sec)
  1. Compress PDF Document using Python | Aspose.PDF

    Compress PDF programmatically with Python. Sample code using Aspose.PDF for Python via C++ library....compresses images in the PDF file Save the optimized document to the...the new path using the Save() method. If you want to make it easier...

    products.aspose.com/pdf/python-cpp/compress/
  2. 安装|Python via .NET 格式的 Aspose.Words

    使用 Manage NuGet Packages 或 Package Manager Console 等 Visual Studio 工具以及 MSI 安装程序安装 Aspose.Words for Python。使用 Full Trust 权限集。...words as aw # Create and save a simple document doc = aw ...for Python via .NET" ) doc . save ( "C: \\ Temp \\ out.docx" )...

    docs.aspose.com/words/zh/python-net/installation/
  3. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....SetDefaultStyle ( st ); // Save the workbook wb . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-style-object-u...
  4. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm....js' ); // Save it as a DOCX file. The output...the filename extension. doc . save ( 'OutputWordDocument.docx'...

    docs.aspose.com/words/nodejs-net/installation/
  5. PNG to PDF Merge using C++ | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PNG files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/png-to-pdf/
  6. PDF to SVG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as SVG Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-svg/
  7. PDF to XLS Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one XLS single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as XLS Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-xls/
  8. Compress PDF Document using C++ | Aspose.PDF

    Compress PDF programmatically with CPP sample code using Aspose.PDF for C++ library....compresses images in the PDF file Save the optimized document to the...the new path using the Save() method. If you want to make it easier...

    products.aspose.com/pdf/cpp/compress/
  9. Field.displayResult property | Aspose.Words for...

    Field.displayResult property. Gets the text that represents the displayed field result....time, // such as right before a save operation, we need to update...toEqual ( "John Doe" ); doc . save ( base . artifactsDir + "Field...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Remove Watermark from PDF using C# | Aspose.PDF

    Remove watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Save PDF file Delete Watermark from...Artifacts [ 1 ]); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/watermark/remove/