Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 364,654 for

save

(0.58 sec)
  1. How to Convert MPP to XPS using C++

    In this topic, we will explore how to convert MPP to XPS using C++. XPS is a widely used file format and you can easily export MPP file to XPS in C++ using few API calls with no dependence on MS Project....to save as XPS Save the MPP file to XPS in C++ using Save method...access the MPP file and then save that as XPS in subsequent API...

    kb.aspose.com/tasks/cpp/how-to-convert-mpp-to-x...
  2. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi.... Save current page as a separate PDF...HtmlLoadOptions ()); //save input html to pdf to file doc . save ( "test.pdf"...

    products.aspose.com/pdf/java/splitter/
  3. Convert PST to OFT via Java | products.aspose.com

    Try the code sample to convert PST files to OFT format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...converting PST files to OFT format, saving developers time and effort...

    products.aspose.com/email/java/conversion/pst-t...
  4. Apply Shape Effects in Presentations Using PHP|...

    Transform your PPT and PPTX files with advanced shape effects using Aspose.Slides for PHP via Java — create striking, professional slides in seconds....setDirection ( 45 ); $pres -> save ( "output.pptx" , SaveFormat...setBlurRadius ( 4 ); $pres -> save ( "reflection.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/shape-effect/
  5. 导出边框样式(Web浏览器不支持的边框样式)使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时导出Web浏览器不支持的边框样式,使用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/zh/nodejs-cpp/export-simi...
  6. Convert HTML to TIFF in C++ | products.aspose.com

    Convert HTML to TIFF in C++. Use C++ library API to convert HTML files to TIFFs...Presentation from HTML file and save it as TIFF. C++ code for converting...AddFromHtml(htmlStream); pres -> Save( u "convertedFile.tiff" , Aspose...

    products.aspose.com/slides/cpp/conversion/html-...
  7. Generate Codabar Barcodes in C#|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 ( $"{path}CodabarStartAStopA...= CodabarSymbol . B ; gen . Save ( $"{path}CodabarStartBStopB...

    docs.aspose.com/barcode/net/codabar-barcodes/
  8. Add Attachments to PDF using PHP | Aspose.PDF

    PHP sample code for adding attachments to PDF documents on any platform....the collection’s Add method Save the PDF file. Adding Attachment...$fileSpecification ); // Save resulting PDF document. $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/attachments/add/
  9. 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...
  10. Add Attachments to PDF using C++ | Aspose.PDF

    Add attachments to PDF documents on C++ Framework, C++ Core, and PHP, VBScript, Delphi, C++ via COM Interop....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save new output pdfDocument -> Save ( _dataDir +...

    products.aspose.com/pdf/cpp/attachments/add/