fpdf.vim is a port of FPDF. About FPDF: FPDF is a PHP class which allows to generate PDF files with pure PHP. See http://www.fpdf.org/ Requirement: :set encoding=utf-8 and iconv() feature for non-ascii text. xxd for image/font embedding. xxd and gzip for compression. Usage: :set runtimepath+=/path/to/fpdf-vim :let FPDF = fpdf#import() :let pdf = FPDF.new() :call pdf.AddPage() :call pdf.SetFont('Ar
{{#tags}}- {{label}}
{{/tags}}