Hi All,
I have converted PDF to SWF.
By using the below coding:
----------------------------
pdf2swf -T9 -f -s jpegquality=100 -s
internallinkfunction=handleInternalLink -s
externallinkfunction=handleExternalLink sample.pdf -o sample.swf
*sample.swf*: swf image quality is fine. However files size is "999 KB
(1,023,141 bytes)". But, I need below 400 KB size.
Second time i used the below coding:
-------------------------------------
pdf2swf -T9 -f -s poly2bitmap -s jpegquality=100 -s
internallinkfunction=handleInternalLink -s
externallinkfunction=handleExternalLink sample.pdf -o sample.swf
*Sample_poly2bitmap.swf*: files size is "85.4 KB (87,510 bytes)". But
image quality is very bad.
Please advise how to resolve this problem.
Note: I'm attaching only sample PDF. Due to file size is more for
attachment.
Regards,
Abdul