Import ggplot2 PDF files into Adobe Illustrator lead to missing fonts complaints…
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.
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?
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...