Search found 1 match

by mhl
Mon Feb 13, 2012 11:49 am
Forum: Support & Troubleshooting
Topic: Problem with printing on IIS
Replies: 1
Views: 7122

Problem with printing on IIS

We're using novaPdf in our WPF project to generate PDF files from flowdocuments. PDF needs to be generated on the "backend". I have a method, which creates PDF file (it's running on IIS) and returns this file as byte array to the calling method (to frontend - client). Problem is that call ...