On Sat, Mar 01, 2008 at 10:32:50PM -0600, Raphael Villas <[EMAIL PROTECTED]> wrote: > 2) Why are the example command line options for FDViewer different > than the ones given for the pdf2swf tool? > ===== > FDViewer example: > swfcombine -X 800 -Y 600 -o exported.swf fdviewer.swf '#1'="pdf- > converted.swf"
This command replaces object #1 in the file fdviewer.swf with your document (pdf-converted.swf). > pdf2swf example: > swfcombine --dummy `swfdump -XY tmp.swf` flashfile.swf -o exported.swf This command only adjusts the size of the file "flashfile.swf" to be the same as "tmp.swf"- it will not combine two files. Greetings Matthias
