hi
all, this code
Document document = new Document(PageSize.A4, 18, 18, 18,
18);
>
supposedly sets margins to be 18 (pixels?) top, bottom, left and right,
right?
>
when viewed in pdf, the top seems to be ok. but the left and right margins are
somehow big.
>
when printed, the top portion seems to be cut off and the left and right margins
are also big. is this a file -> page setup issue in acrobat
reader?
> i
also inlcuded a page events, it does not get printed (e.g. page 1 of 2) but in
the pdf it can be viewed. i just copied the same code from the tutorial and
modified the label text to page n of n
anyone
got ideas why these happened?
Mark
--- |
Title: Message