Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

mirth

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?

like image 591
Rikin Patel Avatar asked Mar 21 '23 16:03

Rikin Patel


1 Answers

  • 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

like image 96
Rikin Patel Avatar answered May 06 '23 23:05

Rikin Patel