CMIMEENC (pdf-file to mime)
Posted: Thu Jan 14, 2021 3:21 pm
Hi,
A want to add a PDF-file into a xml-file with mime (base64) encoded.
How can I add this?
If I use
then the text 'C:\Users\Marc\Documents\Factuur 20210005.pdf' is converted.
Can I use memoread()? Does this also read the special characters of PDF-file?
A want to add a PDF-file into a xml-file with mime (base64) encoded.
How can I add this?
If I use
Code: Select all
CMIMEENC('C:\Users\Marc\Documents\Factuur 20210005.pdf')
Can I use memoread()? Does this also read the special characters of PDF-file?