fpdf.vim

fpdf.vim is a Vim plugin that allows the user to generate PDF files through Vim.
Download

fpdf.vim Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Yukihiro Nakadaira
  • Publisher web site:
  • http://www.vim.org/scripts/script.php?script_id=2283

fpdf.vim Tags


fpdf.vim Description

fpdf.vim is a Vim plugin that allows the user to generate PDF files through Vim. fpdf.vim is a Vim plugin that allows the user to generate PDF files through Vim.fpdf.vim is a port of FPDF.About FPDF:FPDF is a PHP class which allows to generate PDF files with pure PHP.About Vim:Vim is a text editor first released by Bram Moolenaar in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, with many additional features designed to be helpful in editing program source code; its full name is Vi IMproved.While Vim is cross-platform, it is most popular on Unix-like operating systems.Released under a software license compatible with the GNU General Public License, Vim is free and open source software. The program's license includes some charityware clauses.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 =pdfoutRequirements:· Vim· xxd (comes with Vim)What's New in This Release:· Added support embedding font and image (require xxd)


fpdf.vim Related Software