downscale documents before printing

  • Thread starter Henri =?ISO-8859-1?Q?Schom=E4cker?=
  • Start date
H

Henri =?ISO-8859-1?Q?Schom=E4cker?=

Hi folks,

I have the following problem:

We use two third-party programs to manage the workflow, products and
customers of a goldsmith's shop. Unfortunately, both programs can only
print the bills to A4 format.

To give his customers a more handy bill, we need a tool (or I would program
it myself) which is able to resize the document to print to at least A6
format to use it at the cash desk. I found a few tools which can resize
files before sending them to the printer, but all the data of these
programs come out of a database and are never stored as files on disk.

I think the optimal way would be if he could choose this "resizing tool" as
a printer device but I couldn't find such a printer device driver yet.

I would be very glad if you could tell me about an apropriate tool or give
me some advice/web-addresses etc. which could help me to code it myself.
Every language except C# is very welcomed.

Many thanks in advance for every little hint,
yours Henri
 
D

Davide Guolo

Henri,
I found a few tools which can resize
files before sending them to the printer, but all the data of these
programs come out of a database and are never stored as files on disk.

If they are character-based print jobs, then have a look at Printfil.
It can resize the job to the page set into the Windows printer driver (any
dimensions).
More info and a free trial is available for download at our web site.

Regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------
 
A

Andreas

If you use a pcl driver write a new GPD (Generic Printer
Description) or Postscript PPD (Postscript Printer
Description) File with the Special A6 Format. Make your
own Minidriver and it works
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top