How to convert pdf to utf-8
Posted
by Apple
on Stack Overflow
See other posts from Stack Overflow
or by Apple
Published on 2010-03-24T07:16:39Z
Indexed on
2010/03/24
7:23 UTC
Read the original article
Hit count: 242
I am trying to upload a pdf file using webservice api. But this api doesnot work for pdf file. it works fine for text file.when i try to upload a pdf file it give error as Client-SOAP-ERROR: Encoding: string '%PDF-1.4 %\xc7...' is not a valid utf-8 string
So can we convert this pdf file into utf8 string. i am using php as a scripting language.
© Stack Overflow or respective owner