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!
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 ...
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 ...
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...
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 ...