![]() |
|
Is it possible to upload eps or pdf files with zenphoto? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Is it possible to upload eps or pdf files with zenphoto? (/thread-8074.html) |
Is it possible to upload eps or pdf files with zenphoto? - floydandpartners - 2011-01-07 I am wondering if it is possible to upload eps or pdf files using zenphoto? thanks Is it possible to upload eps or pdf files with zenphoto? - sbillard - 2011-01-07 It is possible that the Imagick graphics handler will do those formats. I cannot check that as my servers do not support Imagick. The GD library does not handle those. There is a plugin named class-textobject that provides a means of handling pdf files. It uses the Google Docs website to display them within a frame. I do not know if Google also handlse eps, if it does it would be a simple extension to add eps to the list. The drawback to this, however, is that the installation must be able to interact with the google site--this fails for local installs because the google site cannot retrieve the pdf file. Is it possible to upload eps or pdf files with zenphoto? - kagutsuchi - 2011-01-08 Imagick can handle .pdf files, but you will have to configure ImageMagick with that specific decode delegate. Chances are that your host would have to do that for you, so the Is it possible to upload eps or pdf files with zenphoto? - floydandpartners - 2011-01-10 Thanks for the reply. I do have Imagick pre-installed on the server, and it's reporting the ability to handle pretty much everything under the sun according to phpinfo. I don't have access to my server root config, but I do have SSH access and can make a custom php.ini, so maybe I can configure as needed? Anyway, how do I get zenphoto to even allow eps / pdf / ps / psd / ai to upload? Also, how would I tell ZP to have Imagick process those files? Just FYI, my goal here is to use ZP as a client repository on a print project we're doing. The thought is that they'll be able to upload the eps files, and see through ZP what images are in place and what still needs to be given to us, so that we can catch incorrect logos before getting comps to them. Is it possible to upload eps or pdf files with zenphoto? - kagutsuchi - 2011-01-11 I'd imagine that SSH wouldn't give you the ability to configure ImageMagick, but there's a small chance it might. The file you'd need is
If you have Imagick enabled, it should process all files that are registered to Zenphoto to process. The list of valid formats is listed on the Upload tab in the back-end. Is it possible to upload eps or pdf files with zenphoto? - floydandpartners - 2011-01-11 Found the delegates file, looks like it's 644 to root, so I can at least read it. It's got: ` So, is there somewhere I can modify which formats are valid in Zenphoto? Is it possible to upload eps or pdf files with zenphoto? - acrylian - 2011-01-11 Look at the text-object plugin to see how to make a plugin to support file formats that are actually not supported. To get a thumbnail preview you will have to follow the instructions regarding making manual video thumbnails on our troubleshooting. Also since they will not be displayed as they are not supported you will have to create another workaround for this as well. Is it possible to upload eps or pdf files with zenphoto? - floydandpartners - 2011-01-11 Gotcha. I also came across another thread on this forum, http://www.zenphoto.org/support/topic.php?id=7549#post-44455 that says the system is coded to only work with imagick. That might be an issue too, so I'll look into that. |