All,
I'm trying to create an ps file which using internal variable. If i'm using too long variable name length, I got a VMerror.
is there any known limit of the variable name lentgh?
Thanks in advance.
Thierry
Some months or year ago, I searched for a PCL-XL SDK.
I found something like jetlib files. It didn't find these files anymore.
Does anybody know any similar SDK?
Thanks in advance
Thierry
Thomas,
Thanks a lot for your help.
Now the file is correctly printed but not view in GhostView.
I have the error:
Displaying page 1
Error: /undefined in --filter--
What should I do to see correctly my file in a viewer?
Regards
Thierry PARET
Thomas,
For the moment, I'm trying to load several times my jpeg using a form containg a EPS file.
But If I call several times my form, I have an ioerror for the setfileposition command.
Do you have any idea
gsave
0 10 translate
ImageForm1 execform
grestore
gsave
200 200 translate...
Sorry but it doesn't work. I copy your code but I have the following error:
Error: /undefined in FFD8FFE000104A46494600010100000100010000FFDB004300
Here is my code :
/ImageData1
currentfile
<< /Filter /SubFileDecode
/DecodeParms << /EODCount 0 /EODString (*EOD*) >>
>>...
My direct image command :
/RawData currentfile /ASCIIHexDecode filter def
/Data RawData << >> /DCTDecode filter def
...
/DataSource Data
for the data source is working.
As you wrote, I tried now the following ReusableDecodeStream :
/ImageData1
currentfile
<< /Filter /ASCIIHexDecode...
Hello,
I have one more question :
/ImageData
currentfile
<< /Filter /ASCIIHexDecode >>
/ReusableStreamDecode filter
...
how can I use ASCIIHexDecode and the DCTDecode filter with the ResuableStreamDecode?
regards
Thierry PARET
Hello,
I can put a jpeg file into my postscript document. But I will like to put this image in each pages. So I would like to insert only once the image code.
How could I make a procedure to store the image into the printer for my current document?
Here is my current ps code :
0.240000...
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.