pdf2dcm

Overview 

Encapsulate PDF Document into DICOM Object.

Usage

pdf2dcm [Options] <pdffile> <dcmfile>

Options

 -uid <prefix>   Generate UIDs with given prefix,1.2.40.0.13.1.<host-ip>
                 by default.
 -V,--version    print the version information and exit
 -bs <size>      Buffer size used for copying PDF to DICOM file, 8192 by
                 default
 -c <file>       Configuration file specifying DICOM attribute values
 -cs <charset>   Specific Character Set, ISO_IR 100 by default
 -h,--help       print this message
 -ivrle          use Implicit VR Little Endian instead Explicit VR Little
                 Endian Transfer Syntax for DICOM encoding.

Example

pdf2dcm -c pdf2dcm.cfg report.pdf report.dcm

Encapsulate PDF Document report.pdf into DICOM Object stored to report.dcm using DICOM Attribute values specified in Configuration file pdf2dcm.cfg.