Uncheck the shrink to fit in acrobat's print dialog. If it still doesn't
work complain to the printer manufacturer.

Best Regards,
Paulo Soares

----- Original Message -----
From: "Jaladurgam, Ramana" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 20:30
Subject: Doubt on Measurement units


> I found from the documentation that the measurement units are points and
> 72pts = 1inch.
> But, the results I am getting are different.
>
>       I wrote the following code:
>          //Document initialization stuff
>         Document lPdfDocument = new Document();
>         PdfWriter lPdfWriter = PdfWriter.getInstance(lPdfDocument , new
> FileOutputStream("Line.pdf"));
>         lPdfDocument.open();
>         PdfContentByte lPdfContentByte = lPdfWriter.getDirectContent();
>         lPdfContentByte.moveTo(200, 500);
>         lPdfContentByte.lineTo(272, 500);
>         lPdfContentByte.stroke();
>         lPdfDocument.close();
>
> Thought this should give me a line of 1inch.
> I have printed the document, measured with the scale and found that the
> resulting line is a little less than 1 inch.
> Can anyone help me out with this measurement units please.
>
> Regards,
> Ramana.JV.
>
>
>
> ************************************************************************
> ****
>
> This email may contain confidential
> material. If you were not an intended recipient,
> Please notify the sender and delete all copies.
> We may monitor email to and from our network.
>
>
> ************************************************************************
> ***
>
>
>



-------------------------------------------------------
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
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to