BillSanders
Programmer
I'm developing an application to take Delphax and Xerox LCDS variable data to PostScript. All of the variable data, font indexing, etc are worked out. Now I'm faced with the complexity of incorporating electronic forms merged with variable data.
The electronic form must be in-line to the PostScript program to facilitate printing on multiple devices. THe form will be referenced when needed using the "<formname> execform" operator. Experimenting with several 'execform' programs drawing boxes, etc. work fine.
However, when I converted the TIFF image to EPS using tiff2ps, I receive an error:
"Error: /undefined in --get--
Operand stack:
--dict:1/1(L)-- --dict:1/1(L)-- Matrix
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1 3 %oparray_pop --nostringval-- false 1 %stopped_push 1 3 %oparray_pop --nostringval--
Dictionary stack:
--dict:1116/1686(ro)(G)-- --dict:0/20(G)-- --dict:92/200(L)--
Current allocation mode is local
Last OS error: No such file or directory"
Any help understanding how to utilize graphical data such as TIFF images or EPS data would be greatfully appreciated.
Bill Sanders
NearStar, Inc.
The electronic form must be in-line to the PostScript program to facilitate printing on multiple devices. THe form will be referenced when needed using the "<formname> execform" operator. Experimenting with several 'execform' programs drawing boxes, etc. work fine.
However, when I converted the TIFF image to EPS using tiff2ps, I receive an error:
"Error: /undefined in --get--
Operand stack:
--dict:1/1(L)-- --dict:1/1(L)-- Matrix
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 1 3 %oparray_pop --nostringval-- false 1 %stopped_push 1 3 %oparray_pop --nostringval--
Dictionary stack:
--dict:1116/1686(ro)(G)-- --dict:0/20(G)-- --dict:92/200(L)--
Current allocation mode is local
Last OS error: No such file or directory"
Any help understanding how to utilize graphical data such as TIFF images or EPS data would be greatfully appreciated.
Bill Sanders
NearStar, Inc.