Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,838 for

pdf image comparison

(1.07 sec)
  1. Get file info | GroupDocs

    The page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....Comparison Product Solution GroupDocs...information: is a document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/annotation/net/get-file-info/
  2. Load Database Documents with Options | GroupDocs

    Learn how to use DatabaseLoadOptions to configure database document loading in GroupDocs.Conversion for .NET. Supports NSF (Lotus Notes) and SQL formats....Comparison Product Solution GroupDocs...Convert ( "customer-records.pdf" , new PdfConvertOptions ());...

    docs.groupdocs.com/conversion/net/load-database...
  3. eSign document with multiple signatures | Group...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...Comparison Product Solution GroupDocs...Form-field signatures; - for Image signatures; - for Metadata signatures;...

    docs.groupdocs.com/signature/java/esign-documen...
  4. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, Image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Comparison Product Solution GroupDocs...formatting for numeric, text, image, date-time, chart elements Conditional...

    docs.groupdocs.com/assembly/java/features-overv...
  5. How to Convert SVG to JPG using Java

    This tutorial walks you through the complete workflow to convert SVG to JPG using Java and enables you to easily write the SVG to JPG Java code with a few API calls....Comparison Product Family GroupDocs...transform SVG files to other image formats. We have discussed the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Comparison Product Solution GroupDocs...documents ending in “Protected.pdf” and how to skip indexing documents...

    docs.groupdocs.com/search/nodejs-java/search-in...
  7. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  8. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....Comparison Product Solution GroupDocs...that can be applied to text, images, and other media types. The...

    docs.groupdocs.com/metadata/net/working-with-ip...
  9. 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 BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. 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:...Comparison Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...

    docs.groupdocs.com/metadata/java/working-with-b...