Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,419 for

document management

(0.18 sec)
  1. Convert PDF to PS using Java

    This guide illustrates the procedure of how to convert PDF to PS using Java. Additionally, a code example will be provided to export PDF to PS using Java....using Java In the domain of document processing, the capability...to transform PDF (Portable Document Format) files into PS (PostScript)...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  2. Single Row Image in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Image in Text Document Single Row Image in Text Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  3. GroupDocs.Total for Java overview | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java Document manipulation APIs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Total Product...is a comprehensive suite of document automation .NET on-premise...

    docs.groupdocs.com/total/java/product-overview/
  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:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

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

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  6. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-d...
  7. How to Sign XLSX with Digital Signature using Java

    Let's learn how to sign XLSX with digital signature using Java. You will also be provided a simple code example for digital signature integration in XLSX using Java....and integrity of electronic documents. In this article, we will...authenticity and integrity of XLSX documents. You will be provided vital...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  8. 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:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. An unhandled exception of type 'GroupDocs.Compa...

    I got the error as shown below when running sqk on a win 11 laptop with word file containing 529 pages, 8MB in size and running for about 30 minutes then ending with an error. image.png (25.8 KB) image.png (3.1 KB) Th…...Comparison Product Family document-comparison , dotnet FPT008...access to our Paid Support management team. trucnv January 2, 2025...

    forum.groupdocs.com/t/an-unhandled-exception-of...
  10. Convert RTF to HTML using Node.js

    Easily convert RTF to HTML using Node.js for seamless web integration. With the right APIs, you can export RTF to HTML in Node.js, preserving Document structure....widely used file format for document exchange, but sometimes you...efficiently using a reliable document transformation library. By...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...