Jeff-Lewis / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Image blurring when image is viewed in PDF using alivePDF Library #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a pdf file in flex using the alivePDF library. Include an image
ensure that the image is smaller in the PDF file than the original image

e.g
myPDF.addImage( this.image, 180, 105, 50,50, ImageFormat.JPG, 100);

2. Save the file as PDF (usual code here)

3. Compare the original image to the image in the PDF file by either
printing the PDF file or viewing the PDF file on screen 

What is the expected output? What do you see instead?
I expect the image to be clear but it always appears fuzzy

What version of the product are you using? On what operating system?
0.149 OS X and windows

Please provide any additional information below.

Original issue reported on code.google.com by clive.ha...@gmail.com on 19 Jun 2009 at 9:21