How can I send a .pdf file as blat attachment?

[亡魂溺海] 提交于 2019-12-04 13:22:46

The file type by itself shouldn't matter with BLAT, but your email provider might be balking at the size of PDF you're trying to send, or may restrict sending PDF files altogether.

I'd say check with the mail provider and see if they have any such restrictions. Meanwhile you could rename the PDF to text and ask the recipient to rename it back to PDF, but that would be a wonky and hopefully short-term workaround.

that should work. do you have spaces in the file name or directories?

c:\test\my file.pdf

Take a look at the file name 'length'; I just had a process fail with a text file cuz the NAME was too long.

Failed:

ar_snP_shot.txt

Succeed:

ar_snP.txt

Also use the command line 'debug' option to see whats going on. What does your log say btw?

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!