1. v9.1p_2014-08-24/Pro Deployment
2. Chrome 40
We are having an issue with using isc.RPCManager.exportContent() to generate a pdf file available to the user. Basically our dilemma is that when (previously) using showPrintPreview() we were using our own custom printFrame.html that among many things provides some additional css, defines the skin to use and defines other custom content. This works when using showPrintPreview(). Unfortunately when trying to use exportContent() using the same Canvas object, printFrame is not used and we lose all of our custom css. I'm assuming printFrame is only used with showPrintPreview. Is there a way to get this bootstrapped filed to be used with pdf exportContent()? Or is there a similar approach to be used for exportContent()?
For exportContent I was able to successfully use my own custom skin by defining the css in server.properties. This rendered my pdf with the correct css but I would still rather use something similar to the printFrame.html approach if at all possible. Thank you
2. Chrome 40
We are having an issue with using isc.RPCManager.exportContent() to generate a pdf file available to the user. Basically our dilemma is that when (previously) using showPrintPreview() we were using our own custom printFrame.html that among many things provides some additional css, defines the skin to use and defines other custom content. This works when using showPrintPreview(). Unfortunately when trying to use exportContent() using the same Canvas object, printFrame is not used and we lose all of our custom css. I'm assuming printFrame is only used with showPrintPreview. Is there a way to get this bootstrapped filed to be used with pdf exportContent()? Or is there a similar approach to be used for exportContent()?
For exportContent I was able to successfully use my own custom skin by defining the css in server.properties. This rendered my pdf with the correct css but I would still rather use something similar to the printFrame.html approach if at all possible. Thank you
Comment