Microsoft App name as prefix for print job names

K

klunk

This is so annoying. Just about every MS application
PP, Word, etc prepends the full application name to the
front of print job names. So a file named "MyPres.ppt"
gets sent to the printer as:
"Microsoft PowerPoint - MyPress.ppt"

This totally screws up job-naming on many RIPs.
Especially ones that don't have a facility to edit
the job name and have a restricted number of
characters of a job name to display.

It's just wonderful looking through a list of jobs
to reprint and seeing this:

Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...
Microsoft PowerPoin...

It at least should be an option to turn it off!!!
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

Office doesn't provide the functionality/option that you are looking for.

If you (or anyone else reading this message) think that it's important that
Office provide this kind of functionality, don't forget to send your
feedback (in YOUR OWN WORDS, please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
S

Steve Rindsberg

This is so annoying. Just about every MS application
PP, Word, etc prepends the full application name to the
front of print job names. So a file named "MyPres.ppt"
gets sent to the printer as:
"Microsoft PowerPoint - MyPress.ppt"

If you print directly to a RIP, there's probably no way around this, but if
your workflow lets you print to file then process the files first, it'd be
fairly simple to write a small app that looks for:

%%Title: Microsoft PowerPoint - presentation_name

in the first few lines of the PS file and changes it to

%%Title: presentation_name
 
K

klunk

Office doesn't provide the functionality/option that you are looking for.
If you (or anyone else reading this message) think that it's important that
Office provide this kind of functionality, don't forget to send your
feedback (in YOUR OWN WORDS, please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp


Thank you! I didn't know MS had a wishlist. I submitted
the request for print job naming.
 
K

klunk

Steve Rindsberg said:
If you print directly to a RIP, there's probably no way around this, but if
your workflow lets you print to file then process the files first, it'd be
fairly simple to write a small app that looks for:

%%Title: Microsoft PowerPoint - presentation_name

in the first few lines of the PS file and changes it to

%%Title: presentation_name

Thanks for the good suggestion. We've done that manually
and it works in some cases, but some RIPs ignore the name in
the PS file, using the filename instead (which is better, actually).

Some RIPs monitor a folder for dropped Postscript files, so printing
to file in that location is a workaround we use.

What we also sometimes do on RIPs that don't support renaming
jobs in the queue, is converting to PDF and printing from
Acrobat.

This may seem trivial, but getting jobs to RIP correctly from the
dozens of applications out there is a battle. The last thing needed
is one more layer of frustration.
 
S

Steve Rindsberg

Thanks for the good suggestion. We've done that manually
and it works in some cases, but some RIPs ignore the name in
the PS file, using the filename instead (which is better, actually).

Sure is, because you can control that when you print ... which you do,
obviously:
Some RIPs monitor a folder for dropped Postscript files, so printing
to file in that location is a workaround we use.
This may seem trivial, but getting jobs to RIP correctly from the
dozens of applications out there is a battle. The last thing needed
is one more layer of frustration.

Doesn't seem in the least trivial to me. On the other hand, I used to run a
service bureau where we had a RIPping good time with these fun issues daily.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top