Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 15,538 for

pdf conversion

(0.15 sec)
  1. Verifying documents with exception handling | D...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/verifying-doc...
  2. 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:...Conversion Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Export Data | Documentation

    How to export data to JSON or XML files....Conversion Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/export-data/
  4. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Conversion Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/load-document...
  5. 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....Conversion Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-d...
  6. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-text...
  7. OCR Usage Basics | Documentation

    This article explains how to use OCR....Conversion Product Solution GroupDocs...extract a text from images and PDFs / OCR Usage Basics OCR Usage...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  8. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-imag...
  9. Ինչպես փոխարկել HTML-ը Word-ի՝ օգտագործելով C#

    Այս կարճ ձեռնարկը բացատրում է ձեզ, թե ինչպես փոխարկել HTML-ը Word-ի՝ օգտագործելով C# առանց որևէ երրորդ կողմի գործիքի և ինչպես օգտագործել այս ուղեցույցը՝ HTML-ը Word-ի C#-ով փոխարկելու համար:...Conversion Product Family GroupDocs...օգտագործելով C# Տեղադրեք GroupDocs.Conversion for .NET փաթեթը NuGet.org-ից...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  10. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create data encryption...

    docs.groupdocs.com/signature/java/implement-cus...