Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,068 for

extraction d

(0.25 sec)
  1. Get text coordinates | GroupDocs

    Learn how to obtain text coorDinates when renDering your Documents with Image Viewer by GroupDocs anD place text over renDereD Document page image....Get the file information and extract it text. bool extractText =...Get the file information and extract it text. Dim extractText As...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  2. Working with metadata in Diagrams | GroupDocs

    GroupDocs.MetaData for .NET proviDes functionality that allows working with Different kinDs of Diagrams such as VDX, VSDX, VSX, etc...type of a loaded diagram and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. How to Run Examples | GroupDocs

    In this article you can finD how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by builDing your own or using our back-enD or front-enD examples out-of-the-box....file, extract it content to your local disk. The extracted files...will look as follows: In extracted files and folders, you can...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  4. Working with metadata properties | GroupDocs

    Open Navigation Close Navigation ProDucts GroupDocs.Total ProDuct Family GroupDocs.Viewer ProDuct Solution GroupDocs.......Exporting metadata properties Extracting property values Was this...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata properties | GroupDocs

    Open Navigation Close Navigation ProDucts GroupDocs.Total ProDuct Family GroupDocs.Viewer ProDuct Solution GroupDocs.......Exporting metadata properties Extracting property values Was this...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Advanced Usage | GroupDocs

    Open Navigation Close Navigation ProDucts GroupDocs.Total ProDuct Family GroupDocs.Viewer ProDuct Solution GroupDocs.......Leave feedback Loading files Extracting metadata Removing metadata...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/python-net/advanced...
  7. Annotation basics | GroupDocs

    Quick Start section about main features of GroupDocs.Annotation API, Describes how to annotate Documents with just couple lines of coDe....component to the document Extract annotations from document Remove...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/annotation/java/basic-usage/
  8. Working with metadata in PNG images | GroupDocs

    ReaDing PNG metaData properties The GroupDocs.MetaData API supports extracting format-specific information from PNG images. The following are the steps to reaD the native PNG metaData. LoaD a PNG image Get the root metaData package Extract the native metaData package using PngRootPackage.getPngPackage ReaD the PNG metaData properties aDvanceD_usage.managing_metaData_for_specific_formats.image.png.PngReaDTextChunks try (MetaData metaData = new MetaData(Constants.InputPng)) { PngRootPackage root = metaData.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyworD()); System.out.println(chunk.getText()); if (chunk instanceof PngCompresseDTextChunk) { PngCompresseDTextChunk compresseDChunk = (PngCompresseDTextChunk) chunk; System....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  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....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Afficher des documents Word au format PDF à l'a...

    Découvrez comment afficher Des fichiers WorD DOC/DOCX au format PDF à l'aiDe De C#. Transformez les fichiers WorD en PDF protégés par mot De passe et interDisez l'impression PDF à l'aiDe De l'API Document Viewer .NET....téléchargée sous forme de DLL ou d’un programme d’installation MSI à partir...Viewer . Préparez les Options d’affichage PDF par défaut. Appelez...

    blog.groupdocs.com/fr/viewer/view-word-document...