Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 367,870 for

save

(0.09 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....SetFitToPagesWide ( 1 ); // Save the workbook workbook . Save ( U16String (...)); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  2. Disable Downlevel Revealed Comments while savin...

    Learn how to disable downlevel revealed comments when saving an Excel file to HTML using Aspose.Cells for JavaScript via C++....Downlevel Revealed Comments while saving to HTML with JavaScript via...Possible Usage Scenarios When you save your Excel file to HTML, Aspose...

    docs.aspose.com/cells/javascript-cpp/disable-do...
  3. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to handle Microsoft Project (MPP/XML) task constraints using Aspose.Tasks for Java.... getTime ()); 11 12 // Save project as pdf 13 SaveOptions...ThirdsOfMonths ); 16 project. save (dataDir + "project_StartNoEarlierThan_out...

    docs.aspose.com/tasks/java/handling-task-constr...
  4. Aspose.PSD for .NET 19.6 - 发行说明|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.... Save ( outputFilePathPsd , options...FileFormatVersion . Psb }; img . Save ( outputFilePathPsb , options...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  5. Aspose.PSD for .NET 21.2 - Release Notes|Docume...

    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....resource after loading and saving the PSD image with shape layers...demonstrates that loading and saving the PSD image with shape layers...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-2...
  6. Render Project to Multipage TIFF | Aspose.Tasks...

    Learn how to export project files (MPP/XML/Primavera XML) as multipage TIFF using Aspose.Tasks for .NET....and saves an image to disk. Removes compression and saves an image...); 2 3 // Save the project to TIFF 4 project. Save ( "RenderMultipageTIFF_out...

    docs.aspose.com/tasks/net/render-project-to-mul...
  7. Manage Hyperlinks in Presentations with Python|...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET—enhance interactivity and workflow in minutes.... save ( "output.pptx" , slides . export...Aspose APIs." presentation . save ( "output.pptx" , slides . export...

    docs.aspose.com/slides/python-net/manage-hyperl...
  8. C++ Microsoft Project Files Conversion

    Convert Microsoft Project MPP MPT MPX to HTML PDF Excel Primavera and JPG PNG BMP TIFF Images via C++ library....via Project class and call the Save method while passing the PDF...via Project class and call the Save method by providing appropriate...

    products.aspose.com/tasks/cpp/conversion/
  9. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....---------- 10 11 try 12 { 13 //Create save options 14 System::SharedPtr...ClosePage(); 30 //Save the document 31 document -> Save(); 32 } 33 catch...

    docs.aspose.com/page/cpp/ps/working-with-document/
  10. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++.... HideColumn ( 1 ); // Save the modified Excel file U16String..."output.out.xls" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...