You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm using this library with success on Window systems but when I publish my application for Linux Systems (linux-x64) I have problems.
When I call rasterizer.open(path, version, true) the application raises the exception "EndOfStreamException: Unable to read beyond the end of the stream".
In the Linux Ubuntu machine with Gnome I have installed the last available Ghostscript (10.04) and I have passed the installed file "libidn.so.11" as the ghostscript library in the par "version" for the call.
Is it possible to use this libary also for Linux Systems?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm using this library with success on Window systems but when I publish my application for Linux Systems (linux-x64) I have problems.
When I call rasterizer.open(path, version, true) the application raises the exception "EndOfStreamException: Unable to read beyond the end of the stream".
In the Linux Ubuntu machine with Gnome I have installed the last available Ghostscript (10.04) and I have passed the installed file "libidn.so.11" as the ghostscript library in the par "version" for the call.
Is it possible to use this libary also for Linux Systems?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions