Iam using AlivePDF for printing the components in flex. Components have text and images, are dynamically created. In this we have high resolution image and the text with embedded font style. AlivePDF's output text and image quality is not good. Text looks blur and the image quality is not that much clear as we see in the original image.
I tried with adding the page as imagestream, but still the output quality is the same.
I have pasted the code below for reference:
var image:ImageSnapshot = ImageSnapshot.captureImage(
templGroup.getChildAt(i),300,new mx.graphics.codec.JPEGEncoder());
printPDF.addImageStream(image.data,"",null,0,0);
Let me know, whether is there any way to improve the pdf output image quality from alive pdf.
Thanks in Advance,
Regards
Srini