Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 10,115 for

new

(0.17 sec)
  1. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = New LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = New Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Consulting Blog Knowledge Base New Releases Status Websites aspose...format LoadOptions loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  2. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/show-revisions/
  3. Convert images | Documentation

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/image/
  4. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...font file Converter converter = new Converter ( "Lato-Regular.cff"...

    docs.groupdocs.com/conversion/java/convert/font/
  5. Remove Chart Series Dynamically with GroupDocs....

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.11. You can now insert images and barcodes in emails format, and remove selective chart series dynamically. Furthermore, New identifiers for barcodes are introduced in this New release. We would recommend you to download and integrate this latest release. Java Document Assembly API - New Features This latest release provides support for:... Furthermore, new identifiers for barcodes are...are introduced in this new release. We would recommend you to download...

    blog.groupdocs.com/assembly/remove-chart-series...
  6. GroupDocs.Conversion for .NET 3.5.0 - Faster Pe...

    Are you fade up with document conversions with time taking process and limited format support ? Now we are pleased to announce the release of GroupDocs.Conversion for .NET 3.5.0. with super exciting speed and performance along with 50 plus document and image format support. This is fifth monthly release of GroupDocs.Conversion API which is now more faster and more reliable. Kindly download our latest release to enhance your Application.... New Features - GroupDocs.Conversion 3.5.0In this new release...properly . Exception Handling new Name Space Introduced “ GroupDocs...

    blog.groupdocs.com/conversion/groupdocs-convers...
  7. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer API for Node.js to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...HTML JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-ex...
  8. Extract text areas | Documentation

    This article explains that how to extract text areas from documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-areas/
  9. 在 C# 中編輯 Word 文檔 |構建您自己的 .NET Word 編輯器

    使用 C# 示例解釋編輯 Word 文檔,以使用文檔編輯 API 在您的 .NET 應用程序中編輯 DOC、DOCX、ODT 文件。...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...文檔”。 using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/zh-hant/editor/edit-word-doc...
  10. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/storing-text-of-...