Error with custom paper size

Discussions about document printing in GdPicture.NET using GdPictureImaging.
Post Reply
pyh
Posts: 5
Joined: Mon Nov 09, 2009 5:01 pm

Error with custom paper size

Post by pyh » Mon Nov 09, 2009 5:31 pm

Hi, I have problem with printing image when custom paper size is specified.
I use PrintDialogFit() method to print image on entire page. Print dialog shows and I see that for my printer paper size specified as custom size (width=20.25 inches, height=12.5 inches). I click ok but image has been printed with letter size and has not been fitted on all page.

To check printer and his driver image was saved in file and then printed from Photoshop. And result was as I expected - image was printed in specified custom size.

I use printer Kodak T-200
GDPicture.Net version 6.4.0.10
.Net Framework version 3.5
tested on Vista and XP

sample code:

Code: Select all

System.Drawing.Bitmap image; //initialized in external code

try
{
    imageId = oGdPictureImaging.CreateGdPictureImageFromBitmap(image);
    oGdPictureImaging.PrintDialogFit(imageId);
}
finally
{
    if (imageId != 0)
    {
        oGdPictureImaging.ReleaseGdPictureImage(imageId);
        imageId = 0;
    }
}

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Error with custom paper size

Post by Loïc » Tue Nov 10, 2009 11:00 am

Hi,

We identified a little bug in our paper size management.

Bu the way, I hope we fixed your problem too.

Please, wait for the next minor release or send us a mail at esupport (at) gdpicture (dot) com to get a beta version.

With best regards,

Loïc

pyh
Posts: 5
Joined: Mon Nov 09, 2009 5:01 pm

Re: Error with custom paper size

Post by pyh » Wed Nov 11, 2009 4:53 pm

Hi Loïc, thanks for reply.
How long I need to wait next release?

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Error with custom paper size

Post by Loïc » Wed Nov 11, 2009 5:28 pm

Hi,

Within 3 weeks.

Kind regards,

Loïc

pyh
Posts: 5
Joined: Mon Nov 09, 2009 5:01 pm

Re: Error with custom paper size

Post by pyh » Thu Nov 12, 2009 6:09 pm

Thanks, but it's too long and problem is critical. I'll write to ask beta.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest