Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all articles
Browse latest Browse all 20709

PDF preset simplier

$
0
0
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.

Viewing all articles
Browse latest Browse all 20709

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>