I renamed convert.exe into imgconvert.exe (there was another imgconvert.exe and I removed it, hope it doesn't matter), and NOW IT WORKS! After compilation, there is PNG image created
Thanks for your answers!
Search found 8 matches
- 2014-07-21T11:40:34-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
- 2014-07-21T11:26:19-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Re: Latex compilation -> pdf-image conversion saving path
When I call convert in command line, it probably launch that WIN tool for converting FAT into NTFS. Also I gotta call the entire path: "D:\Program Files\ImageMagick-6.8.9-Q16\convert.exe" import.pdf import.png Then it works. Could it be the problem? How can I get rid of it (may I delete that tool ...
- 2014-07-20T13:02:09-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Re: Latex compilation -> pdf-image conversion saving path
If I call the whole project 300 (-> 300.pdf), it still cannot find the 300 file.
- 2014-07-20T12:50:09-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Re: Latex compilation -> pdf-image conversion saving path
No, there is not such a file. I'm converting PDF file (it's called import.pdf) into image file. I'm using standalone macro for cropping the formatted text/tikz image at compilation and then automatically calling IM to convert created PDF. In standalone manual there aren't noticed some special tasks ...
- 2014-07-20T12:17:24-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Re: Latex compilation -> pdf-image conversion saving path
OK, can you situate me to try anything?
Test commands work for me:
Test commands work for me:
Code: Select all
$ convert logo: logo.gif
$ identify logo.gif
$ imdisplay
- 2014-07-20T11:26:42-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Re: Latex compilation -> pdf-image conversion saving path
If I successfully set folder permissions in command line: ICACLS "C:\Users\PC\Desktop\import\300" /grant "PC":F ICACLS "C:\Users\PC\Desktop\import\300" /grant "Administrators":F ICACLS "C:\Users\PC\Desktop\import\300" /grant "SYSTEM":F the access is still denied. Please help...
- 2014-07-20T11:14:02-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Re: Latex compilation -> pdf-image conversion saving path
Can anybody help me? Thanks. Whole story
- 2014-07-01T02:35:12-07:00
- Forum: Bugs
- Topic: Latex compilation -> pdf-image conversion saving path
- Replies: 11
- Views: 8453
Latex compilation -> pdf-image conversion saving path
I'm compiling my latex files to convert them automatically from PDF to image with Image Magick. Though I'm not sure whether this is rather latex compiler or Image Magick problem, perhaps I figure out something there. The outcome image should be saved into recent folder (i.e. ..\import\). However IM ...