Mika's

    • Pönttö
    • Publications
    • About
Illustration of a bird flying.
  • Link: Things You Didn’t Know About Cadence Virtuoso

    Here are some blog entries from Stacy Whiteman about Virtuoso environment. Things You Didn’t Know About Virtuoso

    February 3, 2017
  • Convert PDF to grayscale using Ghostscript

    This is a Bash function I have in my .bashrc. This function uses Ghostscript (gs), which must be installed in the system. # Convert pdf to grayscale function pdf2gray { gs \ -sDEVICE=pdfwrite \ -sProcessColorModel=DeviceGray \ -sColorConversionStrategy=Gray \ -dOverrideICC \ -f $1 \ -o $2 } In this example a file called abc.pdf is converted…

    August 6, 2015
←Previous Page
1 2 3 4 5
Next Page→

Mika's

Proudly powered by WordPress