Mirth: Send file like PDF, zip or Transfer pdf files using mirth

Rikin Patel picture Rikin Patel · Nov 12, 2013 · Viewed 7.5k times · Source

I want to transfer pdf/zip file through mirh.

I am using file reader connector as source and file writer as destination connector.

can any one help me how to send/transfer pdf/zip file?

Answer

Rikin Patel picture Rikin Patel · Nov 13, 2013
  • Set Incoming data: Delimited text
  • File type: Binary
  • Outgoing filetype also has to be Binary, otherwise the data are corrupted.
  • Outgoing template has to be ${message.rawData}

see screen shot for more info.

Channel settings [summary]

enter image description here

Channel settings [Source]

enter image description here

Channel settings [Destination]

enter image description here