This could be eventually done by manually parsing the postscript file, determining page start/end and sending each page to render separately. Something what I did in the [GhostscriptViewerPsFormatHandler.cs] which relies on the DSC comments. (https://ghostscriptnet.codeplex.com/SourceControl/latest#Ghostscript.NET/Ghostscript.NET/Viewer/FormatHandlers/GhostscriptViewerPsFormatHandler.cs).
When I find some time I will try to put together some code...
When I find some time I will try to put together some code...