Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 368,198 for

save

(0.14 sec)
  1. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how sections are handled when saving to the output XLSX document. The default value is MultipleWorksheets in C++....Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method...how sections are handled when saving to the output XLSX document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.RTF format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  3. Export Similar Border Style When Border Style I...

    Learn how to export borders that are not supported by web browsers when converting Excel files to HTML using Aspose.Cells for Node.js via C++....filePath ); // Specify HTML Save Options - Export Similar Border...setExportSimilarBord ( true ); // Save the workbook in HTML format...

    docs.aspose.com/cells/nodejs-cpp/export-similar...
  4. FontSavingArgs.bold property | Aspose.Words for...

    FontSavingArgs.bold property. Indicates whether the current font is bold....logic for exporting fonts when saving to HTML. test . skip ( 'SaveExportedFonts...callback that will handle font saving in a custom manner. let options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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....code ; } // save the Visio diagram diagram . Save ( @"c:\temp\out...= new MemoryStream (); doc . Save ( outStream , Aspose . Words...

    docs.aspose.com/diagram/net/public-api-changes-...
  6. Managing Document Properties in Ruby|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...."Aspose" ) # Save the document in PDF format workbook . save ( data_dir..."Publisher" ) # Save the document in PDF format workbook . save ( data_dir...

    docs.aspose.com/cells/java/managing-document-pr...
  7. 使用C++调整工作簿压缩级别|Documentation

    学习如何使用Aspose.Cells for C++调整工作簿的压缩级别以优化文件大小和处理时间。...Set compression level to 1 and save the workbook options . SetCompressionType...high_resolution_clock :: now (); workbook . Save ( outDir + u "LargeSampleFile_level_1_out...

    docs.aspose.com/cells/zh/cpp/adjust-workbook-co...
  8. Aspose.PSD for Python via .NET 24.11 - Release ...

    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.... save ( outputFile ) # Check changed...art1 . save ( output [ 1 ], pngSaveOptions ) art2 . save ( output...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  9. FontSavingArgs.IsExportNeeded | Aspose.Words fo...

    Discover the FontSavingArgs IsExportNeeded property to control font resource exports. Maximize efficiency with customizable settings for your projects!...logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Adding Page Number to PDF with Python|Aspose.PD...

    Aspose.PDF for Python via .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class.... Save the modified PDF. import os...page_number_stamp ) # Save output document document . save ( output_file_name...

    docs.aspose.com/pdf/python-net/add-page-number/