Search found 3 matches

by jota_sp_84
2012-07-03T13:38:50-07:00
Forum: IMagick
Topic: Deskew in PDF or TIF
Replies: 3
Views: 11770

Re: Deskew in PDF or TIF

The file test is single page
I tried using the code you gave but it's just an error on the line
$im->deskewImage (80);
could you tell me what to do to fix the problem?


I have not tried a multipage pdf but the method for one page would be:

<?php
$im = new Imagick('text.pdf');
$im ...
by jota_sp_84
2012-07-03T12:47:19-07:00
Forum: IMagick
Topic: Deskew in PDF or TIF
Replies: 3
Views: 11770

Deskew in PDF or TIF

I need to do Deskew multipage PDF images, how do or else using the imagick for PHP?
by jota_sp_84
2012-05-11T07:15:51-07:00
Forum: IMagick
Topic: Convert PDF to PNG without quality in PHP
Replies: 3
Views: 15826

Convert PDF to PNG without quality in PHP

Hello people,

I need a help.
I'm using CentOS 6.4 with ImageMagick 6.5.4-7 Q16 and image module 2.2.2 with php 5.3.3 with Ghostscript 8.70-11.e16_2.6.

What is happening is the following. I want to convert a page of the PDF to PNG, only to be coming with bad quality! How can I fix this problem ...