Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 3,254 for

file format conversion

(0.8 sec)
  1. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....Conversion Product Family GroupDocs...content in a browser-friendly format, exporting indexed documents...

    kb.groupdocs.com/search/java/export-indexed-doc...
  2. Scan QR Code | GroupDocs

    This article shows how to scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other File Format like PDF, Email, Ebook, Words, and others....Conversion Product Solution GroupDocs...PowerPoint (PPT, PPTX), LibreOffice formats and many others (see full list...

    docs.groupdocs.com/parser/net/scan-qr-code/
  3. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...embedded into a variety of image formats such as JPEG, TIFF, etc. Note...

    docs.groupdocs.com/metadata/python-net/working-...
  4. 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 FileType property to obtain File Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML Formats using GroupDocs.Assembly for Java....Conversion Product Solution GroupDocs...saving Word documents to OOXML formats (DOCX, DOCM, DOTX, DOTM, FlatOpc...

    docs.groupdocs.com/assembly/java/developer-guid...
  6. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....Conversion Product Family GroupDocs...removing metadata from DOCX files becomes an important task. While...

    kb.groupdocs.com/redaction/java/remove-metadata...
  7. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....Conversion Product Solution GroupDocs...Add directly to your .csproj file: <PackageReference Include=...

    docs.groupdocs.com/markdown/net/installation/
  8. 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...
  9. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Conversion Product Solution GroupDocs...advanced_usage.AddingMetadata File folder = new File ( Constants . InputPath...

    docs.groupdocs.com/metadata/java/adding-metadata/
  10. Removing metadata | GroupDocs

    Not all metadata properties extracted from a File are marked with tags. Some File Formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate Format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Conversion Product Solution GroupDocs...extracted from a file are marked with tags. Some file formats and metadata...

    docs.groupdocs.com/metadata/python-net/removing...