The latest version (1.2.7) doesn't work on Dreamweaver CS3 and CS4 on a Mac. The last two controls on the 'Main' tab ('Use fonts' and 'Font folder') are not editable. Whatever is causing this also appears to be causing the extension to not output the correct number of parameters in the 'setMainPar' line.
Comparing my output to your example:
setMainPar("View in browser@_@@_@Overwrite@_@A4@_@Vertical@_@0@_@0@_@0@_@0@_@@_@35@_@@_@@_@100@_@0@_@Not set@_@Not set@_@Not set@_@Not set@_@65001@_@false@_@@_@@_@0")
My code has 24 parameters, but yours (taken from 'CreatePdf_1.asp') has 26: setMainPar("View in browser@_@@_@Overwrite@_@A4@_@Vertical@_@25@_@25@_@100@_@75@_@/Images/hitchcock.png@_@10@_@340@_@500@_@@_@0@_@Not set@_@Not set@_@Not set@_@Not set@_@65001@_@@_@@_@@_@0@_@Custom@_@/Font/")
This causes an error on the server (obviously the script is trying to parse 26 parameters but runs out after 24).
I have removed and re-installed the extension, and removed and replaced the 'bin' and 'dwzAspPdf' folders on the server. Could you please have a look at this?
Cheers,
Ian. |
|
|