robbiepaul / cloudconvert-laravel

A Laravel wrapper for the CloudConvert API
177 stars 34 forks source link

encoding #34

Closed digxtal16 closed 8 years ago

digxtal16 commented 8 years ago

Hello! How to set the encoding? I use: $variables = ['template' => 'шаблон_1 kjf']; CloudConvert::file(public_path().'/files/otch.docx')->templating($variables)->to('pdf'); and get http://clip2net.com/s/3AhDTAc I tried "mb_convert_encoding", "iconv" but this not helped me.

robbiepaul commented 8 years ago

Hmm not sure. I'm not at my computer today so I can't check. Have you tried the same thing using the CloudConvert API Console? Does it work there?

digxtal16 commented 8 years ago

Did not work out

robbiepaul commented 8 years ago

I suggest emailing support@cloudconvert.com

They're always helpful with API issues.