Yahoo Groups archive

Digital BW, The Print

Index last updated: 2026-04-28 22:56 UTC

Thread

Autoprinting on Mac

Autoprinting on Mac

2004-11-16 by Dave Tevis

I'm looking for help from any mac osx users. I just installed a cis system on my 
2200 and want to keep it clear of troubles. I know that letting it sit idle is asking 
for trouble. I was thinking of using the startup feature to automatically start the 
computer every day, then have a script in the startup items that will print an 
image to keep the heads working at least once per day. I don't know anything 
about scripts, or if I even need to do it this way. Any ideas to accomplish my 
mission?

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Kenneth Frazier

> I don't know
> anything 
> about scripts, or if I even need to do it this way. Any ideas to 
> accomplish my 
> mission?

There are a number of GUI utilities available for OS X to accomplish
start up tasks such as you envision.

Check the following freeware item on VersionTracker.  Sounds like it
might be what you want:

http://www.versiontracker.com/dyn/moreinfo/macosx/11363

Ken Frazier
Weston, CT  USA

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Dave Tevis

This utility is not much different than just putting an script in the startup folder. I 
still need to create a script.


 --- In DigitalBlackandWhiteThePrint@yahoogroups.com, Kenneth Frazier <
kennybod@m...> wrote:
Show quoted textHide quoted text
> > I don't know
> > anything 
> > about scripts, or if I even need to do it this way. Any ideas to 
> > accomplish my 
> > mission?
> 
> There are a number of GUI utilities available for OS X to accomplish
> start up tasks such as you envision.
> 
> Check the following freeware item on VersionTracker.  Sounds like it
> might be what you want:
> 
> http://www.versiontracker.com/dyn/moreinfo/macosx/11363
> 
> Ken Frazier
> Weston, CT  USA

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Kenneth Frazier

> then have a script in the startup items that will
> print an 
> image to keep the heads working at least once per day.

My apologies for the earlier mis-reading, Dave.

Question:  What application will you be using to print the image?

Ken

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Dave Tevis

My normal app for printing is Photoshop but it appears that "print" is not a 
scriptable function under Photoshop and AppleScript . I thought maybe 
preview would work? I don't really care what app does the print as long as a 
print goes through the printer. I'm trying to figure it out, but thought maybe the 
knowledge here would help.
dave

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, Kenneth Frazier <
kennybod@m...> wrote:
Show quoted textHide quoted text
> > then have a script in the startup items that will
> > print an 
> > image to keep the heads working at least once per day.
> 
> My apologies for the earlier mis-reading, Dave.
> 
> Question:  What application will you be using to print the image?
> 
> Ken

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Dave Tevis

Thanks for the input Ken, I didn't meen to snip, if it came accross that way.
Dave 

--- In DigitalBlackandWhiteThePrint@yahoogroups.com, "Dave Tevis" <
dave@t...> wrote:
> 
> My normal app for printing is Photoshop but it appears that "print" is not a 
> scriptable function under Photoshop and AppleScript . I thought maybe 
> preview would work? I don't really care what app does the print as long as a 
> print goes through the printer. I'm trying to figure it out, but thought maybe 
the 
Show quoted textHide quoted text
> knowledge here would help.
> dave
> 
> --- In DigitalBlackandWhiteThePrint@yahoogroups.com, Kenneth Frazier <
> kennybod@m...> wrote:
> > > then have a script in the startup items that will
> > > print an 
> > > image to keep the heads working at least once per day.
> > 
> > My apologies for the earlier mis-reading, Dave.
> > 
> > Question:  What application will you be using to print the image?
> > 
> > Ken

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Kenneth Frazier

> 'm trying to figure it out, but thought
> maybe the 
> knowledge here would help.

There's an iPhoto action script which uses Photoshop 7, and another
script which uses Graphic Converter.  I have Photoshop Elements, so
can't use the former, but the print function works with Graphic
Converter, which I have.  Probably will work very well with Photoshop,
since that's the point of the script.

