Hello,
Im still having problems using pdf2swf with several type of PDF. When using loadMovie in a movie clip, the size of each page doesnt seem to be the same for all pages. I use this command line for the convert: $command = "pdf2swf -s poly2bitmap -s bboxvars -s zoom=75 -s jpegquality=100 -s jpegdpi=100 -p " . $pageNum ." $pdfPath -o " . $swfDir . $swfFile; And on each page conversion I do this: $command = "swfbbox -c " . $swfFile; You can find an example of a PDF which I have the problem on this link : http://91.121.103.12/e_upload/catalogues/pdf/Convertis/4757_test3.pdf Thanks a lot for your help Freed
