• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. How I can plot directly a pdf - file without plotting a...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 126
  • Views 3967
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How I can plot directly a pdf - file without plotting a ps - file before

Peach99
Peach99 over 16 years ago

When I want to plot the schematic I only can plotting a ps - file. But now I can convert this file to a pdf - file. My question is how I can plot the schematic directly to a pdf - file. I think I have to change the .cdsplotinit - file but I don't know how I can do this. Can anybody help me please.

Best Regards

 

Daniel Pietsch

  • Cancel
Parents
  • dmay
    dmay over 16 years ago

    What I included in my original post were the .cdsplotinit settings for Cadence to create pdf files. Yes, the .cdsplotinit converts from postscript to pdf during the spooling process, but the end result to the user is a pdf file. You don't have to do the conversion yourself. Am I missing something else?

    1. Copy the above settings into a .cdsplotinit file in your home directory.
    2. Modify the settings to include the name of the postscript conversion program that you use. Be sure that it can accept input from stdin. The spool option is essentiall doing this: cat postscriptFile | ps2pdfConversionScript -
    The dash argument tells the conversion script (ps2pdf13 in our case) to accept stdin.
    In our environment, ${LOGNAME} evaluates to a user's login name in Unix. You can replace this with a hardcoded value if you'd like, or reference a different environment variable. Another example:
     :spool=ps2pdf13 - > /tmp/plot_schematic.pdf ; (acroread /tmp/plot_schematic.pdf &): \
    3. Open Cadence and plot a schematic by choosing  one of these printer names: PDF_600dpi, PDF_3000dpi or PDF_1000dpi. When the plot is finished, it will be opened automatically in acroread.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 16 years ago

    What I included in my original post were the .cdsplotinit settings for Cadence to create pdf files. Yes, the .cdsplotinit converts from postscript to pdf during the spooling process, but the end result to the user is a pdf file. You don't have to do the conversion yourself. Am I missing something else?

    1. Copy the above settings into a .cdsplotinit file in your home directory.
    2. Modify the settings to include the name of the postscript conversion program that you use. Be sure that it can accept input from stdin. The spool option is essentiall doing this: cat postscriptFile | ps2pdfConversionScript -
    The dash argument tells the conversion script (ps2pdf13 in our case) to accept stdin.
    In our environment, ${LOGNAME} evaluates to a user's login name in Unix. You can replace this with a hardcoded value if you'd like, or reference a different environment variable. Another example:
     :spool=ps2pdf13 - > /tmp/plot_schematic.pdf ; (acroread /tmp/plot_schematic.pdf &): \
    3. Open Cadence and plot a schematic by choosing  one of these printer names: PDF_600dpi, PDF_3000dpi or PDF_1000dpi. When the plot is finished, it will be opened automatically in acroread.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information