Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.
-
Kathy #1
Re: Printing question
One by one. It's a tedious procedure. :>D> How do you measure pixels on the paper?
Ok that was it. I had forgotten to do that. Thanks very much for the> If you have a 250 x 250 pixels document in a resolution of 72 ppi,
> the print size will be 3,472 x 3,472 inches.
> If you set the resolution to 150 ppi, you'll get a print size of
> 1,667 x 1,667 inches, if you remember to turn off 'Resample image'
> that is. (If 'Resample image' is turned on, the pixel dimensions
> will change if you change the print size or the resolution).
memory jog.
Kathy Guest
-
Acrobat 6 Printing Question
We are receiving book interior documents in PDF version 1.6 for printing. Our MacOSX v10.3.9 run Acrobat 6. The v1.6 PDF docs open with a warning.... -
Printing question OS9
Going back to OS9 to print with Epson printers. Everything is going ok except that when printing on 8x10 sheet paper it wont let me make the height... -
Dumb PDF printing question ...
I think I know the answer to this but I am not finding many references ... I have a PDF that is set up to be 8.5 x 14 (legal). I am posting it on... -
Printing and Imposition question
Hi, I have several problem with FM Pro 6. 1. how many record I can print in one file (I have document with 137501 record and I can't print more... -
Printing Question.
Hey, I've got a colour printer (Canon S530D), and for photo's only print on 4x6. So, in Photoshop, should I be adjusting the DPI or the image size?... -
Brandt Eppler #2
Printing Question
I have a shell script that creates a html doc out of a text doc. I
would like to be able to call the program "mkhtml" via a printer
called html on the box. ie: lp -dhtml filename.
I have attempted to modify the printer interface file but can't seem
to get it to work.
I need to:
1) copy the file(to be printed) name into a file named dir
2) run mkhtml
any suggesions?
Thanks
Brandt
Brandt Eppler Guest
-
Stuart J. Browne #3
Re: Printing Question
"Brandt Eppler" <beppler@comcast.net> wrote in message
news:4jfrivc2im88sn851v81v1c3g7nj4hn2ul@4ax.com...First suggestion.. Make 'mkhtml' take data from STDIN instead of requring a> I have a shell script that creates a html doc out of a text doc. I
> would like to be able to call the program "mkhtml" via a printer
> called html on the box. ie: lp -dhtml filename.
> I have attempted to modify the printer interface file but can't seem
> to get it to work.
>
> I need to:
>
> 1) copy the file(to be printed) name into a file named dir
> 2) run mkhtml
file. Failing that, it should be this simple:
#!/bin/ksh
TMPFILE="/tmp/prn.$$"
/bin/cat - > $TMPFILE
mkhtml $TMPFILE
<cat the output of mkhtml to STDOUT>
rm $TMPFILE
....
Stuart J. Browne Guest



Reply With Quote

