Rank: Newbie Groups: Member
Joined: 2/27/2015 Posts: 7
|
Sending bytes to PdfViewer in EO.PDF, but it doesn't work.
PdfViewer pdfViewer = new PdfViewer(); pdfViewer.Load(job.DocumentData); pdfViewer.Print(ps, pgs);
Get this error on the .Load method:
Either the underlying WebView is not ready, or a PDF file is not loaded.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
|