[reportlab-users] embed fonts in an existing pdf
    T. Kort 
    nospam at banza.net
       
    Wed Jan 10 10:56:57 EST 2007
    
    
  
Matthew Perry schrieb:
> ... But these pdfs can't easily be recreated from their
> sources so we need a way to embed all non-standard fonts into the
> existing pdfs.
Did you try ghostscript? I think it could do everything you need.
   http://www.cs.wisc.edu/~ghost/
I believe commandline should be something like
gswin32c -q -dBATCH -r300 -sDEVICE=pdfwrite -sOutputFile=out.pdf 
sourcefile.pdf
    
    
More information about the reportlab-users
mailing list