On Fri, Apr 11, 2008 at 10:25:01AM +0200, Frédéric LEVE - [E]cedi <[EMAIL PROTECTED]> wrote: > I'm still having problems using pdf2swf with several type of PDF. > > When using loadMovie in a movie clip, the size of each page doesn't seem to > be the same for all pages.
Very well possible. The page size can differ within a PDF. > $command = "swfbbox -c " . $swfFile; You don't need to do that anymore for the latest versions of pdf2swf (development snapshot) > 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 That PDF seems to have the following page sizes: page 1: 596 794 page 2: 596 794 page 3: 596 794 page 4: 595 793 page 5: 596 794 Is that what you get, too? Greetings Matthias
