Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 361,312 for

save

(0.13 sec)
  1. TxtSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how the TxtSaveOptions SaveFormat property defines document saving formats, ensuring your files are always in the preferred text format....the document will be saved if this save options object is used...set ; } Examples Shows how to save a .txt document with a custom...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Working with Images | Aspose.Note Documentation

    With C# OneNote API or Library, you can extract images from OneNote document, get information of the images, insert an image into existing OneNote document, and link an image to hyperlink.... Save image bytes to a file. The code...from a OneNote document and save them as files. Copy 1 // The...

    docs.aspose.com/note/net/working-with-images/
  3. Working with Zimbra|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 Messages and Directory Structure...Structure You may also save all the message with directory structure...

    docs.aspose.com/email/java/working-with-zimbra/
  4. Unlock ODP Presentation Files using Java | prod...

    Java source code to remove protection from ODP Presentation.... save ( "encryption-removed.odp" ...removeWriteProtectio (); presentation . save ( "write-protection-removed...

    products.aspose.com/slides/java/unlock/odp/
  5. Add and Verify PDF Digital Signature using PHP ...

    Сreate electronic signature in PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save PDF file, You will get the document...$pkcs ); // Save output PDF file $signature -> save ( $outputFile...

    products.aspose.com/pdf/php-java/signature/
  6. 从PDF文件中删除图像|Aspose.PDF for .NET

    本节解释如何使用Aspose.PDF for .NET从PDF文件中删除图像。... 使用Document对象的Save方法保存输出。 以下代码片段演示如何从PDF文件中删除图像。...Delete ( 1 ); // Save PDF document document . Save ( dataDir + "DeleteImages_out...

    docs.aspose.com/pdf/zh/net/delete-images-from-p...
  7. FileFormatUtil.SaveFormatToExtension | Aspose.W...

    Convert Save format values to file extensions effortlessly with FileFormatUtil's SaveFormatToExtension method. Get accurate, lowercase extensions with ease!...SaveFormatToExtensio method Converts a save format enumerated value into...document from the stream, and then save it to the automatically detected...

    reference.aspose.com/words/net/aspose.words/fil...
  8. PageExtractOptions.unlink_pages_number_fields p...

    PageExtractOptions.unlink_pages_number_fields property. Specifies whether NUMPAGES fields in the resulting document will be replaced with their actual resulting values...the initial page numbering and save the NUMPAGE field. doc = aw...count = 1 ) extracted_doc1 . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape.HasImage | Aspose.Words for .NET

    Discover if a shape contains image data or links to an image with the HasImage property. Enhance your designs effortlessly!...images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 在 .NET 中将 PDF 转换为 Excel|Aspose.PDF for .NET

    Aspose.PDF for .NET 库允许您使用 C# 将 PDF 转换为 Excel 格式。这些格式包括 XLS、XLSX、XML 2003 电子表格、CSV、ODS。...Save(..) 构造函数。 以下代码片段展示了使用 Aspose...ExcelSaveOptions 的实例。 通过调用 Document.Save() 方法并传递 ExcelSaveOptions ,将其保存为指定...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-excel/