Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 947 for

full text search

(0.04 sec)
  1. 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-...
  2. 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...
  3. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others...Search Product Solution GroupDocs...formats and many others (see full list at article). GroupDocs...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. 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...
  5. 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-...
  6. How to Run | Documentation

    How to run examples....Search Product Solution GroupDocs...py file using your favorite text editor. By default the examples...

    docs.groupdocs.com/metadata/python-net/how-to-r...
  7. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Search Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  8. 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...
  9. 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/
  10. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Search Product Solution GroupDocs...page index. The text. TextReader Extract a text from the document...

    docs.groupdocs.com/parser/net/extract-table-of-...