Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 368,170 for

save

(0.17 sec)
  1. Convert FODS to DOCX with C++ or with free Onli...

    Convert FODS to DOCX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOCX format using Save member function..."sourceFile.fods" ); // save FODS as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/fods-t...
  2. Convert FODS to PPTX with C++ or with free Onli...

    Convert FODS to PPTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPTX format using Save member function..."sourceFile.fods" ); // save FODS as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/fods-t...
  3. Convert XLSB to WORD with C++ or with free Onli...

    Convert XLSB to WORD within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOC format using Save member function..."sourceFile.xlsb" ); // save XLSB as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/xlsb-t...
  4. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....SetTopMargin ( 3 ); // Save the Workbook workbook . Save ( outDir + u "SetMargins_out...( true ); // Save the Workbook workbook . Save ( outDir + u "CenterOnPage_out...

    docs.aspose.com/cells/cpp/setting-margins/
  5. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET.... True ) # Save Tagged PDF Document document . save ( path_outfile... True ) # Save Tagged PDF Document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/setting-structur...
  6. Aspose.PSD for .NET 19.7 - 发行说明|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 ( exportPath ); image . Save ( exportPathPng...Resize ( 160 , 120 ); image . Save ( exportPathPsd , new PsdOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  7. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ); // Save updated PDF file pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/formatting-pdf-document/
  8. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files...."1234" ); // Save the Excel file workbook . Save ( outputFilePath..."1234" ); // Save the Excel file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  9. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, SaveOptions); and does not proceed furt…...Save(pdfStream, saveOptions) Aspose...gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  10. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } // Generate PDF pres . save ( "output_out.pdf" , SaveFormat...

    docs.aspose.com/slides/androidjava/default-font/