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

image to pdf

(0.06 sec)
  1. Working with IPTC IIM metadata | Documentation

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/java/working-with-i...
  2. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images. The following are the steps To read the native DICOM metadata. Load a DICOM Image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.Image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....metadata for specific formats / Images / Working with DICOM metadata...format-specific information from DICOM images. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-d...
  3. Working with BMP metadata | Documentation

    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:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. Working with BMP metadata | Documentation

    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:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  5. Features Overview | Documentation

    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....formatting for numeric, text, image, date-time, chart elements Conditional...report types, e.g., charts, image, tables, lists and more Inline...

    docs.groupdocs.com/assembly/java/features-overv...
  6. Add Watermark to Excel Workbooks in Java | Text...

    Insert watermarks inTo Excel workbooks using Java. Watermark all sheets or apply it To just specific sheet even as background using watermark Java API....watermark different documents, images, and presentations. In this...for documents, presentations, images, and many other file formats...

    blog.groupdocs.com/watermark/watermark-excel-sh...
  7. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures To sign documents securely. Discover how To add programmatically digital signatures in C# with step-by-step instructions....digital signature looks on a PDF document page by default. Why...example below shows how to sign a PDF document with a digital e-signature...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Get file info | Documentation

    This page describes how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....information: is a document file type (PDF, Word document, Excel spreadsheet...PowerPoint presentation or image etc.) is a count of document...

    docs.groupdocs.com/annotation/java/get-file-info/
  9. Synonym search online

    Synonym search in document. Perform synonym search of words and phrases online....search Word forms search Reverse image search Synonym search is a type...HTM HTML MHT MHTML XHTML XML PDF PPT PPTX PPS PPSX ODP POT PPTM...

    products.groupdocs.app/search/synonym
  10. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...the screen of preview file image.jpg (83.3 KB) Here’s the code...the balise. Original css : image.png (3.7 KB) My modified css...

    forum.groupdocs.com/t/embedded-picture-in-excel...