Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 927 for

full text search

(0.04 sec)
  1. HTML | Documentation

    This article explains that how to extract HTML formatted Text from document page in Java....Search Product Solution GroupDocs...Working with text / Working with formatted text / HTML HTML Leave...

    docs.groupdocs.com/parser/java/html/
  2. Archive

    archives...min January 2 Reverse Image Search January 31, 2025 · Andrey Golubkov...Khan · 3 min Online Synonym Search in Documents December 16, 2023...

    blog.groupdocs.com/archives/
  3. Get More Flexibility with the New and Improved ...

    Hi, everyone! We’ve recently released a new version of the Java document viewer - GroupDocs.Viewer for Java version 2.3 - and would like to discover its new features and enhancements in this article. GroupDocs.Viewer for Java is an HTML5-based document viewer library designed to make it easy for developers to integrate into their Java apps. The viewer supports more than 50 document and image types, including PDF, Microsoft Word, Excel, PowerPoint, AutoCAD, Visio, etc....(custom-url) is added to the full application path, including...available: watermarkText - specifies text for the watermark watermarkColor...

    blog.groupdocs.com/viewer/get-more-flexibility-...
  4. Load document from url | Documentation

    Learn how to Load document from url....Search Product Solution GroupDocs...Parser ( url )) { // Extract a text into the reader using ( TextReader...

    docs.groupdocs.com/parser/net/load-document-fro...
  5. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Search Product Solution GroupDocs...PPTX, XLS, XLSX and others. See full list at article. GroupDocs.Redactions...

    docs.groupdocs.com/redaction/python-net/annotat...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. HTML | Documentation

    This article explains that how to extract HTML formatted Text from document page....Search Product Solution GroupDocs...Working with text / Working with formatted text / HTML HTML Leave...

    docs.groupdocs.com/parser/net/html/
  8. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Search Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Load document from stream | Documentation

    Learn how to Load document from stream....Search Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader using ( TextReader...

    docs.groupdocs.com/parser/net/load-document-fro...
  10. Loading specific file formats | Documentation

    Learn how to Load specific file formats....Search Product Solution GroupDocs...FileFormat . Markup ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/net/loading-specific-...