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
It seems like your exec function most closely follows the semantics of node's child_process.execFile in that it returns all results after the process exits. I would follow the same pattern that child_process does here. Thanks for considering this!
It will be more complicated than expected to do this. The gsapi_set_stdio function takes as parameter a function pointer which forces me from the instance of my class to use a static method of my class and not a method of my object. 🤔
Is there an easy way to capture
stdout
from the ghostscript process? Some drivers, for exampletiffsep
produce meaningful output instdout
.Thanks
The text was updated successfully, but these errors were encountered: