Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 5,467 for

file signature

(0.15 sec)
  1. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....Signature Product Solution GroupDocs...Example 2: Search in an empty HTML file (returns empty collection) using...

    docs.groupdocs.com/parser/net/developer-guide/a...
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Java without a license (Evaluation Limitations)...Signature Product Solution GroupDocs...processor time. Set License from File The following code snippet shows...

    docs.groupdocs.com/comparison/java/licensing-an...
  4. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....Signature Product Family GroupDocs.Metadata...PPTX using C# Metadata in PPTX files can contain sensitive information...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  5. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....Signature Product Family GroupDocs.Metadata...C# OpenDocument Text ( ODT ) files, commonly used with word processors...

    kb.groupdocs.com/parser/net/extract-text-from-o...
  6. Convert PDF to TXT using Python

    Discover how to transform PDF documents into TXT Files using Python. Seamlessly extract unformatted text from PDFs with concise Python code and no additional utilities....Signature Product Family GroupDocs.Metadata...PDF documents into plain text files for further processing or integration...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  7. Add Image Watermark to JPG Using Python

    Discover how to add image watermark to JPG using Python and protect visual assets by placing a centered logo watermark on images with consistent alignment....Signature Product Family GroupDocs.Metadata...content. Adding watermarks to JPG files helps protect ownership, reinforce...

    kb.groupdocs.com/watermark/python/add-image-wat...
  8. How to Add Text Redaction Annotation in PDF usi...

    This article provides detail on how to add text redaction annotation in PDF using C# along with steps and code to insert text redaction annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...redaction annotations in PDF files using C#, whether you need to...

    kb.groupdocs.com/annotation/net/how-to-add-text...
  9. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....Signature Product Family GroupDocs.Metadata...In the current digital era, file format conversions have gained...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Convert XLSX to HTML using Python

    Convert XLSX to HTML using Python for seamless spreadsheet rendering. Learn how to export XLSX to HTML in Python with automated layout preservation....Signature Product Family GroupDocs.Metadata...HTML output from spreadsheet files Import necessary modules like...

    kb.groupdocs.com/conversion/python/convert-xlsx...