This script works through iPhoto and can work as a startup script, since
iPhoto is eminently scriptable.

All you have to do is plug in your variables, i.e., image file name,
etc. 

It's part of a package you can download at the following:

http://www.apple.com/applescript/iphoto/

On this page you'll see this:

> 
> The iPhoto scripts collection, detailed below, provides examples of
how to automate your use of this elegant application. Click here to
download the collection.
> 
> 
> IPHOTO SCRIPTS
> 
> 
> Do Photoshop Action - This script will open the selected images one at
a time in Adobe Photoshop, perform an indicated action, and then save
the image to a chosen location. This script uses  Adobe Photoshop with
the Photoshop Scripting Plug-in.


worth a try....

Ken

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Dave Tevis

Ken,

That site was perfect. Not for the IPhoto stuff but the enable photoshop 
scripting. After loading the PS scripting capablities... which does not come 
with when you buy PS... you can't "print" straight through a script but you can 
run a ps action! Thats perfect... I can create an action to open and print a file in 
PS! So... auto start the mac through prefences > run a script on startup that will 
launch PS and run an action that contains the print file comand. Thanks so 
much for the help.

Any other ideas?

Dave



--- In DigitalBlackandWhiteThePrint@yahoogroups.com, Kenneth Frazier <
kennybod@m...> wrote:
Show quoted textHide quoted text
> > 'm trying to figure it out, but thought
> > maybe the 
> > knowledge here would help.
> 
> There's an iPhoto action script which uses Photoshop 7, and another
> script which uses Graphic Converter.  I have Photoshop Elements, so
> can't use the former, but the print function works with Graphic
> Converter, which I have.  Probably will work very well with Photoshop,
> since that's the point of the script.
> 
> This script works through iPhoto and can work as a startup script, since
> iPhoto is eminently scriptable.
> 
> All you have to do is plug in your variables, i.e., image file name,
> etc. 
> 
> It's part of a package you can download at the following:
> 
> http://www.apple.com/applescript/iphoto/
> 
> On this page you'll see this:
> 
> > 
> > The iPhoto scripts collection, detailed below, provides examples of
> how to automate your use of this elegant application. Click here to
> download the collection.
> > 
> > 
> > IPHOTO SCRIPTS
> > 
> > 
> > Do Photoshop Action - This script will open the selected images one at
> a time in Adobe Photoshop, perform an indicated action, and then save
> the image to a chosen location. This script uses  Adobe Photoshop with
> the Photoshop Scripting Plug-in.
> 
> 
> worth a try....
> 
> Ken

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Kenneth Frazier

> Any other ideas?

After my budget allows me to spring for Photoshop 7, I'll get back to
you!  :-)

Right now, I'm working my way through VueScan and Graphic Converter,
trying to set up a script(s) for those two apps.  I might need lots of
help with this.

Ken

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Sam McCandless

At 12:58 AM +0000 11/16/04, Dave Tevis wrote:
>I'm looking for help from any mac osx users. I just installed a cis 
>system on my
>2200 and want to keep it clear of troubles. I know that letting it 
>sit idle is asking
>for trouble. I was thinking of using the startup feature to 
>automatically start the
>computer every day, then have a script in the startup items that will print an
>image to keep the heads working at least once per day. I don't know anything
>about scripts, or if I even need to do it this way. Any ideas to accomplish my
>mission?

I have two 1160s, Dave, each with a cis, one with MIS's sepia pigment 
inkset in it, the other with MediaStreet's Gen 4 CMYK pigmented inks 
in it except that I replace its hybrid pigment-dye K with the MIS 
pigment K. I still print on them from OS 9.1.

Each morning when I'm at home, I turn on the printers before I start 
the computer to download e-mail. And before I do the e-mail, I do a 
nozzle check on each printer and, if necessary (rarely), a head 
cleaning and another nozzle check. Then I turn the printers off, 
sometimes until the next morning. Occasionally for a few weeks when I 
go away. But even that hasn't led to any problems yet. I typically 
come home to perfect nozzle checks. None of this is scripted, but 
that seems to me a good idea if you don't mind to learn how to do 
scripts.
--
Sam

