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 that Ghostscript does much of the ‘heavy lifting’: rather the deep magic of creating pdf objects and, the really heavy stuff, creating and resolving internal names and object numbering/cross-refencing.
This made me wonder if there exist code libraries from Ghostscript that could (relatively easily) be added to the engines?
Or should we be somehow “directly using Ghostscript itself” from within the engine or . . . somehow??
Thoughts?
The text was updated successfully, but these errors were encountered:
It seems that Ghostscript does much of the ‘heavy lifting’: rather the deep magic of creating pdf objects and, the really heavy stuff, creating and resolving internal names and object numbering/cross-refencing.
This made me wonder if there exist code libraries from Ghostscript that could (relatively easily) be added to the engines?
Or should we be somehow “directly using Ghostscript itself” from within the engine or . . . somehow??
Thoughts?
The text was updated successfully, but these errors were encountered: