Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 12,590 for

to

(0.1 sec)
  1. Render XLSX as HTML using Java

    In this discussion, we'll delve inTo the process of how To render XLSX as HTML using Java. Additionally, we'll provide you Java code for rendering XLSX To HTML....In this discussion, we'll delve into the process of how to render XLSX as HTML using Java. Additionally, we'll provide you Java code for rendering XLSX to HTML.

    kb.groupdocs.com/viewer/java/render-xlsx-as-htm...
  2. Implement custom serialization with Metadata si...

    This article explains how To implement cusTom serialization for Metadata electronic signatures....This article explains how to implement custom serialization for Metadata electronic signatures.

    docs.groupdocs.com/signature/java/implement-cus...
  3. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen To broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased To release GroupDocs.Assembly for Java, a simpe document auTomation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file formats. We would encourage you To explore the API and share your valuable feedback....At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file formats. We would encourage you to explore the API and share your valuable feedback.

    blog.groupdocs.com/assembly/releasing-next-gene...
  4. Measure Document Conversion Time using GroupDoc...

    GroupDocs.Conversion for .NET 18.11 comes with a lot of new features and some improvements. Conversion from EPS, TSV and PCL formats is introduced. Furthermore, API provides an option for page rotation when converting To PDF. Please check GroupDocs.Conversion for .NET 18.11 release notes for further reference. Improvements Move HideWordTrackedChanges option To WordsLoadOptions class HidePdfAnnotations option To PdfLoadOptions class HideComments option To CellsLoadOptions, Slides CellsLoadOptions and WordsLoadOptions class Features Setting Default Font and Font Substitution Options When Converting OneNote Document const string source = "source....GroupDocs.Conversion for .NET 18.11 comes with a lot of new features and some improvements. Conversion from EPS, TSV and PCL formats is introduced. Furthermore, API provides an option for page rotation when converting to PDF. Please check GroupDocs.Conversion for .NET 18.11 release notes for further reference. Improvements Move HideWordTrackedChanges option to WordsLoadOptions class HidePdfAnnotations option to PdfLoadOptions class HideComments option to CellsLoadOptions, Slides CellsLoadOptions and WordsLoadOptions class Features Setting Default Font and Font Substitution Options When Converting OneNote Document const string source = "source.

    blog.groupdocs.com/conversion/measure-document-...
  5. Render web documents as PDF, PNG, and JPEG file...

    Convert web documents (CHM, HTML) To PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Convert web documents (CHM, HTML) to PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/render-web...
  6. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document.

    docs.groupdocs.com/search/net/work-with-search-...
  7. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document.

    docs.groupdocs.com/search/java/work-with-search...
  8. Business Case of a Shopping Store | Documentation

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping sTore. There may be simpler or complex scenarios in real life businesses. Business Case There are many cusTomers of the shopping sTore. The sTore offers multiple products. A cusTomer may place multiple orders. An order may have many products. The data may or may not be sTored in a database system. Reporting Requirements A report based on some criteria is To be generated....Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.

    docs.groupdocs.com/assembly/net/business-case-o...
  9. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps To read the JPEG2000 comments (pieces of metadata represented as strings with the length up To 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage<Jpeg2000RootPackage>(); if (root.

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Load document from Azure Blob Storage | Documen...

    This section explains how To load document from Azure Blob STorage with GroupDocs.Signature API....This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/load-document...