http://stackoverflow.com/questions/11122731/apache-pdfbox-cant-find-the-specified-basefont
I'm using APache pdfbox to PRINT a PDF (Generated by BIRT)*In Linux it generates the following error*: org.apache.pdfbox.pdmodel.font.PDType1Font getawtFont INFO: Can't find the specified basefont Times-Roman
Is there a simple solution for this?Should i install the missing font? Can i tell pdfbox to "revert" to some other font?
Thanks

