Hi Paul,
my little program QT_Graphics will work well? Have you tried to see if
the proportions between video, pdf and printing on paper are correct? If
the answers are yes, what prevents you to use 72 as resolution in your
print Sub?
You do not even convert millimeters into inches because th
Correctly ...--- > well
Le 14 oct. 2014 13:59, gambas...@gmail.com a écrit :
Yes configure reset many properties
For labels you can use gb.report too. It manage resolutions correctly.
Le 13 oct. 2014 21:26, "Paul Horechuk" a écrit :
It looks like the problem has been resolved. Keeping the same
Yes configure reset many properties
For labels you can use gb.report too. It manage resolutions correctly.
Le 13 oct. 2014 21:26, "Paul Horechuk" a écrit :
> It looks like the problem has been resolved. Keeping the same resolution
> (100), I just moved the .resolution to just after the .configur
It looks like the problem has been resolved. Keeping the same resolution
(100), I just moved the .resolution to just after the .configure line,
before the printer.begin. This at least fixes the pdf scaling issue and
I'm sure it will fix other printer issues as well.
Thanks to Gian and Benoit.
Thank you for the examples.
It appears we are doing a similar process. You use 72 as the resolution
and with 25.4 mm per inch, you get a factor of 0.352778 (MM_X_PX).
I use 100 for the resolution and use the page dimensions of the page in
inches to get 850 x 1100 for US letter size. If I change
Sorry but for my scarce English I did not understand how did you print
to your HP.
Anyway , I think that if you want to get the same proportions between
what you see on the screen and what you print (with millimeter
accuracy), have to look to compensation factors.
For example with the componen
Thanks. I'll check them out.
On 14-10-10 05:04 AM, Gian wrote:
> Hello Paul,
>
> attached two small demonstrations that might inspire you.
> gianluigi
>
>
>
>> Le 08/10/2014 18:20, Paul Horechuk a écrit :
>>> I have a successful project that formats a sheet of labels on an Avery
>>> form and print
Aparantly, I am trying to draw a the pixel level as I want to precisely
position the contents of each label. I open the printer as a drawng
area, as in:
Public Sub MyPrinter_Begin()
' Only 1 page for now
MyPrinter.Count = 1
MyPrinter.Resolution = 100 ' Set to 100 works great. 300 shrinks
Hello Paul,
attached two small demonstrations that might inspire you.
gianluigi
Le 08/10/2014 18:20, Paul Horechuk a écrit :
I have a successful project that formats a sheet of labels on an Avery
form and prints directly to an HP OfficeJet 7500 E910.
I set the printer width to 850 and lengt
Le 08/10/2014 18:20, Paul Horechuk a écrit :
> I have a successful project that formats a sheet of labels on an Avery
> form and prints directly to an HP OfficeJet 7500 E910.
>
> I set the printer width to 850 and length to 1100 with a resolution of
> 100. These may not be correct for all (PrinterW
I have a successful project that formats a sheet of labels on an Avery
form and prints directly to an HP OfficeJet 7500 E910.
I set the printer width to 850 and length to 1100 with a resolution of
100. These may not be correct for all (PrinterWidth and length are seen
as 216 by 279mm), but by s
11 matches
Mail list logo