Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 3,159 for

file format conversion

(0.1 sec)
  1. Extract Text from RTF using Java

    This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....Conversion Product Family GroupDocs...using Java Rich Text Format ( RTF ) file is widely used due to...

    kb.groupdocs.com/parser/java/extract-text-from-...
  2. Working with metadata in GIF images | GroupDocs

    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....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. 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#....Conversion Product Family GroupDocs...project, scan QR codes from DOC files, and handle the extracted data...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  4. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from Files of different types. You don’t need to worry about the exact File Format and metadata standards it can deal with. The same code will work for all supported Formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported Files in various metadata packages. All tags defined in GroupDocs....Conversion Product Solution GroupDocs...desired metadata properties from files of different types. You don’t...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  5. Extract text structure | GroupDocs

    Learn how to extract text structure from documents using GroupDocs.Parser for Python via .NET. Get XML representation of document structure including paragraphs, tables, lists....Conversion Product Solution GroupDocs...sample.docx The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-te...
  6. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Conversion Product Solution GroupDocs...components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/net/add-component...
  7. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s Format or in the specified output Format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Conversion Product Solution GroupDocs...template’s format or in the specified output format. Since GroupDocs...

    docs.groupdocs.com/assembly/java/introducing-gr...
  8. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java....Conversion Product Family GroupDocs...understanding the details within files is becoming very important....

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  9. Extract text from documents | GroupDocs

    This article demonstrates how to extract text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other documents using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...(EPUB, FB2, CHM) And 50+ other formats GroupDocs.Parser’s text extractor...

    docs.groupdocs.com/parser/python-net/extract-te...
  10. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Conversion Product Family GroupDocs...Open Document Text ( ODT ) format is quite common in business...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...