Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 6,439 for

informations

(2.83 sec)
  1. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...design layouts that contain information including text, raster and...

    docs.groupdocs.com/conversion/java/convert/publ...
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from BMP file headers. The...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Technical Support | GroupDocs

    GroupDocs.Merger for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Purchase Buy Now Pricing Information Free Trials Temporary License...the attached files. Add information about the environment you...

    docs.groupdocs.com/merger/java/technical-support/
  4. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...Tip For detailed technical information about syntax, expressions...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  5. How to Convert DWG to PDF in C#

    This tutorial provides step-by-step instructions to convert DWG to PDF in C# and guides how to write code to create the ability to convert DWG file to PDF using C#....article contains detailed information for converting Autocad file...using C# guide for more information. Updated on 14 Dec 2022 English...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert Word Document to Text in Java

    This quick tutorial provides detailed information to convert Word document to Text in Java and a sample code snippet for Java DOCX to TXT converter application....Further, this guide provides information for configuring the environment...RTF in Java post for more information. Updated on 31 Oct 2022 English...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert PNG to JPG using C#

    This tutorial provides detailed information to convert PNG to JPG using C# and a sample application to demonstrate the implementation of C# PNG to JPG conversion....Further, this guide contains information on how to configure the environment...using C# guide for more information. Updated on 17 Nov 2022 English...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and text dynamically set from data sources during assembly....Purchase Buy Now Pricing Information Free Trials Temporary License...Url][website.Name]>> for more information. After assembly: Please Visit...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  9. Merge and split CSV files in C# - GroupDocs.Merger

    This article explains how to merge and split CSV files using C# language with GroupDocs.Merger for .NET API. Simplify data handling with effective file management....Trial and Temporary License Information Overview # In the world of...occurs. See also # For more information and resources, check out...

    blog.groupdocs.com/merger/merge-and-split-csv-u...
  10. Can't set the font when converting EML to PDF -...

    I have a .EML file and I am receiving it as a a byte stream, I am then trying to convert it to PDF. I am running in a docker container with an alpine linux base. I am using Java. The eml file has Chinese text and for Ch…...please share the following information: Docker image Sample application...investigate the matter and keep you informed of any updates or findings...

    forum.groupdocs.com/t/cant-set-the-font-when-co...