# Form2PDF configuration file # All of these settings except LICENSE has a # corresponding command-line option. # # Infoflex Connect AB, Sweden # http://www.infoflexconnect.se # License for commercial mode (depends on server hostid) #LICENSE=1234567890ABCDEF1234567890ABCDEF12345678 # ** Document conversion settings ** # Background image (PNG file) #BGIMAGE=/etc/form2pdf.png # Page height #PAGEHEIGHT=842 # Page width #PAGEWIDTH=595 # Top margin for text #MARGINTOP=0 # Left margin for text #MARGINLEFT=36 # Line spacing #LINESPACING=12 # Line per page #LINESPERPAGE=69 # Font name #FONTNAME=Courier # Font size (in pixels) #FONTSIZE=9 # ** Document information settings ** PDFTITLE=Title of document PDFAUTHOR=John Smith PDFSUBJECT=This is an important document # ** SMTP and e-mail related settings ** # SMTP host #SMTPHOST=mail.example.com # SMTP port #SMTPPORT=25 # Domain used with HELO in SMTP session #DOMAIN=example.com # Add headers from file #HEADERFILE=/etc/form2pdf.hdr # E-mail sender #SENDER=user1@example.com # E-mail recipient #MAILTO=user2@example.com # E-mail subject #SUBJECT=user2@example.com # Message (one-liner) #MESSAGE=Please find PDF file attached # Message defined in file #MSGFILE=/etc/form2pdf.msg