Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 4,775 for

secure

(0.9 sec)
  1. Extract highlights | GroupDocs

    This article explains that how to extract highlights from documents in Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/extract-highlights/
  2. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Search text in HTML documents | GroupDocs

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/search-text-in-h...
  5. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/watermark/python-net/modifyi...
  6. Launch in operating systems other than windows ...

    Limitations Because of the lack of Windows fonts in target OS (Android, macOS, Linux, etc), fonts used in documents are substituted with available fonts, this might lead to inaccurate document layout when rendering the document to PNG, JPG, and PDF. If GroupDocs.Watermark for .NET Standard is intended to be used in a Linux environment, an additional NuGet package should be referenced to make it work correctly with graphics: SkiaSharp.NativeAssets.Linux for Ubuntu (it also should work on most Debian-based Linux distributions) or Goelze....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/watermark/net/launch-in-oper...
  7. Add text or image watermark | GroupDocs

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  8. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/update-index/
  9. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/stop-word-dictio...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/search/nodejs-java/ocr-support/