How to set PDF Job option using FDK11?
hi,
i have tool convert framebook pdf , works good. generated pdf not of same size generated through framemaker save pdf. framemaker api, dialog box choose different pdf job options available. came across similar provision fdk has property set pdf job options doesnt work expected. please correct me if approach wrong.
params = f_apigetsavedefaultparams();
= f_apigetpropindex(¶ms, fs_filetype);
params.val[i].propval.u.ival = fv_savefmtpdf;
= f_apigetpropindex(¶ms, fp_pdfjoboption);
params.val[i].propval.u.ival = f_strcopystring ((stringt)"smallest file size");
thanks,
venkat
as far know, way specify pdf options programmatically displaying pdf options dialog (via winapi calls), "selecting" options , "pressing" ok button. there have been numerous discussions on topic on yahoo frame_dev group ..
http://groups.yahoo.com/neo/groups/frame_dev/search/messages?query=pdf%20options
and here's code ..
http://groups.yahoo.com/neo/groups/frame_dev/conversations/messages/1578
you may able set options you're doing, don't think "set" until display dialog , "press" ok button.
...scott
More discussions in FrameMaker Structured
adobe
Comments
Post a Comment