Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 3,089 for

image signature

(0.04 sec)
  1. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Signature Product Solution GroupDocs...hidden document pages, digital signatures, user comments, revisions...

    docs.groupdocs.com/metadata/java/features-overv...
  2. 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....Signature Product Solution GroupDocs...that can be applied to text, images, and other media types. The...

    docs.groupdocs.com/metadata/java/working-with-i...
  3. Logging | Documentation

    Logging when rendering documents with GroupDocs.Viewer for .NET...Signature Product Solution GroupDocs...Sub End Module The following image shows the output.log file: Logging...

    docs.groupdocs.com/viewer/net/logging/
  4. Ինչպես փոխարկել պատկերը PDF-ի Java-ում

    Այս կարճ ուղեցույցը բացատրում է, թե ինչպես փոխարկել պատկերը PDF-ի Java-ում: Դուք կարող եք նաև իմանալ փաստաթղթերի փոխակերպման մասին՝ նայելով Java կոդի օրինակ՝ JPG-ն PDF-ի փոխարկելու համար:...Signature Product Family GroupDocs.Metadata...Converter դասը և բեռնեք մուտքագրված Image ֆայլը Ստեղծեք PdfConvertOptions...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  5. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...attachment ); } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  6. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....Signature Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  7. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....Signature Product Solution GroupDocs...following formats: HTML PDF Images (JPG or PNG) If the source...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  8. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Signature Product Solution GroupDocs...following formats: HTML PDF Images (JPG or PNG) If the source...

    docs.groupdocs.com/viewer/net/rendering-documents/
  9. Optimize the output PDF file | Documentation

    Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Signature Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Signature Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...

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