Search found 5 matches
- 2014-08-31T15:56:43-07:00
- Forum: Users
- Topic: Missing accented characters in output file
- Replies: 7
- Views: 3823
Re: Missing accented characters in output file
I've solved that issue. I think that there was some permission issues with my cron. I've just added 'sudo' to my command and now all is working as it should. sudo convert -density 300 -depth 8 -quality 85 {$path}".$data['id'].".pdf[".$i."] {$path}".$data['id']."/".$data['id']."-".$i.".png Thanx for ...
- 2014-08-30T04:55:35-07:00
- Forum: Users
- Topic: Missing accented characters in output file
- Replies: 7
- Views: 3823
Re: Missing accented characters in output file
The same problem. Everything is OK when converting directly through Ghostscript, but converting with imagemagick fails. I feel there is something about configuration
dlemstra wrote:Can you try Ghostscript 9.14?
- 2014-08-30T03:59:51-07:00
- Forum: Users
- Topic: Missing accented characters in output file
- Replies: 7
- Views: 3823
Re: Missing accented characters in output file
I've noticed, that during conversion Ghostscript uses -sDEVICE=pbmraw. Trying to change device to -sDEVICE=png16m solved the problem. Is there any way to order sDEVICE to be used by IM's convert options or sDEVICE is chosen according to some kind of an algorithm? IM uses Ghostscript to convert ...
- 2014-08-29T23:57:54-07:00
- Forum: Users
- Topic: Missing accented characters in output file
- Replies: 7
- Views: 3823
Re: Missing accented characters in output file
I have the IM installed over other PC (with GS v. 9.07) and it does the job well, the IM with GS v. 9.10 - fails. The fontmaps of GS in both cases are the same.
- 2014-08-29T14:11:07-07:00
- Forum: Users
- Topic: Missing accented characters in output file
- Replies: 7
- Views: 3823
Missing accented characters in output file
Hi, i've faced a problem with PDF -> PNG conversion. When i'm trying to convert PDF file to images, i get those images without any accented characters. The original pdf looks like: http://s10.postimg.org/o0esem3g9/original.jpg The converted png have no accented letters http://s15.postimg.org ...