The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 5th, 2024, 2:26am
Pages: 1
Send Topic Print
Schematic_Circuits print in Color!! (Read 3122 times)
fchirouf
Junior Member
**
Offline



Posts: 15

Schematic_Circuits print in Color!!
Feb 11th, 2005, 6:16am
 
Hi, all
Can any one tel me how to print in color in .ps fromat for examples :
1- Schematic circuits (Vertioso-env) ,
2- Courbe resultes at Waveforme Wind..  
Advanses thanks...
Back to top
 
 

OX Designer
View Profile   IP Logged
Andrew Beckett
Senior Fellow
******
Offline

Life, don't talk to
me about Life...

Posts: 1742
Bracknell, UK
Re: Schematic_Circuits print in Color!!
Reply #1 - Feb 11th, 2005, 11:27pm
 
If it is encapsulated postscript you want, then this would be done using one of the following .cdsplotinit entries:

Code:
EPS|Encapsulated Postscript: \
	  :manufacturer=Adobe: \
	  :type=epsf: \
	  :maximumPages#1: \
	  :resolution#600: \
	  :residentFonts: \
	  :paperSize="A4" 4758 6846 90 90:  \
	  :paperSize="A3" 6846 9720 90 90: \
	  :paperSize="Unlimited" 72000 72000:
EPS Colour|Encapsulated Postscript: \
	  :manufacturer=Adobe: \
	  :type=epsfC: \
	  :maximumPages#1: \
	  :resolution#600: \
	  :residentFonts: \
	  :paperSize="A4" 4758 6846 90 90: \
	  :paperSize="A3" 6846 9720 90 90: \
	  :paperSize="Unlimited" 72000 72000:
EPS Colour TIFF|Encapsulated Postscript: \
	  :manufacturer=Adobe: \
	  :type=epsfiC: \
	  :EPSPreviewType=TIFF:\
	  :maximumPages#1: \
	  :resolution#600: \
	  :residentFonts: \
	  :paperSize="A4" 4758 6846 90 90:\
	  :paperSize="A3" 6846 9720 90 90:\
	  :paperSize="Unlimited" 72000 72000:
Encapsulated PostScript TIFF preview |Encapsulated PostScript: \
	  :manufacturer=Adobe: \
	  :type=epsfi: \
	  :EPSPreviewType=TIFF: \
	  :resolution#300: \
	  :maximumPages#1: \
	  :paperSize="A4" 4400 6600 350 250: \
	  :paperSize="5x5 inches" 1500 1500: \
	  :paperSize="8x8 inches" 2400 2400:
 



The entries with type set to epsfC or epsfiC would be colour. The "i" in the name means there is a preview image, and the magic incantation :EPSPreviewType=TIFF: means that the preview image will be in TIFF format, which has the advantage of meaning that if you include the EPS file in Word, you can see the TIFF preview image on the screen (but when you print to a PostScript printer, it will use the actual PostScript).

If it is a real printer you want to send to, rather than EPS, then use :type=postscript2: rather than postscript1. postscript2 gives you colour output.

Regards,

Andrew.
Back to top
 
 
View Profile WWW   IP Logged
Andrew Beckett
Senior Fellow
******
Offline

Life, don't talk to
me about Life...

Posts: 1742
Bracknell, UK
Re: Schematic_Circuits print in Color!!
Reply #2 - Feb 11th, 2005, 11:30pm
 
I also meant to say that the newer wavescan tool has a tab Appearance on the File->Print form which can be used to select whether the plot is colour or black and white. It also has the File->Save As Image menu to allow you to save bmp, png, or tiff directly from the waveform tool.

Regards,

Andrew.
Back to top
 
 
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.