Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 6,052 for

page

(0.03 sec)
  1. 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.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/load-document...
  3. In-Table Master-Detail in HTML Document | Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show each manager along with his total contract prices. It must also show each individual client within the contract....Generating The Report Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/in-table-maste...
  4. Scan Barcode | Documentation

    This article shows how to scan barcode in .Net with GroupDocs.Parser with few lines of code from images, documents and other file formats like PDF, Emails, Ebooks, Words, and others....// Print the page index Console . WriteLine ( "Page: " + barcode...barcode . Page . Index . ToString ()); // Print the barcode value...

    docs.groupdocs.com/parser/net/scan-barcode/
  5. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....ConvertOptionsProvid ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  6. Add underline annotation | Documentation

    The Page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....annotation Leave feedback On this page GroupDocs.Annotation allows...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/java/add-underlin...
  7. Add highlight annotation | Documentation

    The Page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....annotation Leave feedback On this page Highlight annotation highlights...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/java/add-highligh...
  8. Advanced usage | Documentation

    This Page describes the GroupDocs.Annotation advanced usage and its multiple powerful features like customizing document annotating process and annotations appearance etc....Loading Saving Generate document page preview Versioning of annotated...Import annotations Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/advanced-usage/
  9. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....images in a particular section, page, slide, or document; Assign...watermark; Programmatically extract page setup & other information for...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  10. GroupDocs Watermark Overview | Documentation

    What Is GroupDocs.Watermark? GroupDocs.Watermark for Java is a powerful API for managing watermarks in the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats....Images in a Particular Section, Page, Slide, or Document Assign Watermark...Watermark Programmatically Extract Page Setup & Other Information for...

    docs.groupdocs.com/watermark/java/groupdocs-wat...