Search found 5 matches

by dawson
2012-03-02T10:35:45-07:00
Forum: Users
Topic: Browser issue with PDF
Replies: 3
Views: 6201

Re: Browser issue with PDF

Safe mode is off on php.ini The problem is just converting something from PDF to other thing, if I convert something to PDF it works fine, example: Works: <?php echo exec("convert /opt/lampp/htdocs/pdf/upload/example.png /opt/lampp/htdocs/pdf/upload/example.pdf 2>&1"); ?> If I do like ...
by dawson
2012-03-01T05:03:46-07:00
Forum: Users
Topic: Find and replace white rectangle
Replies: 9
Views: 24629

Re: Find and replace white rectangle

PDF sample: http://dawsonbrito.info/im/output.pdf

The same PDF just converted to PNG: http://dawsonbrito.info/im/output.png

The stamp that I wanna put: http://dawsonbrito.info/im/carimboover.png
by dawson
2012-03-01T04:44:13-07:00
Forum: Users
Topic: Browser issue with PDF
Replies: 3
Views: 6201

Browser issue with PDF

What I'm trying to do here is to put a image (kind of a stamp) into a PDF. When I call a PHP that call a shell script from a browser it doesn't work it shows this message: convert: Missing Null Image List Separator layers Composite @ mogrify.c/MogrifyImageList/7899. The command that I run is this: c...
by dawson
2012-02-29T10:28:29-07:00
Forum: Users
Topic: Find and replace white rectangle
Replies: 9
Views: 24629

Re: Find and replace white rectangle

I couldn't make it work like this, but now I only need to put in one of the corners and that I can make. Thanks for helpping. But now I'm with one other problem, when I call the PHP that call the shell script from a browser it doesn't work it shows this message: convert: Missing Null Image List Sepa...
by dawson
2012-01-31T08:08:02-07:00
Forum: Users
Topic: Find and replace white rectangle
Replies: 9
Views: 24629

Find and replace white rectangle

I need to search a white and rectangle area into a PDF file to replace it with an image, example: this: http://dawsonbrito.info/im/Documento1.pdf into this http://dawsonbrito.info/im/Documento2.pdf The problem is that the white area is not always at the same place, do you have any ideia if it's poss...