Search found 1 match
- 2015-06-08T01:36:07-07:00
- Forum: Developers
- Topic: Issue in fetching correct height and width after extracting from pdf
- Replies: 1
- Views: 2219
Issue in fetching correct height and width after extracting from pdf
Hi, I am using below code to extract image from pdf :- $imagick = new Imagick(); $imagick->readImage('D:\DBCL\1.pdf'); $imagick->writeImage('D:\DBCL\output.jpg'); Which is working fine and image saved in jpg format. But when I try to fetch width and height of saved image its not give me the original ...