Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 2,966 for

file format conversion

(0.36 sec)
  1. GroupDocs Holiday Offer – 25% off GroupDocs.Tot...

    Share this issue: Monthly NewsletterJanuary 2019 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Wine GroupDocs.Total brings together all GroupDocs APIs in one product suite and is great value for money. This holiday season GroupDocs is making it even better value by giving you 25% off GroupDocs.Total. Simply enter the coupon code HOLOFF2018 when placing your order. Alternatively, treat yourself with 24 Bottles of Award-Winning Pirathon Total Wine (worth over $1500)....processing MS Word and email file formats. An evaluation mark was...Metadata of various document formats within .NET and Java applications...

    blog.groupdocs.com/total/groupdocs-holiday-offe...
  2. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource Files while an assembled document loaded from a non-HTML Format is being saved to HTML. From now on, when saving an assembled document to an HTML File, by default, external resource Files are stored to a folder having the same name as the HTML File without extension plus the “_Files” suffix....Conversion Product Solution GroupDocs...Resource Files / Saving to HTML with External Resource Files Saving...

    docs.groupdocs.com/assembly/java/saving-to-html...
  3. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API....Conversion Product Solution GroupDocs...desired page numbers, image format, etc. To generate a document...

    docs.groupdocs.com/annotation/java/generate-doc...
  4. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Conversion Product Solution GroupDocs...a word processing document format which can be used as an alternative...

    docs.groupdocs.com/assembly/net/generating-repo...
  5. 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...
  6. 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/
  7. GroupDocs.Metadata for Node.js via Java | Group...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Conversion Product Solution GroupDocs...popular file formats. Java metadata changer API gets the file as input...

    docs.groupdocs.com/metadata/nodejs-java/
  8. 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...
  9. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup Formats. The following table provides the list of supported Formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from HTML documents...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Conversion Product Solution GroupDocs...preview in on of these image formats: JPEG Image Portable Network...

    docs.groupdocs.com/redaction/java/get-document-...