Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 369,762 for

save

(0.12 sec)
  1. Export PPS to DOT on Andorid via Java or with f...

    Convert PPS to DOT in mobile apps without installing any software or online. Test free PPS to DOT online converter quickly before integrating the code....Convert PPS to HTML by using save method and set Html as SaveFormat...Document class Save the document to DOT format using save method and...

    products.aspose.com/total/android-java/conversi...
  2. Export PPSX to RTF on Andorid via Java or with ...

    Convert PPSX to RTF in mobile apps without installing any software or online. Test free PPSX to RTF online converter quickly before integrating the code....Convert PPSX to HTML by using save method and set Html as SaveFormat...Document class Save the document to RTF format using save method and...

    products.aspose.com/total/android-java/conversi...
  3. Export PPT to DOT on Andorid via Java or with f...

    Convert PPT to DOT in mobile apps without installing any software or online. Test free PPT to DOT online converter quickly before integrating the code....Convert PPT to HTML by using save method and set Html as SaveFormat...Document class Save the document to DOT format using save method and...

    products.aspose.com/total/android-java/conversi...
  4. Export PPS to DOC on Andorid via Java or with f...

    Convert PPS to DOC in mobile apps without installing any software or online. Test free PPS to DOC online converter quickly before integrating the code....Convert PPS to HTML by using save method and set Html as SaveFormat...Document class Save the document to DOC format using save method and...

    products.aspose.com/total/android-java/conversi...
  5. C++ 的新功能|Aspose.PDF for C++

    本页介绍了最近发布的 Aspose.PDF for C++ 中引入的最受欢迎的新功能。...); // Save PDF file into EPUB format document -> Save ( _dataDir..."c:/aspose.pcl" , options ); doc -> Save ( u "e:/37432.pdf" ); } catch...

    docs.aspose.com/pdf/zh/cpp/whatsnew/
  6. Convert PDF to Image Formats in Rust|Aspose.PDF...

    This topic show you how to use Aspose.PDF for Rust to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code....scanned documents are often saved in the PDF file format. However...common task is when you need to save an entire PDF document or some...

    docs.aspose.com/pdf/rust-cpp/convert-pdf-to-ima...
  7. Saving Updated Resource Assignment to MPP | Asp...

    Learn how to update Microsoft Project (MPP/XML) project files using Aspose.Tasks for C#....Working with Resource Assignments Saving Updated Resource Assignment...Reference Nuget Pricing Buy Saving Updated Resource Assignment...

    docs.aspose.com/tasks/cpp/saving-updated-resour...
  8. 在PHP中将转换为MHTML文件|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....xlsx" ; //Specify the HTML saving options $sv = new HtmlSaveOptions...$filePath ); //Save the MHT file $wb -> save ( $filePath . "...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  9. SaveOptions.UseAntiAliasing | Aspose.Words for ...

    Discover the SaveOptions UseAntiAliasing property to enhance your rendering quality. Control antialiasing for smoother visuals and improved performance.... Save ( ArtifactsDir + "Document.ImageSaveOptions...UseHighQualityRender = true ; doc . Save ( ArtifactsDir + "Document.ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....the Document object’s Save method and save the output PDF file...textFragment ); // Save resulting PDF document. document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/