Products | About Us

Font error by craeting ps

hello,

i got some error at the creating of pdf's:

%%[ ProductName: Distiller ]%%
%%[ Warning: Helvetica cannot be embedded because of licensing restrictions. ]%%
%%[ Warning: Helvetica-Bold cannot be embedded because of licensing restrictions. ]%%
%%[Page: 1]%%
%%[Page: 2]%%
%%[Page: 3]%%
%%[LastPage]%%

who can help me??

greeting

Ferries
18th Jul 2008

Ferries,

Thats interesting, what version of Print Distributor are you running?

Tony Edgecombe
20th Jul 2008

Build 4.1.1583

Ferries
20th Jul 2008

Acrobat Version 8.1.2.

Ferries
20th Jul 2008

Well Helvetica is one of the standard Acrobat fonts so it's strange that it is trying to embed it. I wonder if it is a setting in the driver related to font embedding.

Or do you have and alternative Helvetica installed (there are quite a few versions of Helvetica) ?

Tony Edgecombe
20th Jul 2008

Well Helvetica is one of the standard Acrobat fonts so it's strange that it is trying to embed it. I wonder if it is a setting in the driver related to font embedding.

Or do you have and alternative Helvetica installed (there are quite a few versions of Helvetica) ?

Tony Edgecombe
20th Jul 2008

OK, I find the problem, but how can I get a joboption in the field parameter ??

/N /Q /O "C:\Archive\?UN?\?SN?.pdf" "C:\Archive\?UN?\?SN?.ps"

greeting

Ferries
20th Jul 2008

and what are these parameters called:

/N
/Q
/O

Ferries
20th Jul 2008

/O means the next parameter is the output file.

/N means start a new instance of Distiller even if there is already one running.

/Q means Distiller should quit when it has finished (Print Distributor will wait for the process to exit before going on to the next job.)

If you want to use a joboptions file use /J followed by the path to the file.

Alternatively use the Distiller action in Print Distributor.

Tony Edgecombe
21st Jul 2008

Feed