Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 920 for

detection

(1.04 sec)
  1. Releasing First Version of GroupDocs.Metadata f...

    We are extremely excited to announce that the first version of GroupDocs.Metadata for Java has been released. GroupDocs.Metadata for Java is a valuable addition to the GroupDocs.Metadata product family that empowers Java developers while working with metadata of popular file formats. It is powerful as well as easy to use API that provides all basic metadata operations (i.e. view, add, modify, remove) for a number of file formats. API gets the file as an input and makes its metadata accessible to the user....to Excel/CSV Clean metadata Detect MIME type For more details...

    blog.groupdocs.com/metadata/releasing-first-ver...
  2. Loading specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email files in C#....document text // Markdown is detected; text without special symbols...

    docs.groupdocs.com/parser/net/loading-specific-...
  3. 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....documents Leave feedback Detecting the version of a PDF document...sample of code will help you to detect the PDF version a loaded document...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. License parsing error and performance issue dur...

    Hi Team, We are currently using GroupDocs.Conversion for Java to support a functionality where files in non-PDF formats (.doc, .docx, .xls, .xlsx) are converted to PDF, and later all PDFs are merged into a single docum…...skipping, looped directory detected /usr/share/fonts/dejavu: skipping...skipping, looped directory detected /usr/share/fonts/google-droid:...

    forum.groupdocs.com/t/license-parsing-error-and...
  5. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Detecting the exact type of a document...sample of code will help you to detect the exact type of a loaded...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Extract Text from ZIP/RAR Archives using GroupD...

    Practical guide showing how to extract text from ZIP and RAR archives using GroupDocs.Parser for .NET. Step‑by‑step code examples, recursive handling, and best practices....list, prints basic metadata, detects nested archives, and extracts...document – skip it continue ; } // Detect nested archives by extension...

    blog.groupdocs.com/parser/extract-text-from-zip...
  7. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....document text // Markdown is detected; text without special symbols...

    docs.groupdocs.com/parser/java/loading-specific...
  8. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....the document type is auto-detected during loading, however, you...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....lets you query the list of detected changes after a comparison...

    docs.groupdocs.com/comparison/python-net/get-li...
  10. Realizar pesquisa homófona usando Java

    Aprenda como executar busca homófona usando Java para correspondência fonética. Explore o algoritmo de busca homófona Java para resultados precisos sem software extra....permitindo que seu aplicativo detecte facilmente palavras foneticamente...

    kb.groupdocs.com/pt/search/java/perform-homopho...