Search found 5 matches

by banjoy
2015-03-19T17:37:23-07:00
Forum: Consulting
Topic: One-time project to code PHP merging multiple images into single PDF
Replies: 8
Views: 28619

Re: One-time project to code PHP merging multiple images into single PDF

Many thanks for the replies. I was able to spend a few hours today with fpdf and got everything going exactly as I envisioned for this portion of my project. I did some experiments with ImageMagick and never could get it to even fire the basic exec commands. So today I wrote the entire thing with fp...
by banjoy
2015-03-19T02:53:39-07:00
Forum: Consulting
Topic: One-time project to code PHP merging multiple images into single PDF
Replies: 8
Views: 28619

Re: One-time project to code PHP merging multiple images into single PDF

I am aware of that. As stated in my opening post, I am unfamiliar with the syntax of ImageMagick. The online documentation is sorely lacking. And, I could not find a single online example of coding this with PHP. If I could see an example, I wouldn't have posted here because it would already be done...
by banjoy
2015-03-18T17:24:15-07:00
Forum: Consulting
Topic: One-time project to code PHP merging multiple images into single PDF
Replies: 8
Views: 28619

Re: One-time project to code PHP merging multiple images into single PDF

I must add that I am *not* familiar with these packages. So I am unclear on the terminology for ImageMagick ... Here is everything installed: imagick imagick module enabled imagick module version 3.1.2 imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator ImageMagick version Image...
by banjoy
2015-03-18T16:49:52-07:00
Forum: Consulting
Topic: One-time project to code PHP merging multiple images into single PDF
Replies: 8
Views: 28619

Re: One-time project to code PHP merging multiple images into single PDF

No, I am referring to ImageMagick installed on the Apache Server.

Here is what is on the Apache server, and the info I have on the version installed:

ImageMagick version: ImageMagick 6.7.1-7 2012-03-18 Q16 http://www.imagemagick.org

... which led me to this website.
by banjoy
2015-03-18T13:49:01-07:00
Forum: Consulting
Topic: One-time project to code PHP merging multiple images into single PDF
Replies: 8
Views: 28619

One-time project to code PHP merging multiple images into single PDF

I am working on a personal project for my website which I am coding myself using PHP and need some help writing PHP code for a specific task using the ImageMagick module already installed on my Apache server (hosted by Namecheap). I am unfamiliar with ImageMagick syntax and online documentation is ....