Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 15,731 for

pdf annotation

(0.05 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....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Annotation Product Solution GroupDocs...metadata . Metadata ( "input.pdf" ); // Edit or remove metadata...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  3. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Annotation Product Solution GroupDocs... createReadStream ( "output.pdf" ) const metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  4. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using C#. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature .NET API by GroupDocs....Annotation Product Solution GroupDocs...processing. Supported formats are PDF, Microsoft Word, Microsoft PowerPoint...

    docs.groupdocs.com/signature/net/how-to-generat...
  5. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/indexing/
  6. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, Pdf documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification....Annotation Product Solution GroupDocs...OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification...

    docs.groupdocs.com/classification/net/introduci...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  8. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Java import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  10. Rotate pages | Documentation

    This article explains how to rotate Pdf, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications....Annotation Product Solution GroupDocs...when rendering a document as PDF: Java import com.groupdocs.viewer...

    docs.groupdocs.com/viewer/java/flip-or-rotate-p...