Import ggplot2 PDF files into Adobe Illustrator lead to missing fonts complaints and non-functional points in plots. Adobe will raise the following message when trying to import a PDF:

Import ggplot2 PDF files into Adobe Illustrator lead to missing fonts complaints and non-functional points in plots. Adobe will raise the following message when trying to import a PDF:

The font AdobePiStd is missing. Affected text will be displayed using a substitute font.

Anyone any idea how to get the correct font into Adobe so that I can import ggplot2 PDFs instead of PNGs?

http://stackoverflow.com/questions/9992275/ggplot2-pdf-import-in-adobe-illustrator-missing-font-adobepistd

ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd
I created several simple ggplot2 plots and saved them to PDF files using the following commands: p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300) ggsave(plot=p,height=6,width=6,dpi=200, filename...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.