Custom Paper Size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to set a custom paper size in an access report also, the printer
I'm using is an Epson AP2000, however, the printer driver is generic and does
not let me define a custom size paper, what are my options now?

Thanks
 
how are you trying to set the custom paper size? code or
manual?
i would surf epson's site is see what drivers are
available for the printer in question.
 
OscarPicado said:
*I'm trying to set a custom paper size in an access report also, the
printer
I'm using is an Epson AP2000, however, the printer driver is generic
and does
not let me define a custom size paper, what are my options now?

Thanks

--
Oscar Picado
San Jose
Costa Rica
(e-mail address removed) *


Hello
I think if you use API you can do it
openprinter for handler
copymemory for write memory to printer_info_9
set paper length and width into printer_info_9
regards
Mehdi
 
Back
Top