I have a .ai file with 2 groups of layers and I want to link them to a .pdf file with layers. I already tried ImageMagick, but I can not get the selector. I tried this:
exec("convert 'test.ai[0]' output0.png"); exec("convert 'test.ai[1]' output1.png");
The first gives me the whole document. I tried .png for faster preview of the content. Does anyone know how to handle this? The PDF will contain more information than later .ai. Friendship Kevin
php pdf pdf-generation adobe-illustrator imagick
Kevin kleinjung
source share