Goto page Previous 1, 2, 3, 4 ... 24, 25, 26 Next
Joerg
Guest
Sat Aug 28, 2010 8:56 pm
Jim Thompson wrote:
Quote:
On Sat, 28 Aug 2010 10:19:23 -0700, Fred Abse
excretatauris_at_invalid.invalid> wrote:
On Fri, 27 Aug 2010 18:59:23 -0700, Joerg wrote:
Oh, and when I print to PDF I get a blank sheet. Great.
gs(or in your case gswin32) -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -r600
-dCompatibilityLevel=1.4 -sOutputFile=whatever.pdf filename.ps
Will generate a PDF from the PS.
I prefer command line operation to GSView for anything other than just
displaying.
You can generate PS from PDF, split pages out of PDFs, generate bitmaps
and all sorts. Take a look at the options in the "File-Convert" menu of
GSView.
I once added a bookmark tree and links to a PDF copy of the NASA Apollo 13
Cortwright Report by splitting the PDF into individual PS pages, manually
adding pdfmarks with a text editor, then re-distilling the PS pages into a
single PDF. The original was scanned typescript, hence bitmaps, so it
was, and is, huge. All done with ghostscript. No Acrobat distiller here.
RTFM (HTML bundled with the ghostscript package) There are so many
options, versatility is tremendous. It's a bit of a learning curve.
Don't expect a binary distribution to have been compiled with all the
optional devices and drivers. The one I use was compiled on this system,
with the drivers that *I* wanted. It forms the core of the print system.
Trying to be Joerg-ean cheap can cost you more in hours diddling
around than in direct cost...
I bought the GSview 3.6 and AFPL Ghostscript 6.50 CD back in January
2001 for AUD 70.00. What was that back then... ~US$45 ??
Well, I _have_ those.
Quote:
Had to do it because I got a big Atmel contract and their
documentation was in large sheet PS.
I do the same thing. It's ok if SW costs some money, got plenty of
licenses here. But then I expect it to be reasonably priced _and_ work.
--
Regards, Joerg
http://www.analogconsultants.com/
"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
Fred Abse
Guest
Sat Aug 28, 2010 8:57 pm
On Sat, 28 Aug 2010 10:42:20 -0700, Jim Thompson wrote:
Quote:
On Sat, 28 Aug 2010 10:19:23 -0700, Fred Abse
excretatauris_at_invalid.invalid> wrote:
On Fri, 27 Aug 2010 18:59:23 -0700, Joerg wrote:
Oh, and when I print to PDF I get a blank sheet. Great.
gs(or in your case gswin32) -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -r600
-dCompatibilityLevel=1.4 -sOutputFile=whatever.pdf filename.ps
Will generate a PDF from the PS.
I prefer command line operation to GSView for anything other than just
displaying.
You can generate PS from PDF, split pages out of PDFs, generate bitmaps
and all sorts. Take a look at the options in the "File-Convert" menu of
GSView.
I once added a bookmark tree and links to a PDF copy of the NASA Apollo 13
Cortwright Report by splitting the PDF into individual PS pages, manually
adding pdfmarks with a text editor, then re-distilling the PS pages into a
single PDF. The original was scanned typescript, hence bitmaps, so it
was, and is, huge. All done with ghostscript. No Acrobat distiller here.
RTFM (HTML bundled with the ghostscript package) There are so many
options, versatility is tremendous. It's a bit of a learning curve.
Don't expect a binary distribution to have been compiled with all the
optional devices and drivers. The one I use was compiled on this system,
with the drivers that *I* wanted. It forms the core of the print system.
Trying to be Joerg-ean cheap can cost you more in hours diddling
around than in direct cost...
I bought the GSview 3.6 and AFPL Ghostscript 6.50 CD back in January
2001 for AUD 70.00. What was that back then... ~US$45 ??
Had to do it because I got a big Atmel contract and their
documentation was in large sheet PS.
I have GSView 4.3 and GNU ghostscript 7.05, all compiled from source. I
had various earlier versions before that, going back to 1997.
GNU releases lag one behind AFPL.
GSView compiled for linux doesn't need registration to get rid of the nag
message. The author admits to not being a skilled X11 programmer, but he
did quite a creditable job.
--
"For a successful technology, reality must take precedence
over public relations, for nature cannot be fooled."
(Richard Feynman)
Jim Thompson
Guest
Sat Aug 28, 2010 9:21 pm
On Sat, 28 Aug 2010 12:50:05 -0700, Joerg <invalid_at_invalid.invalid>
wrote:
Quote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:19:41 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 08:01:38 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Rich Webb wrote:
On Fri, 27 Aug 2010 18:54:44 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Joerg wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Guys, figured it out: I had to erase and download two more times, then
it stuck. It installed alright. Now I can see the files but it's nearly
not as good as PDF. Did I already say that I never liked Postscript?
It won't display as nicely with the Ghostscript viewer as one has come
to expect from pdf viewers. GSview is more of a preview app for page
layout and such, and doesn't do the rendering tricks with sub-pixel
anti-aliasing and gamma correction that pdf viewers pretty much all
handle nowadays. It expects that the .ps file will be sent onwards to a
high-resolution printer for final rendering.
Yeah, I know, PS is so yesterday. In fact it already was 20 years ago.
Back then I became so frustrated with it that I completely ditched it
and adopted HPGL. That is a much better rendering tool for CAD but
eventually fell from graces for whatever reason.
But, a Ghostscript installation does come with the necessary tools to
convert .ps to .pdf. There are probably wrappers that put ribbons and
bows on this, but all you should need to do is to copy the .ps file to
the directory in the GS install that has ps2pdf14.bat (probably the lib
directory) and run it from the command line against your .ps file. The
result should be a good looking .pdf file.
Thanks, I'll try that. Anything that gets me off of that dreaded PS
format is a good thing. Problem is, with this IC design I am going to
have a barrage of PS files coming at me over the next months. So I
better get some batch process going where I can send all that through a
wringer before I even look at them.
Looks like good old DOS batch file time again. Now that I am intimately
familiar with
Did you miss my comments about GhostView and GhostScript? Something
is amiss in how you're trying to install.
It didn't matter, you can install Ghostscript first. In fact, that's how
it was explained. Worked after downloading several times.
If your only issue is _receiving_ PS schematics, won't any of the PDF
rip-off's handle that? And generating PS is as trivial as installing
a printer driver, such as: Apple LaserWriter II NTX v51.8, then "Print
to File".
I certainly won't generate PS files. That format is IMHO the pits.
Almost nothing can read it anymore these days. HPGL was so much better
for schematics.
Isn't HPGL device-specific? I certainly wouldn't distribute
schematics in that format. Can't be netlisted for one.
It wasn't. I could easily import that into MS-Word for example. That's
how I did all my module specs in the 90's. They didn't look much
different than today's except that the underlying schametics were
imported as HPGL instead of PNG and the images as bitmaps.
Netlist? It is not common to generated a netlist from any graphics or
printing format. That's done at the CAD level.
Obviously I design chips for a living... my CAD entry IS a schematic
capture program, that generates a layout-compatible netlist. That's
the ONLY way to ensure error-free correlation to layout tools.
We seem to be talking different things. For _documentation_ any
number of graphical formats will work... just depends on how
"hickey-fied" and cheap your documentation tools are ;-)
Being a professional I can "print" from my schematic capture tool
directly to just about any graphical format you'd like, PNG, GIF, BMP,
JPEG, TIFF and PDF.
But that capability came at great expense... US$69 ;-)
(My usual approach is to generate hierarchically navigable PDF's,
making it much easier for customers sitting in a presentation to
follow along thru a complex design.)
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
Spice is like a sports car...
Performance only as good as the person behind the wheel.
Jim Thompson
Guest
Sat Aug 28, 2010 9:22 pm
On Sat, 28 Aug 2010 12:52:12 -0700, Joerg <invalid_at_invalid.invalid>
wrote:
Quote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:19:41 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 08:01:38 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Rich Webb wrote:
On Fri, 27 Aug 2010 18:54:44 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Joerg wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Guys, figured it out: I had to erase and download two more times, then
it stuck. It installed alright. Now I can see the files but it's nearly
not as good as PDF. Did I already say that I never liked Postscript?
It won't display as nicely with the Ghostscript viewer as one has come
to expect from pdf viewers. GSview is more of a preview app for page
layout and such, and doesn't do the rendering tricks with sub-pixel
anti-aliasing and gamma correction that pdf viewers pretty much all
handle nowadays. It expects that the .ps file will be sent onwards to a
high-resolution printer for final rendering.
Yeah, I know, PS is so yesterday. In fact it already was 20 years ago.
Back then I became so frustrated with it that I completely ditched it
and adopted HPGL. That is a much better rendering tool for CAD but
eventually fell from graces for whatever reason.
But, a Ghostscript installation does come with the necessary tools to
convert .ps to .pdf. There are probably wrappers that put ribbons and
bows on this, but all you should need to do is to copy the .ps file to
the directory in the GS install that has ps2pdf14.bat (probably the lib
directory) and run it from the command line against your .ps file. The
result should be a good looking .pdf file.
Thanks, I'll try that. Anything that gets me off of that dreaded PS
format is a good thing. Problem is, with this IC design I am going to
have a barrage of PS files coming at me over the next months. So I
better get some batch process going where I can send all that through a
wringer before I even look at them.
Looks like good old DOS batch file time again. Now that I am intimately
familiar with
Did you miss my comments about GhostView and GhostScript? Something
is amiss in how you're trying to install.
It didn't matter, you can install Ghostscript first. In fact, that's how
it was explained. Worked after downloading several times.
If your only issue is _receiving_ PS schematics, won't any of the PDF
rip-off's handle that? And generating PS is as trivial as installing
a printer driver, such as: Apple LaserWriter II NTX v51.8, then "Print
to File".
I certainly won't generate PS files. That format is IMHO the pits.
Almost nothing can read it anymore these days. HPGL was so much better
for schematics.
Maybe you need rejuvenation...
https://www.buyirenew.com/Default.aspx?mid=818859
Nah, only my chainsaw might need that. It got a good workout this
morning. I am surprised that the old Remington is still hanging on after
all those years. I sharpened the chain so often that it's a bit thinned
down but I think it'll do another winter.
I have a little battery-powered chain saw on an extension pole that I
use to trim my Mesquite trees. Good up to about 3" branches.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
Spice is like a sports car...
Performance only as good as the person behind the wheel.
Joerg
Guest
Sat Aug 28, 2010 10:13 pm
Jim Thompson wrote:
Quote:
On Sat, 28 Aug 2010 12:50:05 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:19:41 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 08:01:38 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Rich Webb wrote:
On Fri, 27 Aug 2010 18:54:44 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Joerg wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Guys, figured it out: I had to erase and download two more times, then
it stuck. It installed alright. Now I can see the files but it's nearly
not as good as PDF. Did I already say that I never liked Postscript?
It won't display as nicely with the Ghostscript viewer as one has come
to expect from pdf viewers. GSview is more of a preview app for page
layout and such, and doesn't do the rendering tricks with sub-pixel
anti-aliasing and gamma correction that pdf viewers pretty much all
handle nowadays. It expects that the .ps file will be sent onwards to a
high-resolution printer for final rendering.
Yeah, I know, PS is so yesterday. In fact it already was 20 years ago.
Back then I became so frustrated with it that I completely ditched it
and adopted HPGL. That is a much better rendering tool for CAD but
eventually fell from graces for whatever reason.
But, a Ghostscript installation does come with the necessary tools to
convert .ps to .pdf. There are probably wrappers that put ribbons and
bows on this, but all you should need to do is to copy the .ps file to
the directory in the GS install that has ps2pdf14.bat (probably the lib
directory) and run it from the command line against your .ps file. The
result should be a good looking .pdf file.
Thanks, I'll try that. Anything that gets me off of that dreaded PS
format is a good thing. Problem is, with this IC design I am going to
have a barrage of PS files coming at me over the next months. So I
better get some batch process going where I can send all that through a
wringer before I even look at them.
Looks like good old DOS batch file time again. Now that I am intimately
familiar with
Did you miss my comments about GhostView and GhostScript? Something
is amiss in how you're trying to install.
It didn't matter, you can install Ghostscript first. In fact, that's how
it was explained. Worked after downloading several times.
If your only issue is _receiving_ PS schematics, won't any of the PDF
rip-off's handle that? And generating PS is as trivial as installing
a printer driver, such as: Apple LaserWriter II NTX v51.8, then "Print
to File".
I certainly won't generate PS files. That format is IMHO the pits.
Almost nothing can read it anymore these days. HPGL was so much better
for schematics.
Isn't HPGL device-specific? I certainly wouldn't distribute
schematics in that format. Can't be netlisted for one.
It wasn't. I could easily import that into MS-Word for example. That's
how I did all my module specs in the 90's. They didn't look much
different than today's except that the underlying schametics were
imported as HPGL instead of PNG and the images as bitmaps.
Netlist? It is not common to generated a netlist from any graphics or
printing format. That's done at the CAD level.
Obviously I design chips for a living... my CAD entry IS a schematic
capture program, that generates a layout-compatible netlist. That's
the ONLY way to ensure error-free correlation to layout tools.
That's why I was surprised you wondered about HPGL being used for
netlisting. It wouldn't make sense.
Quote:
We seem to be talking different things. For _documentation_ any
number of graphical formats will work... just depends on how
"hickey-fied" and cheap your documentation tools are ;-)
Being a professional I can "print" from my schematic capture tool
directly to just about any graphical format you'd like, PNG, GIF, BMP,
JPEG, TIFF and PDF.
But that capability came at great expense... US$69 ;-)
Same here, except that my CAD came with nearly all possible export
formats included. Plus tons of scripting options to make others.
Quote:
(My usual approach is to generate hierarchically navigable PDF's,
making it much easier for customers sitting in a presentation to
follow along thru a complex design.)
That's the big downside of the CAD I am using, no hierarchy. But I
haven't found a better one and no ten horses will drag me back to Orcad
until it reaches the robustness level of SDT. Or maybe I should have
said, if it ever reaches that again.
--
Regards, Joerg
http://www.analogconsultants.com/
"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
Spehro Pefhany
Guest
Sat Aug 28, 2010 11:16 pm
On Sat, 28 Aug 2010 13:22:52 -0700, the renowned Jim Thompson
<To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
Quote:
On Sat, 28 Aug 2010 12:52:12 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:19:41 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 08:01:38 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Rich Webb wrote:
On Fri, 27 Aug 2010 18:54:44 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Joerg wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Guys, figured it out: I had to erase and download two more times, then
it stuck. It installed alright. Now I can see the files but it's nearly
not as good as PDF. Did I already say that I never liked Postscript?
It won't display as nicely with the Ghostscript viewer as one has come
to expect from pdf viewers. GSview is more of a preview app for page
layout and such, and doesn't do the rendering tricks with sub-pixel
anti-aliasing and gamma correction that pdf viewers pretty much all
handle nowadays. It expects that the .ps file will be sent onwards to a
high-resolution printer for final rendering.
Yeah, I know, PS is so yesterday. In fact it already was 20 years ago.
Back then I became so frustrated with it that I completely ditched it
and adopted HPGL. That is a much better rendering tool for CAD but
eventually fell from graces for whatever reason.
But, a Ghostscript installation does come with the necessary tools to
convert .ps to .pdf. There are probably wrappers that put ribbons and
bows on this, but all you should need to do is to copy the .ps file to
the directory in the GS install that has ps2pdf14.bat (probably the lib
directory) and run it from the command line against your .ps file. The
result should be a good looking .pdf file.
Thanks, I'll try that. Anything that gets me off of that dreaded PS
format is a good thing. Problem is, with this IC design I am going to
have a barrage of PS files coming at me over the next months. So I
better get some batch process going where I can send all that through a
wringer before I even look at them.
Looks like good old DOS batch file time again. Now that I am intimately
familiar with
Did you miss my comments about GhostView and GhostScript? Something
is amiss in how you're trying to install.
It didn't matter, you can install Ghostscript first. In fact, that's how
it was explained. Worked after downloading several times.
If your only issue is _receiving_ PS schematics, won't any of the PDF
rip-off's handle that? And generating PS is as trivial as installing
a printer driver, such as: Apple LaserWriter II NTX v51.8, then "Print
to File".
I certainly won't generate PS files. That format is IMHO the pits.
Almost nothing can read it anymore these days. HPGL was so much better
for schematics.
Maybe you need rejuvenation...
https://www.buyirenew.com/Default.aspx?mid=818859
Nah, only my chainsaw might need that. It got a good workout this
morning. I am surprised that the old Remington is still hanging on after
all those years. I sharpened the chain so often that it's a bit thinned
down but I think it'll do another winter.
I have a little battery-powered chain saw on an extension pole that I
use to trim my Mesquite trees. Good up to about 3" branches.
...Jim Thompson
Took about a 2nd storey 3" hardwood branch down with the Fiskars saw
on the extension pole. Didn't take long (lubed it with white graphite
grease). D*mn raccoons were using it to get to the roof.
http://www.speff.com/Caught.jpg
Management has banned chain saws on the end of long poles as being way
too scary. ;-)
Best regards,
Spehro Pefhany
--
"it's the network..." "The Journey is the reward"
speff_at_interlog.com Info for manufacturers:
http://www.trexon.com
Embedded software/hardware/analog Info for designers:
http://www.speff.com
Jim Thompson
Guest
Sun Aug 29, 2010 2:18 am
On Sat, 28 Aug 2010 14:13:58 -0700, Joerg <invalid_at_invalid.invalid>
wrote:
Quote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:50:05 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:19:41 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 08:01:38 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Rich Webb wrote:
On Fri, 27 Aug 2010 18:54:44 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Joerg wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Guys, figured it out: I had to erase and download two more times, then
it stuck. It installed alright. Now I can see the files but it's nearly
not as good as PDF. Did I already say that I never liked Postscript?
It won't display as nicely with the Ghostscript viewer as one has come
to expect from pdf viewers. GSview is more of a preview app for page
layout and such, and doesn't do the rendering tricks with sub-pixel
anti-aliasing and gamma correction that pdf viewers pretty much all
handle nowadays. It expects that the .ps file will be sent onwards to a
high-resolution printer for final rendering.
Yeah, I know, PS is so yesterday. In fact it already was 20 years ago.
Back then I became so frustrated with it that I completely ditched it
and adopted HPGL. That is a much better rendering tool for CAD but
eventually fell from graces for whatever reason.
But, a Ghostscript installation does come with the necessary tools to
convert .ps to .pdf. There are probably wrappers that put ribbons and
bows on this, but all you should need to do is to copy the .ps file to
the directory in the GS install that has ps2pdf14.bat (probably the lib
directory) and run it from the command line against your .ps file. The
result should be a good looking .pdf file.
Thanks, I'll try that. Anything that gets me off of that dreaded PS
format is a good thing. Problem is, with this IC design I am going to
have a barrage of PS files coming at me over the next months. So I
better get some batch process going where I can send all that through a
wringer before I even look at them.
Looks like good old DOS batch file time again. Now that I am intimately
familiar with
Did you miss my comments about GhostView and GhostScript? Something
is amiss in how you're trying to install.
It didn't matter, you can install Ghostscript first. In fact, that's how
it was explained. Worked after downloading several times.
If your only issue is _receiving_ PS schematics, won't any of the PDF
rip-off's handle that? And generating PS is as trivial as installing
a printer driver, such as: Apple LaserWriter II NTX v51.8, then "Print
to File".
I certainly won't generate PS files. That format is IMHO the pits.
Almost nothing can read it anymore these days. HPGL was so much better
for schematics.
Isn't HPGL device-specific? I certainly wouldn't distribute
schematics in that format. Can't be netlisted for one.
It wasn't. I could easily import that into MS-Word for example. That's
how I did all my module specs in the 90's. They didn't look much
different than today's except that the underlying schametics were
imported as HPGL instead of PNG and the images as bitmaps.
Netlist? It is not common to generated a netlist from any graphics or
printing format. That's done at the CAD level.
Obviously I design chips for a living... my CAD entry IS a schematic
capture program, that generates a layout-compatible netlist. That's
the ONLY way to ensure error-free correlation to layout tools.
That's why I was surprised you wondered about HPGL being used for
netlisting. It wouldn't make sense.
We seem to be talking different things. For _documentation_ any
number of graphical formats will work... just depends on how
"hickey-fied" and cheap your documentation tools are ;-)
Being a professional I can "print" from my schematic capture tool
directly to just about any graphical format you'd like, PNG, GIF, BMP,
JPEG, TIFF and PDF.
But that capability came at great expense... US$69 ;-)
Same here, except that my CAD came with nearly all possible export
formats included. Plus tons of scripting options to make others.
So why are you fretting over PostScript? Use a PS printer driver.
"Print" to file. Rename extension to .EPS... paste as your heart
desires.
Quote:
(My usual approach is to generate hierarchically navigable PDF's,
making it much easier for customers sitting in a presentation to
follow along thru a complex design.)
That's the big downside of the CAD I am using, no hierarchy. But I
haven't found a better one and no ten horses will drag me back to Orcad
until it reaches the robustness level of SDT. Or maybe I should have
said, if it ever reaches that again.
That's why I've stuck with classic PSpice Schematics (very nicely
hierarchical) all these years. OrCAD can't even be creative while
stealing from the best :-)
To make hierarchical PDF's requires Adobe Acrobat... I think... can
any of the copycat programs also do it?
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
Spice is like a sports car...
Performance only as good as the person behind the wheel.
Rich Webb
Guest
Sun Aug 29, 2010 2:48 am
On Sat, 28 Aug 2010 18:18:00 -0700, Jim Thompson
<To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
Quote:
To make hierarchical PDF's requires Adobe Acrobat... I think... can
any of the copycat programs also do it?
The full version of Tracker Software's PDF reader will allow one to
insert links into an existing PDF file.
Probably not as nice as having the schematic capture program
automagically create a PDF with up- and down-links in the drawing
package, but it's pretty quick to draw the link's bounding box,
right-click for properties, and then add the action.
Actually, if Joerg is still on the line, that might be a partial remedy
for his non-hierarchical schematic capture package (EAGLE?): Print all
of the schematic pages to a PDF document and then just add the necessary
links to move around in the hierarchy, as desired.
The free version of PDF-Xchange should allow trying out the add-link
feature, although IIRC it adds an evaluation watermark to the document.
--
Rich Webb Norfolk, VA
Martin Riddle
Guest
Sun Aug 29, 2010 2:50 am
"Fred Abse" <excretatauris_at_invalid.invalid> wrote in message
news:pan.2010.08.28.10.17.17.840173_at_invalid.invalid...
Quote:
On Fri, 27 Aug 2010 18:59:23 -0700, Joerg wrote:
Oh, and when I print to PDF I get a blank sheet. Great.
gs(or in your case gswin32) -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -r600
-dCompatibilityLevel=1.4 -sOutputFile=whatever.pdf filename.ps
Ghostfriend hides all those commands in a easy interface.
I used it to try to figureout those commands for another project.
There are orientation commands that don't always work well.
Cheers
Grant
Guest
Sun Aug 29, 2010 5:57 am
On Sat, 28 Aug 2010 11:50:37 -0700, Jim Thompson <To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
Quote:
On Fri, 27 Aug 2010 18:00:03 -0700, Jim Thompson
To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
On Fri, 27 Aug 2010 17:33:40 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Make sure you have the right versions. You also need GSView which
"calls" Ghostscript... I have GSView v3.5 running on XP.
IIRC, there is a specific order of installation required to make it
work.
[snip]
I suddenly remembered the trick... you need to install a PostScript
printer driver FIRST.
Yes, and it's one of the apple 2 writer printer drivers, though the one
you mentioned upthread didn't look quite right, it was something like
that (could be the right one for this century

. Been a decade or more
since I needed PS, there's some nice stuff in there with the processing
commands.
Grant.
Joerg
Guest
Sun Aug 29, 2010 3:38 pm
Jim Thompson wrote:
Quote:
On Sat, 28 Aug 2010 14:13:58 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:50:05 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 12:19:41 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Jim Thompson wrote:
On Sat, 28 Aug 2010 08:01:38 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Rich Webb wrote:
On Fri, 27 Aug 2010 18:54:44 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Joerg wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Guys, figured it out: I had to erase and download two more times, then
it stuck. It installed alright. Now I can see the files but it's nearly
not as good as PDF. Did I already say that I never liked Postscript?
It won't display as nicely with the Ghostscript viewer as one has come
to expect from pdf viewers. GSview is more of a preview app for page
layout and such, and doesn't do the rendering tricks with sub-pixel
anti-aliasing and gamma correction that pdf viewers pretty much all
handle nowadays. It expects that the .ps file will be sent onwards to a
high-resolution printer for final rendering.
Yeah, I know, PS is so yesterday. In fact it already was 20 years ago.
Back then I became so frustrated with it that I completely ditched it
and adopted HPGL. That is a much better rendering tool for CAD but
eventually fell from graces for whatever reason.
But, a Ghostscript installation does come with the necessary tools to
convert .ps to .pdf. There are probably wrappers that put ribbons and
bows on this, but all you should need to do is to copy the .ps file to
the directory in the GS install that has ps2pdf14.bat (probably the lib
directory) and run it from the command line against your .ps file. The
result should be a good looking .pdf file.
Thanks, I'll try that. Anything that gets me off of that dreaded PS
format is a good thing. Problem is, with this IC design I am going to
have a barrage of PS files coming at me over the next months. So I
better get some batch process going where I can send all that through a
wringer before I even look at them.
Looks like good old DOS batch file time again. Now that I am intimately
familiar with
Did you miss my comments about GhostView and GhostScript? Something
is amiss in how you're trying to install.
It didn't matter, you can install Ghostscript first. In fact, that's how
it was explained. Worked after downloading several times.
If your only issue is _receiving_ PS schematics, won't any of the PDF
rip-off's handle that? And generating PS is as trivial as installing
a printer driver, such as: Apple LaserWriter II NTX v51.8, then "Print
to File".
I certainly won't generate PS files. That format is IMHO the pits.
Almost nothing can read it anymore these days. HPGL was so much better
for schematics.
Isn't HPGL device-specific? I certainly wouldn't distribute
schematics in that format. Can't be netlisted for one.
It wasn't. I could easily import that into MS-Word for example. That's
how I did all my module specs in the 90's. They didn't look much
different than today's except that the underlying schametics were
imported as HPGL instead of PNG and the images as bitmaps.
Netlist? It is not common to generated a netlist from any graphics or
printing format. That's done at the CAD level.
Obviously I design chips for a living... my CAD entry IS a schematic
capture program, that generates a layout-compatible netlist. That's
the ONLY way to ensure error-free correlation to layout tools.
That's why I was surprised you wondered about HPGL being used for
netlisting. It wouldn't make sense.
We seem to be talking different things. For _documentation_ any
number of graphical formats will work... just depends on how
"hickey-fied" and cheap your documentation tools are ;-)
Being a professional I can "print" from my schematic capture tool
directly to just about any graphical format you'd like, PNG, GIF, BMP,
JPEG, TIFF and PDF.
But that capability came at great expense... US$69 ;-)
Same here, except that my CAD came with nearly all possible export
formats included. Plus tons of scripting options to make others.
So why are you fretting over PostScript? Use a PS printer driver.
"Print" to file. Rename extension to .EPS... paste as your heart
desires.
Again, I don't need to generate or even print PS. I will receive PS
files from an IC design house and must review the schematics, make
changes, maybe mark them up.
I would never use PS internally here. Even if one of the printers might
understand it pretty much none of my office programs does.
Quote:
(My usual approach is to generate hierarchically navigable PDF's,
making it much easier for customers sitting in a presentation to
follow along thru a complex design.)
That's the big downside of the CAD I am using, no hierarchy. But I
haven't found a better one and no ten horses will drag me back to Orcad
until it reaches the robustness level of SDT. Or maybe I should have
said, if it ever reaches that again.
That's why I've stuck with classic PSpice Schematics (very nicely
hierarchical) all these years. OrCAD can't even be creative while
stealing from the best :-)
But probably can't be purchased sans PSpice? Do they still offer that
schematic frontend or was it obsoleted?
Quote:
To make hierarchical PDF's requires Adobe Acrobat... I think... can
any of the copycat programs also do it?
I could do that with an office program, that's no problem. The problem
for me is that the CAD doesn't do hierarchy so it's unable to manage
nets and ports in a layered structure.
--
Regards, Joerg
http://www.analogconsultants.com/
"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
Joerg
Guest
Sun Aug 29, 2010 3:40 pm
Rich Webb wrote:
Quote:
On Sat, 28 Aug 2010 18:18:00 -0700, Jim Thompson
To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
To make hierarchical PDF's requires Adobe Acrobat... I think... can
any of the copycat programs also do it?
The full version of Tracker Software's PDF reader will allow one to
insert links into an existing PDF file.
Probably not as nice as having the schematic capture program
automagically create a PDF with up- and down-links in the drawing
package, but it's pretty quick to draw the link's bounding box,
right-click for properties, and then add the action.
Actually, if Joerg is still on the line, that might be a partial remedy
for his non-hierarchical schematic capture package (EAGLE?): Print all
of the schematic pages to a PDF document and then just add the necessary
links to move around in the hierarchy, as desired.
That's actually what I am doing except I go in with the PNG format, then
to PDF when all done :-)
Quote:
The free version of PDF-Xchange should allow trying out the add-link
feature, although IIRC it adds an evaluation watermark to the document.
It doesn't have to be free, just reasonable.
--
Regards, Joerg
http://www.analogconsultants.com/
"gmail" domain blocked because of excessive spam.
Use another domain or send PM.
Frank Buss
Guest
Sun Aug 29, 2010 4:29 pm
Joerg wrote:
Quote:
Again, I don't need to generate or even print PS. I will receive PS
files from an IC design house and must review the schematics, make
changes, maybe mark them up.
I would never use PS internally here. Even if one of the printers might
understand it pretty much none of my office programs does.
Low-tech solution: You could print it (a copy /b to lpt1: from DOS prompt
should work, if you have enabled DOS redirection in the printer driver),
then add your marks, scan it back to PDF (I have a cheap SnapScan scanner,
where you can scan it to PDF with one button click) and send back the
scanned documents.
Or you could buy Adobe Acrobat: It can convert PS files to PDF files or
even Word Document (with some losses), with batch converter included (at
least in my version. It is called Acrobat Distiller. Check, if it is part
of your version, if you buy it). And you can edit PDF files with it: E.g.
in my German version there is a tool called "Schreibmaschine" (I wonder if
they did use some automatic translator programs), with which I can enter
text at arbitrary positions and a "Bleistift-Werkzeug": You can guess what
it does, but the name is wrong, actually it is a "Buntstift"

