Hello, <br /><br />I use this to load a named pdf preset:<br /><code><br />InterfacePtr<IPDFExptStyleListMgr> docPDFExptStyleListMgr((IPDFExptStyleListMgr*)docWorkspace->QueryInte rface(IID_IPDFEXPORTSTYLELISTMGR));<br />int32 nStyleIndex=docPDFExptStyleListMgr->GetStyleIndexByName(profileName); <br />if( (nStyleIndex >-1) && (nStyleIndex<docPDFExptStyleListMgr->GetNumStyles()) )<br />styleRef = docPDFExptStyleListMgr->GetNthStyleRef(nStyleIndex);<br /></code><br /><br />In Desktop InDesign I just create the preset in the dialog. It is OK. But now I want to use the same preset in InDesign Server. Is there a way to transfer the preset from Desktop to Server, so I can use the code? Or do I have to do it in a different way?<br /><br />The same with IFlattenerStyleListMgr.
↧