Some applications produce PDF files with text or other items just outside of the printable region of a page, resulting in a small cutoff of data.  This results from the conversion of PDF to print file formats using Ghostscript.  A small change can be made to the command lines used by editing config.ini, and looking for the lines that start with pdf>xxx.  These lines can be replaced with the lines below, or edited to insert the text -c "<</PageOffset [4 0]>> setpagedevice" -f in front of the "%i" tag.


pdf>ps="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=ps2write -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>psc="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=ps2write -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>pcl6="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pxlmono -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>pcl6c="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pxlcolor -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>pcl6c="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pxlcolor -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>pcl5="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=ljet4 -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>pcl3="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=deskjet -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"
pdf>pcl3c="%gs" -dPDFFitPage -sPAPERSIZE=%s -dQUIET -dBATCH -dNOPAUSE -sDEVICE=cdeskjet -r300 -sOutputFile="%o" -c "<</PageOffset [4 0]>> setpagedevice" -f "%i"