Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 375,564 for

save

(0.13 sec)
  1. Remove DOTM Annotation Online or Manage Annotat...

    delete comments from DOTM file through online app for free. Android API code to manage comments of DOTM files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  2. Add Attachments to PDF using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/attachments/add/
  3. Display Hide Scroll Bars in Jython|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....setHScrollBarVisible ( False ) # Save the modified Excel file in the...Excel 2003 ) format workbook . save ( dataDir + "output.xls" ) #...

    docs.aspose.com/cells/java/display-hide-scroll-...
  4. Using Anonymous Types or Custom Objects|Documen...

    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/net/using-anonymous-types...
  5. 使用匿名类型或自定义对象|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...
  6. PDF to DOCX Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as DOCX Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-docx/
  7. 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...
  8. Add PDF Page Stamps in PDF using C#|Aspose.PDF ...

    Add a page stamp to a PDF document using the PdfPageStamp class with Aspose.PDF for .NET library....bluePageStamp ); // Save PDF document document . Save ( dataDir + "AddPageStamp_out...

    docs.aspose.com/pdf/net/page-stamps-in-the-pdf-...
  9. Converting Range of DjVu Pages in PHP|Documenta...

    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 the result in PDF format $image -> save ( $dataDir...

    docs.aspose.com/imaging/java/converting-range-o...
  10. 在PDF中装饰表单字段|Aspose.PDF for .NET

    探索如何在PDF文档中装饰表单字段,使用Aspose.PDF在.NET中添加视觉增强效果,如边框。...DecorateField 方法,最后使用 FormEditor 类的 Save 方法保存更新后的PDF。以下代码片段向您展示了如何装饰特定的表单字段。...( "City" ); // Save PDF document editor . Save ( dataDir + "Sample-Form-02...

    docs.aspose.com/pdf/zh/net/decorate-form-field/