Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 361,356 for

save

(0.1 sec)
  1. How to Scale a Worksheet with Python.NET|Docume...

    This article explains how to scale a worksheet using Aspose.Cells for Python.NET....fit_to_pages_tall = 1 # Save the modified workbook workbook . save ( "output_fit_to_page...zoom = 75 # Save the modified workbook workbook . save ( "output_scaled_percentage...

    docs.aspose.com/cells/python-net/how-to-scale-a...
  2. Convert JPG to PDF in C++ | products.aspose.com

    Convert JPG to PDF in C++. Use C++ library API to convert JPG files to PDFs...Presentation from JPG file and save it as PDF. C++ code for converting...0f , 100.0f , image); pres -> Save( u "pres.pdf" , SaveFormat ::...

    products.aspose.com/slides/cpp/conversion/jpg-t...
  3. Delete Blank Rows and Columns in a Worksheet wi...

    Learn how to delete all blank rows and columns from a worksheet using Aspose.Cells for Node.js via C++....deleteBlankRows (); // Save the excel file. wb . save ( path . join (...deleteBlankColumns (); // Save the excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/delete-blank-r...
  4. Justify Text in a Textbox Field|Aspose.PDF for ...

    This article shows you how to Justify Text in a Textbox Field using Form Class....Aspose" ); // Save PDF document in Memory Stream form . Save ( ms );...DecorateField (); // Save PDF document formEditor . Save ( dest ); } }...

    docs.aspose.com/pdf/net/justify-text-in-a-textb...
  5. Convert a Document to HTML, MHTML or EPUB|Aspos...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using C++. You can also specify Save options for managing the output document....one of the Save method overloads is used. You can save the document...explicitly set the output document save format or define it from the...

    docs.aspose.com/words/cpp/convert-a-document-to...
  6. 在 VSTO 和 Aspose.Cells 中合并或取消合并工作表中的单元格|Document...

    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....Value ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit...rng1 . Merge (); //Save the file. workbook . Save ( "Book1.xls" );...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  7. XamlFixedSaveOptions.SaveFormat | Aspose.Words ...

    Discover the XamlFixedSaveOptions SaveFormat property to effortlessly Save documents in XamlFixed format, ensuring optimal quality and compatibility....the document will be saved if this save options object is used...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. RtfSaveOptions.SaveImagesAsWmf | Aspose.Words f...

    Discover how the RtfSaveOptions SaveImagesAsWmf property enhances your document by saving all images as WMF for superior quality and compatibility....When true all images will be saved as WMF. public bool SaveImagesAsWmf...Windows Metafile format as we save the document as an RTF. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  9. C++ API to Convert XML to PPS | products.aspose...

    Convert XML to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader... Then, you can save the file in the PPTX format...Convert XML to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/xml-to...
  10. BarcodeGenerator|Aspose.BarCode for Python via ...

    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(stream, format) Save barcode image to stream...specific format. save(filename, format) Save barcode image to...

    docs.aspose.com/barcode/python-net/api-referenc...