really
nice in combination with my Wacom graphics tablet.
--
Frank Buss,
http://www.frank-buss.de
piano and more:
http://www.youtube.com/user/frankbuss
Jim Thompson
Guest
Sun Aug 29, 2010 4:31 pm
On Sun, 29 Aug 2010 14:57:22 +1000, Grant <omg_at_grrr.id.au> wrote:
Quote:
On Sat, 28 Aug 2010 11:50:37 -0700, Jim Thompson <To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
On Fri, 27 Aug 2010 18:00:03 -0700, Jim Thompson
To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
On Fri, 27 Aug 2010 17:33:40 -0700, Joerg <invalid_at_invalid.invalid
wrote:
Gents,
IC designers still seem to live in the Postscript world ... can't read
those dreaded files. Client said to install Ghostscript. So I downloaded
gs871w32.exe from U of Wisconsin.
No matter what I do, this here computation machine bucks and says "not a
valid Win32 application". Running XP. What gives? How can I dodge this
and make it install?
Make sure you have the right versions. You also need GSView which
"calls" Ghostscript... I have GSView v3.5 running on XP.
IIRC, there is a specific order of installation required to make it
work.
[snip]
I suddenly remembered the trick... you need to install a PostScript
printer driver FIRST.
Actually, IIRC, the install gripes for you to install PS driver first,
does it not?
Quote:
Yes, and it's one of the apple 2 writer printer drivers, though the one
you mentioned upthread didn't look quite right, it was something like
that (could be the right one for this century

. Been a decade or more
since I needed PS, there's some nice stuff in there with the processing
commands.
Grant.
Yep, Mine WAS installed _last_century_

But it is still working.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
Spice is like a sports car...
Performance only as good as the person behind the wheel.
Jim Thompson
Guest
Sun Aug 29, 2010 5:02 pm
On Sun, 29 Aug 2010 07:38:49 -0700, Joerg <invalid_at_invalid.invalid>
wrote:
[snip]
Quote:
Again, I don't need to generate or even print PS. I will receive PS
files from an IC design house and must review the schematics,
Ghostscript will do that
Quote:
make
changes, maybe mark them up.
As for changes and "mark-up", how do you plan to do that?
Quote:
I would never use PS internally here. Even if one of the printers might
understand it pretty much none of my office programs does.
(My usual approach is to generate hierarchically navigable PDF's,
making it much easier for customers sitting in a presentation to
follow along thru a complex design.)
That's the big downside of the CAD I am using, no hierarchy. But I
haven't found a better one and no ten horses will drag me back to Orcad
until it reaches the robustness level of SDT. Or maybe I should have
said, if it ever reaches that again.
That's why I've stuck with classic PSpice Schematics (very nicely
hierarchical) all these years. OrCAD can't even be creative while
stealing from the best
Classic PSpice Schematics should be available at several websites, and
_doesn't_ require a license.
The main pain in bringing it up would be sorting out what symbol
libraries you wish to use.
Quote:
But probably can't be purchased sans PSpice? Do they still offer that
schematic frontend or was it obsoleted?
To make hierarchical PDF's requires Adobe Acrobat... I think... can
any of the copycat programs also do it?
I could do that with an office program, that's no problem. The problem
for me is that the CAD doesn't do hierarchy so it's unable to manage
nets and ports in a layered structure.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
Spice is like a sports car...
Performance only as good as the person behind the wheel.
Goto page Previous 1, 2, 3, 4 ... 24, 25, 26 Next