Re: [Digital BW] Autoprinting on Mac

2004-11-16 by Mark Savoia

Or print it from a web browser.
Mark

On Nov 15, 2004, at 9:16 PM, Dave Tevis wrote:

>
>  My normal app for printing is Photoshop but it appears that "print" 
> is not a
>  scriptable function under Photoshop and AppleScript . I thought maybe
>  preview would work? I don't really care what app does the print as 
> long as a
>  print goes through the printer. I'm trying to figure it out, but 
> thought maybe the
>  knowledge here would help.
>  dave
>
>  --- In DigitalBlackandWhiteThePrint@yahoogroups.com, Kenneth Frazier <
>  kennybod@m...> wrote:
>  > > then have a script in the startup items that will
>  > > print an
>  > > image to keep the heads working at least once per day.
>  >
>  > My apologies for the earlier mis-reading, Dave.
>  >
>  > Question:� What application will you be using to print the image?
>  >
>  > Ken
>
>
>
>
>
> Please visit the Group Homepage to check the Files, and other 
> resources as they are often being updated.
>
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint
>
>  If you wish to receive no emails or just a daily digest, or you wish 
> to unsubscribe, please edit your Membership preferences by visiting 
> this same page.
>
>  Please follow these basic guidelines:
>  - As threads develop, trim off excess portions of earlier messages to 
> keep them short.
>  - Good manners are required at all time. No personal attacks or 
> flames. Hostile, aggressive or argumentative users may be removed from 
> the membership without notice.
>  - Keep your posts and threads related to the group topic of digital 
> B&W printing. Users who persistently make off-topic posts may be 
> removed from the membership.
>  - By posting on this forum you agree to abide by the group rules and 
> guidelines, and to abide by the actions and decisions of the group 
> Owner and Moderators. See �Group Topic, Rules and Guidelines� in the 
> Files section:
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/files/
>
>  BY PARTICIPATING IN AND/OR POSTING MESSAGES TO THE DIGITAL BW, THE 
> PRINT YAHOO! GROUP YOU EXPRESSLY UNDERSTAND AND AGREE THAT THE �OWNER� 
> AND �MODERATORS� OF DIGITAL BW, THE PRINT YAHOO GROUP SHALL NOT BE 
> LIABLE TO YOU FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
> CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO, 
> DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER INTANGIBLE 
> LOSSES (EVEN IF THE� �OWNER� AND �MODERATORS� OF DIGITAL BW, THE PRINT 
> YAHOO GROUP HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES), 
> RESULTING FROM: (i) THE USE OR THE INABILITY TO USE THE DIGITAL BW, 
> THE PRINT YAHOO GROUP; (ii) UNAUTHORIZED ACCESS TO OR ALTERATION OF 
> YOUR TRANSMISSIONS OR DATA; (iii) STATEMENTS OR CONDUCT OF ANY THIRD 
> PARTY ON THE DIGITAL BW, THE PRINT YAHOO GROUP; OR (iv) ANY OTHER 
> MATTER RELATING TO THE DIGITAL BW, THE PRINT YAHOO GROUP.
>
>
>
>
>
> Yahoo! Groups Sponsor
>
> <logo_25x25.gif>
>
> Get unlimited calls to
>
> U.S./Canada
> <image.tiff>
>
> <l.gif>
>
> Yahoo! Groups Links
>
> 	� 	To visit your group on the web, go to:
> http://groups.yahoo.com/group/DigitalBlackandWhiteThePrint/
> �
> 	� 	 To unsubscribe from this group, send an email to:
> DigitalBlackandWhiteThePrint-unsubscribe@yahoogroups.com
> �
> 	� 	 Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
> Service.
>
>  

[Non-text portions of this message have been removed]

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.