I want to give reference of the pdf as a Proxy for the generated pdf. But it is not carrying the reference to the external target. My code is as follow:
proxy = p.begin_template_ext(0, 0,"reference={target.pdf pagenumber=1 strongref=true}");
if (proxy == -1)
{
/* Error */
}
But it always goes for error. Not sure why. Am I missing any conceptual thing in that ? And whats the best way to use it ?
Thanks.