Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 551 for

detection

(0.03 sec)
  1. Scan Barcode from PPT using Java

    This guide offers an in-depth explanation of how to scan barcode from PPT using Java. Also, it includes a sample code example to extract barcode from PPT in Java....objects that represent the detected barcodes. Each object in this...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  2. Compare Multiple PDF Files in Java | Accept or ...

    Compare two or more PDF files in Java using document Comparison API. Highlight the differences and accept or reject the identified changes....possible to accept or reject each detected change in PDF documents through...

    blog.groupdocs.com/comparison/compare-multiple-...
  3. Get changes coordinates | Documentation

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for .NET...On this page allows you to detect changes between source and...

    docs.groupdocs.com/comparison/net/get-changes-c...
  4. Locales for output document | Documentation

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for Java API....Word (or other program) will detect (or choose) the document locale...

    docs.groupdocs.com/editor/java/locales-for-outp...
  5. Scan QR Code from DOC using C#

    Quickly learn about how to scan QR Code from DOC using C# without installing extra software. Also, code example will be provided to extract QR Code from DOC in C#....contains details about each detected QR code, including the page...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  6. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....specifically focusing on QR codes detected within the PNG file Finally...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  7. Load document of specific format | Documentation

    This article explains how to load document of specific format....Watermark automatically detects its type and creates an instance...

    docs.groupdocs.com/watermark/net/load-document-...
  8. 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...
  9. 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...
  10. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage.... 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/net/working-with-me...