Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 377,041 for

save

(0.4 sec)
  1. Delete text from a cell|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 (); } } // Given a worksheet...ToString (); } } } worksheet . Save (); } document . WorkbookPart...

    docs.aspose.com/cells/net/delete-text-from-a-cell/
  2. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。... ALL ) # Save protected workbook workbook . save ( "output.xlsx"... ALL ) # Save the modified workbook workbook . save ( "output_locked...

    docs.aspose.com/cells/zh/python-net/how-to-lock...
  3. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content.... save ( output_file ) Get Caret Annotation...annotations . delete ( ca ) document . save ( output_file ) Redact certain...

    docs.aspose.com/pdf/python-net/extra-annotations/
  4. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。... autoFitColumns (); // Save to Pdf without setting PdfSaveOptions...IsFontSubstitutionCh workbook . save ( path . join ( dataDir , "SampleOutput_out...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  5. EPUB to PDF Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/epub-to-pdf/
  6. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  7. Converting a PDF file to PDFA using C++ | Aspos...

    Sample code for PDF to PDFA conversion using C++. Use C++ example for batch PDF to PDFA conversion....Document Load input PDF image Save the output PDF/A file Here is...your PDF file and then simply save it as a PDFA file. You can use...

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  8. Converting a PCL file to BMP using C++ | Aspose...

    Sample code for PCL to BMP conversion using C++. Use C++ example for batch PCL to BMP conversion....output file path as parameters Save the output BMP file Here is...your PCL file and then simply save it as a BMP file. You can use...

    products.aspose.com/pdf/cpp/conversion/pcl-to-bmp/
  9. Convert PowerPoint Slides to PNG in JavaScript|...

    Convert PowerPoint presentations to high-quality PNG images in JavaScript quickly with Aspose.Slides for Node.js, ensuring precise, automated results....save(String formatName, int imageFormat)...imageFormat) method to save the slide thumbnail to the PNG format...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  10. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 最后,使用Document对象的Save方法保存更新的PDF。 以下代码片段显示如何在PDF文件中创建到应用程序的链接。...link ); // 保存更新的文档 document -> Save ( _dataDir + u "CreateApplicationLin...

    docs.aspose.com/pdf/zh/cpp/create-links/