Page 1 of 1

ScaleRichView + IIPDF ?

Posted: Fri Jan 04, 2008 9:06 am
by toolwiz
Is there anything special required to make SRV work with IIPDF?

I've got the IIPDF (llpdf?) demo working ok. I haven't looked closely yet at what SRV might require. One thing I notice is that both that demo and the A4 (WMF) demo use TRvReportHelpers where the output is rendered.

Since SRV seems to be displaying a pre-rendered output, can this be sent directly into IIPDF somehow? Or are TRvReportHelpers still needed?

-David

Posted: Fri Jan 04, 2008 11:12 am
by proxy3d
For work SRV with IIPDF component TRvReportHelpers is not necessary

Posted: Fri Jan 04, 2008 5:39 pm
by toolwiz
Ok, so ... how do I do it instead? All of the examples use them.

Posted: Fri Jan 04, 2008 6:55 pm
by proxy3d
If you wish to create file PDF by means of SRV and IIPDF, then look example \Demos\ThirdParty\MakePDF\

This example does not use TRvReportHelpers

Posted: Fri Jan 04, 2008 9:44 pm
by toolwiz
I didn't notice that. Thanks for pointing it out!

-David