Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 310,748 for

save

(0.13 sec)
  1. Add Word Art Watermark to Chart|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....( false ); //Save the excel file. workbook . save ( dataDir +...

    docs.aspose.com/cells/java/add-word-art-waterma...
  2. Using Nested Objects|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....false ); //Save the Excel file. designer . Workbook . Save ( FileName...

    docs.aspose.com/cells/net/using-nested-objects/
  3. Protect PDF using C++ | Aspose.PDF

    Lock PDF with password programmatically with C++ sample code using Aspose.PDF for C++... Save result in PDF format Protect...:: AESx128 , false ); doc -> Save ( L ".. \\ outputPath \\ protectedFile...

    products.aspose.com/pdf/cpp/protect/
  4. Redact PDF using C# | Aspose.PDF

    Redact PDF documents programmatically with C# sample code using Aspose.PDF for .NET... Save PDF file. Redact PDF Files -... Redact (); } pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/redaction/
  5. 识别自封闭标签的Node.js和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....loadOptions ); // Save the workbook wb . save ( path . join ( outputDir...

    docs.aspose.com/cells/zh/nodejs-cpp/recognise-s...
  6. Convert EPUB to BMP – C# Examples

    Convert EPUB to BMP in C# using Aspose.HTML API. Consider various EPUB to BMP conversion scenarios in C# examples. Try online EPUB Converter.... The save options in the example are set...Converters; using Aspose.Html.Saving; using var stream = File.OpenRead(DataDir...

    docs.aspose.com/html/net/convert-epub-to-bmp/
  7. Convert EPUB to GIF in C# – Aspose.HTML for .NET

    Convert EPUB to GIF in C# using Aspose.HTML API. Consider various EPUB to GIF conversion scenarios in C# examples. Try online EPUB Converter.... In the example, the save options are set by default....Converters; using Aspose.Html.Saving; using var stream = File.OpenRead(DataDir...

    docs.aspose.com/html/net/convert-epub-to-gif/
  8. 使用 Java 合并 TIFF 到 PDF | Aspose.PDF

    使用适用于 Java 的 Aspose.PDF,使用 Java 示例代码,以编程方式将两个或多个 TIFF 文档合并为一个 PDF 单个文件...//set frame bounds to save to bitmap //save frame bitmap to stream...getBounds (), pixels ); tiffImage . save (); page = outputDoc . getPages...

    products.aspose.com/pdf/zh-hans/java/merger/tif...
  9. 使用匿名类型或自定义对象|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....false ); //Save the excel file. report . Workbook . Save ( FileName...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  10. 使用 C++ 製作 DOC

    通過幾個步驟在 C++ 中創建一個新的 DOC。使用 C++ 庫輕鬆創建 DOC。..." ); doc-> Save ( u"Output.doc" ); using namespace...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.doc"); using namespace...

    products.aspose.com/words/zh-hant/cpp/make/doc/