Search found 3 matches

by ricardomr
2013-01-21T05:24:28-07:00
Forum: Users
Topic: add images into a pdf after the the fifth page
Replies: 0
Views: 7869

add images into a pdf after the the fifth page

add images into a pdf after the the fifth page i try this: /bin/sh -c 'convert 123/file-0.png 123/file-1.png 123/file-2.png 123/file-3.png 123/file-4.png 123/richa.pdf' work fine. but when add one more: /bin/sh -c 'convert 123/file-0.png 123/file-1.png 123/file-2.png 123/file-3.png 123/file-4.png 12...
by ricardomr
2013-01-10T17:30:50-07:00
Forum: Users
Topic: problem running convert *. png example.pdf from php
Replies: 2
Views: 3463

Re: problem running convert *. png example.pdf from php

look my problema i try this: exec("convert file-0.png file-1.png file-2.png file-3.png file-4.png file-5.png FINAL0.pdf"); <--- failed 690bytes exec("convert * FINAL0.pdf"); <--- failed 690bytes exec("convert file-0.png file-1.png file-2.png file-3.png file-4.png FINAL0.pdf&...
by ricardomr
2013-01-09T13:35:14-07:00
Forum: Users
Topic: problem running convert *. png example.pdf from php
Replies: 2
Views: 3463

problem running convert *. png example.pdf from php

hello my English is bad. when trying to run exec('convert *.png example.pdf') from php gives me a problem, I created a file with a size in bytes and not functional. It's as if it did not obtain any file.png, however if I go from ssh to the server and run "convert *.png Example.pdf" in the ...