Hello,
i would like to transform a base64 image in base64 pdf.
I received from a CDA file an image encoded base64 and i would like to transform this image in a pdf encoded base 64.
I thought of a possibility which consists in creating 3 connectors:
Wouldn't there be an easier solution allowing me to transform the base64 encoded image into a base64 encoded pdf.
Thank you for you precious help.
i would like to transform a base64 image in base64 pdf.
I received from a CDA file an image encoded base64 and i would like to transform this image in a pdf encoded base 64.
I thought of a possibility which consists in creating 3 connectors:
- A first connector retrieves the image encoded in base 64, with a channel writer as its destination.
- A second connector transforms the image base64 received from the first connector into a PDF (file writer in binary mode) and deposits the PDF locally.
- A third connector retrieves the PDF deposited locally and transforms it into base64, in order to reinject it into the first connector.
Wouldn't there be an easier solution allowing me to transform the base64 encoded image into a base64 encoded pdf.
Thank you for you precious help.
Comment