Re: [Perl-pdf-devel] Printing PDFs
Status: Beta
Brought to you by:
ftassin
From: Kirk K. <ki...@gr...> - 2003-08-14 18:17:48
|
I'm sure there are others on here who can give a more qualified response, but here's my stab at it: I believe that specifying the bleedbox for the document to the actual size of the paper may help solve the problem. Part of the issue, however, may be that printers vary in their calibration of paper to printhead. But if I had to take a stab at solving your problem, the above would be my first thing to try. On Wednesday, August 13, 2003, at 04:05 PM, Ogden Nefix wrote: > Hi, > > Thanks to all those who helped develop PDF::Create. The features and > speed are amazing. > > I have created a PDF which is to be printed on a specific page - it is > a form used like they do in high schools for multiple choice questions > with the bubbles (ie. "ABCDE"). Basically, for a specific form, the > PDF I create is supposed to pre-fill out some of the bubbles on the > form. > > I do this via creating a rectangle for a particular position: > > $page->rectangle(485, 756, 8,8); > > So once the Perl script creates the PDF over the web and sends it to > the client, the client then opens it up within Acrobat reader. > However, the rectangles always print differently on different > printers. I then have to go in and change the x and y positions for > the rectangle. > > I am wondering why this is. I thought the point of PDF was so it would > "fit exactly to page"? > > Any suggestions? > > Thank you > > Afra > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/ > direct;at.aspnet_072303_01/01 > _______________________________________________ > Perl-pdf-devel mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-pdf-devel > |