Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 522 for

detection

(0.14 sec)
  1. Load Email document with options | Documentation

    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-...
  2. Loading specific file formats | Documentation

    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...
  3. Redact PDF and Scanned Documents in Java | Blac...

    Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images.... The following steps will detect and replace the text in the...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  4. .NET 9 - Fails to identify document is PDF/HTML...

    Hello, I have attached a .zip file containing some files (1x .htm, 2x .pdf) - using .NET 9 and GroupDocs.Conversion 25.4.0 - none of these file convert. Their Format is also not detected correctly when using .GetDocumen…... Their Format is also not detected correctly when using .GetDocumentInfo()...

    forum.groupdocs.com/t/net-9-fails-to-identify-d...
  5. Advanced Usage | Documentation

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Document Changing Automatically Detected Types of DocumentTable Columns...

    docs.groupdocs.com/assembly/net/advanced-usage/
  6. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage.... Detecting the exact type of a presentation...sample of code will help you to detect the exact type of a loaded...

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

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....mentions of John from the detected metadata) var affected = metadata...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  8. GroupDocs.Conversion NoConvertOptions causes cr...

    This test case was working fine in the previous GroupDocs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a text file named “ignore.log” In convertOptions, detect “.log” extension and return NoConvertOp…...log” In convertOptions, detect “.log” extension and return...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  9. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....mentions of John from the detected metadata) with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/remove-m...
  10. 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 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...