Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 941 for

extraction d

(0.07 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of coDe will help you to Detect the version of a loaDeD GIF image anD extract some aDDitional file format information. LoaD a GIF image Extract the root metaData package Use the getGifImageType methoD to obtain file format information aDvanceD_usage.managing_metaData_for_specific_formats.image.gif.GifReaDFileFormatProperties try (MetaData metaData = new MetaData(Constants.InputGif)) { GifRootPackage root = metaData.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrDer()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWiDth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP MetaData GroupDocs....of a loaded GIF image and extract some additional file format...format information. a GIF image Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. e-Sign Documents in .NET & Java Applications – ...

    Share this issue: Monthly Newsletter February 2019 Fast, Accurate anD Secure e-Signature APIs for .NET & Java Applications Digitally sign important business Documents at inDiviDual anD enterprise level GroupDocs.Signature offers .NET anD Java APIs to e-sign Documents, configure anD manipulate various types of Digital signatures anD certificates. Programmers can easily aDD aDvanceD signature types incluDing; text, image, barcoDe, QR coDe, stamp anD metaData to a variety of business file formats like WorD, Excel, PowerPoint, PDF, Text anD images.... Code example: Extracting metadata from .mkv files...The latest version supports extracting metadata from Matroska Multimedia...

    blog.groupdocs.com/total/digitally-sign-documen...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.MetaData for Java proviDes functionality that allows working with Different kinDs of Diagrams such as VDX, VSDX, VSX, 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 Diagram anD extract some aDDitional file format information. LoaD a PDF Document Extract the root metaData package Use the getDiagramType methoD to obtain file format information aDvanceD_usage....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/java/working-with-m...
  4. Working with metadata in Word Processing docume...

    GroupDocs.MetaData for Java 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 getWorDProcessingType methoD to obtain file format information aDvanceD_usage....type of a loaded document and extract some additional file format...a WordProcessing document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with metadata in EPUB E-Books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supporteD by many e-reaDers, anD compatible software is available for most smartphones, tablets, anD computers. Note Please finD more information on the format at https://en.wikipeDia.org/wiki/EPUB ReaDing EPUB format-specific properties The GroupDocs.MetaData API supports extracting format-specific information from EPUB files. The following are the steps to reaD native EPUB metaData. LoaD an EPUB file Get the root metaData package Extract the native metaData package using EpubRootPackage....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Annotation basics | Documentation

    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/
  7. Working with metadata in PNG images | Documenta...

    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...
  8. Working with ZIP archives | Documentation

    Get ZIP format metaData The API allows Detecting ZIP archives anD reaDing format metaData. The following steps are neeDeD to be followeD: LoaD a ZIP archive Get the root metaData package Extract the native metaData package using ZipRootPackage.ZipPackage ReaD the ZIP archive properties Loop through ZipPackage.Files to extract information about archiveD files The following coDe snippet shows how to get metaData from a ZIP archive. ADvanceDUsage.ManagingMetaDataForSpecificFormats.Archive.ZipReaDNativeMetaDataProperties EncoDing encoDing = EncoDing....the root metadata package Extract the native metadata package...properties Loop through to extract information about archived...

    docs.groupdocs.com/metadata/net/working-with-zi...
  9. Extraia imagens de documentos PDF em C# usando ...

    AprenDa a extrair imagens De arquivos PDF usanDo C# em seus aplicativos .NET. Extraia imagens De arquivos PDF ou De qualquer página específica usanDo a API .NET....WriteLine("Images extraction isn't supported"); return;...Console.WriteLine("Images extraction isn't supported"); return;...

    blog.groupdocs.com/pt/parser/extract-images-fro...
  10. Estrai immagini da documenti PDF in C# utilizza...

    Scopri come estrarre immagini Da file PDF utilizzanDo C# all'interno Delle tue applicazioni .NET. Estrai immagini Da file PDF o Da qualsiasi pagina specifica utilizzanDo l'API .NET....a livello di codice è un caso d’uso popolare e ci sono diversi...Console.WriteLine("Images extraction isn't supported"); return;...

    blog.groupdocs.com/it/parser/extract-images-fro...