fpdf.vim : PDF writer
script karma |
Rating 29/8,
Downloaded by 2547 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yukihiro Nakadaira |
|
script type |
utility |
|
description |
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('Arial','B',16)
:call pdf.Cell(40,10,'Hello World!')
:let pdfout = pdf.Output()
:put =pdfout
Reference:
See FPDF site.
|
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.188.48.106
|