I am trying to add a Japanese disclaimer to an existing PS document.
I know a little bit about multi-byte character encodings, unicode. I know enough PostScript to get by...
So my question is, what do I have to do to get Japanese or generic Unicode text into a document? Ultimately I am trying...
Due to the way the PS file is already structured, combining both EPS into one form is going to be a little tricky. The PS file is generated by a reporting library, that does all sorts of weird things with page orientations and layout. I'm not really comfortable enough with PS to significantly...
So while I've got your attention here...
I'm now trying to embed TWO EPS files into my report. I read through the code you posted (the one that uses a buffer and parses it line-by-line), duplicated it. I changed the names of /def'd entities (like EPSBuffer, readData, etc) and def'd it all as...
Thanks for the fast replies, Tgreer
You might want to consider making these posts FAQ entries, since the question of embedding EPS into PS seems to come up so often!
Well, I've gotten my hands on a copy of Distiller (on UNIX) but I'm getting an error distilling my file:
Distilling test.ps (115,245 bytes)
%%[ Error: undefined; OffendingCommand: filter ]%%
Stack:
/ReusableStreamDecode
-dict-
-file-
/ImageData
%%[ Flushing: rest of job (to end-of-file) will...
I got my hands on a copy of Acrobat5 and used it to distill my PS input. The output was MUCH smaller, so you're right about Ghostscript sucking.
I guess I'll have to get my company to spring for the Unix version of Distiller.
Unless anyone happens to know of a Free PDF C/C++ writing library ...
I have a PS file with an embedded EPS image. I used Tgreer's great ReusableStreamDecode posts in the Postscript forum as a reference, and am creating using the images on a per-page header by doing
save
100 100 translate
MyLogoForm execform
restore
The PS output looks...
I have a PS file with an embedded EPS image. I used Tgreer's great ReusableStreamDecode posts in the Postscript forum as a reference, and am creating using the images on a per-page header by doing
save
100 100 translate
MyLogoForm execform
restore
The PS output looks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.