Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 34,671 for

search

(1.13 sec)
  1. extract-pdf-text.txt

    Page: 1 Text lines/words/characters: Line 'How to fold origami candy boxes' X=141.14 Y=76.4052 313.12501x22.044px with 6 word(s). Words: ['How', 'to', 'fold', 'origami', 'candy', 'boxes'] Character......'] Line 'Search the array of paper please click:...956px with 8 word(s). Words: ['Search', 'the', 'array', 'of', 'paper'...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  2. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Search Product Solution GroupDocs...Microsoft Office Word Documents Search text in Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Multiple unexpected changes between 25.11.0 and...

    Hello, I identified at least 2 unexpected differences between the current and previous GroupDocs versions via our unit tests… repro.zip (3.3 MB) This is a repro project. When you execute it with the current and previo…...Search Product Family dotnet jamsharp...is still indexable, but the search (see the repro C# project we...

    forum.groupdocs.com/t/multiple-unexpected-chang...
  4. GroupDocs.Total Releases on GroupDocs Blog | Do...

    GroupDocs.Total Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Total Releases on GroupDocs Blog | Document Automation Solutions fo......6、Search 26.6、Comparison 26.5)以及新修复。...

    blog.groupdocs.com/zh/categories/groupdocs.tota...
  5. Automate Watermark Audits in .NET with GroupDoc...

    Learn how to replace error‑prone manual watermark reviews with a short .NET script that scans, validates and reports watermarks using GroupDocs.Watermark.... The Search() method returns a collection...Watermarker(filePath)) { var all = wk.Search(); Console.WriteLine( $"Found...

    blog.groupdocs.com/watermark/audit-automation/net/
  6. document comparison on GroupDocs Blog | Documen...

    document comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in document comparison on GroupDocs Blog | Document Automation Solutions for .NET & J......6、Search 26.6、Comparison 26.5)と新しい修正が含まれます。...

    blog.groupdocs.com/ja/tag/document-comparison/i...
  7. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/document-filteri...
  8. Working with metadata in PDF documents | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in PDF documents | GroupDocs

    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...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/net/working-with-me...