Sort Score
Result 10 results
Languages All
Labels All
Results 7,301 - 7,310 of 365,751 for

save

(0.12 sec)
  1. Add PDF Form Fields|Aspose.PDF for Java

    This topic explains how to work with Form Fields with java/com.aspose.pdf.facades using FormEditor Class....String-int- ) and finally use Save method to save the updated PDF file...( "Country" , 20 ); editor . save ( _dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/java/add-form-fields/
  2. Convert PNG to JPG in C++ | products.aspose.com

    Convert PNG to JPG in C++. Use C++ library API to convert PNG files to JPGs...Presentation from PNG file and save it as JPG. C++ code for converting...jpg" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/png-t...
  3. Android API to Render PDF to MARKDOWN | product...

    Transform PDF to MARKDOWN via Android via Java API...Convert PDF to DOC by using save method Load DOC file by using...Words Save the document to MARKDOWN format using save method...

    products.aspose.com/total/android-java/conversi...
  4. HtmlSaveOptions.Encoding | Aspose.Words for .NET

    Discover HtmlSaveOptions Encoding for seamless HTML, MHTML, and EPUB exports. Easily customize encoding with UTF-8 for optimal compatibility and performance....use a specific encoding when saving a document to .epub. Document...for a document that we will save. HtmlSaveOptions saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Secure Presentations with Passwords on Android|...

    Effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Secure your presentations....but they cannot copy items or save the presentation. Opening If...encrypt method and use the save method to save the now encrypted presentation...

    docs.aspose.com/slides/androidjava/password-pro...
  6. PdfSaveOptions.save_format property | Aspose.Wo...

    PdfSaveOptions.Save_format property. Specifies the format in which the document will be Saved if this Save options object is used...save_format property PdfSaveOptions.save_format property Specifies...the document will be saved if this save options object is used...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 档案

    档案... XbrlDocument 类的 save() 方法创建 XBRL 文件并将其保存到磁盘。请在 API...add() 方法添加一个新的 XBRL 实例。 最后,使用 save(string) 方法保存 XBRL 文件。它将输出文件路径作为参数。...

    blog.aspose.com/zh/finance/create-xbrl-file-usi...
  8. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。..."A1:B1" ); // Save the modified Excel file workbook . Save ( outputFilePath...(); // Saving the modified Excel file workbook . Save ( outDir...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  9. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates.... Save the modified presentation. This...false ); // Saves the presentation to disk pres -> Save ( outPath...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  10. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file The following code...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-arc/