Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 5,951 for

groupdocs.signature,

(0.07 sec)
  1. How to Create a Docker Image to Run GroupDocs.C...

    This article provides instructions to create a docker image to run GroupDocs.Conversion for node.js via java. It includes details on configuring the environment along with sample code....This article provides instructions to create a docker image to run GroupDocs.Conversion for node.js via java. It includes details on configuring the environment along with sample code.

    kb.groupdocs.com/total/nodejs/how-to-create-a-d...
  2. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#.

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  3. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for .NET....Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert-xml-a...
  4. How to Run Examples | GroupDocs

    Step-by-step guide to run GroupDocs.Parser for .NET code examples. Learn how to build projects from scratch, use GitHub examples, and set up your development environment....Step-by-step guide to run GroupDocs.Parser for .NET code examples. Learn how to build projects from scratch, use GitHub examples, and set up your development environment.

    docs.groupdocs.com/parser/net/how-to-run-examples/
  5. Extract images from document | GroupDocs

    Learn how to extract images from documents using GroupDocs.Parser for .NET. Extract images with position data, rotation, and format information from PDF, Word, Excel in C#....Learn how to extract images from documents using GroupDocs.Parser for .NET. Extract images with position data, rotation, and format information from PDF, Word, Excel in C#.

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents.

    docs.groupdocs.com/redaction/java/remove-page-r...
  7. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space.

    docs.groupdocs.com/search/java/merge-indexes/
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult.

    docs.groupdocs.com/search/net/migration-notes/
  9. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings.

    docs.groupdocs.com/search/java/indexing-reports/
  10. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: <hyperlink link="www.google.com">google.com</hyperlink> Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null.

    docs.groupdocs.com/parser/java/extract-hyperlin...