2
Bir .docx dosyasını pandoc ile bir .pdf dosyasına dönüştürme
Ben pandoc (GNU / Linux kullanıyorum) kullanarak posta ile alınan bir .docx doğru bir pdf dönüştürmek çalışıyorum. Kodlama karakterleri ile ilgili bir hata var: $ pandoc file.docx -o file.pdf pandoc: Cannot decode byte '\x87': Data.Text.Encoding.decodeUtf8: Invalid UTF-8 stream Kodlamayı belirlemeye çalıştım: $ file -i file .docx file.docx: application/vnd.openxmlformats-officedocument.wordprocessingml.document; charset=binary Biraz …