sponsor Vim development Vim logo Vim Book Ad

txt2pdf.vim : Script to save the current file and convert it to PDF using txt2pdf

 script karma  Rating 20/18, Downloaded by 1991  Comments, bugs, improvements  Vim wiki

created by
SANFACE Software
 
script type
utility
 
description
Script to save the current file and convert it to PDF using txt2pdf. You need to install txt2pdf http://www.sanface.com/txt2pdf.html

You can also use txt2pdf PRO http://www.sanface.com/txt2pdfPRO.html and txt2pdf PRO + crypt http://www.sanface.com/txt2pdfPROcrypt.html to
make more complex PDFs like
http://www.sanface.com/pdf/Purchase_Order.pdf
http://www.sanface.com/pdf/invoice.pdf
http://www.sanface.com/pdf/hfmus.pdf
http://www.sanface.com/pdf/heraldbill.pdf
 
install details
Inside the distribution three files: txt2pdf.vim the VIM plugin, txt2pdf.txt the plugin documentation, txt2pdf.vim the syntax for txt2pdf.cfg.
Put the plugin inside your VIM plugin directory.
Put the doc inside your VIM doc directory (generate the local tags file with the |:helptags| command).
Put the syntax plugin inside your VIM syntax directory and configure filetype.vim (au BufNewFile,BufRead txt2pdf.cfg                setf txt2pdf) .
Remember to set global variables:
txt2pdf_path : the path of txt2pdf executable
txt2pdfcfg_path : the path of your configuration file (usually txt2pdf.cfg)
txt2pdf_key : the key to start the command (deafult <F2>)
txt2pdfconf_key : the key to start an input dialog to enter the txt2pdf configuration file path (deafult <F3>)
in vimrc file.
You can find more information in the ReadMe file inside the distribution.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
txt2pdfvim.zip 2.15 2004-12-30 6.0 SANFACE Software Update to support txt2pdf PRO + crypt 7.5, txt2pdf PRO 7.5 and txt2pdf 7.6
ip used for rating: 3.135.213.214

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github