Sort Score
Result 10 results
Languages All
Labels All
Results 7,931 - 7,940 of 375,773 for

save

(0.27 sec)
  1. Convert Image to Base64 in C#

    This concise tutorial walks through converting image to base64 in C#. It presents a step-by-step approach and provides a code sample showing how to convert JPG to Base64 in C#....the ToBase64String() method Save the output Base64 image These...to a base64 format. Lastly, save the generated image string as...

    kb.aspose.com/svg/net/convert-image-to-base64-i...
  2. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveOptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly....document's "Save" method // to modify how we save the document...txtExportHeadersFoot ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Փոխարկել OBJ-ը USDZ-ի Python-ում

    Այս կարճ ուղեցույցը ներկայացնում է, թե ինչպես փոխարկել OBJ-ից USDZ՝ օգտագործելով Python-ը։ Այն ընդգրկում է հիմնական քայլերը, անհրաժեշտ բաղադրիչները և գործնական կոդի օրինակ՝ Python-ում OBJ-ը USDZ փոխարկիչ ստեղծելու համար։...from_file ֆունկցիայով Պահպանեք USDZ՝ save ֆունկցիայի միջոցով Այս ուղեցույցը...գրադարաններով։ Ապա բեռնեք OBJ ֆայլը և save մեթոդով այն փոխարկեք USDZ-ի։...

    kb.aspose.com/hy/3d/python/convert-obj-to-usdz-...
  4. ImageData.setImage method | Aspose.Words for No...

    Aspose.Words.Drawing.ImageData.setImage method... save ( base . artifactsDir + "Image...insertNode ( shape ); doc . save ( base . artifactsDir + "Image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for Node.js via C++.... Save and close the code, return to...property of the VbaModule . Save the file in xlsm format. const...

    docs.aspose.com/cells/nodejs-cpp/how-to-prevent...
  6. Auto-space a Collection of Shapes in the Visio ...

    This section explains how to autospace a collection of shapes in a visio page with Aspose.Diagram....options ); // save Visio drawing diagram . Save ( @ "c:\temp\AutoSpaceShapes_Out...Export of Hidden Visio Pages on Saving Draw Shapes in Page...

    docs.aspose.com/diagram/net/auto-space-a-collec...
  7. FileFormatInfo class | Aspose.Words for Python

    aspose.words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods...password when we save it, and then save the document. save_options =...= aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在VSTO和Aspose.Cells中设置工作表的背景图片|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....jpeg" ); //Save the excel file. objBook . SaveCopyAs...imageData ); //Save the excel file. workbook . Save ( "BackgroundPicBook...

    docs.aspose.com/cells/zh/net/set-background-pic...
  9. 在Ruby中将Excel转换为PDF文件|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....def excel_to_pdf ( workbook ) save_format = Rjb :: import ( 'com...SaveFormat' ) # Save the document in PDF format workbook . save ( @data_dir...

    docs.aspose.com/cells/zh/java/converting-excel-...
  10. Change Page Size|Documentation

    This section explains how to change page's size in a visio file with Aspose.Diagram....setValue ( 11 ); // Save Visio diagram . save ( dataDir + "SetPageSize_out...Export of Hidden Visio Pages on Saving...

    docs.aspose.com/diagram/java/change-page-size/