i am using libharu to write some texts to pdf file.
i am putting file size as a4, so what's the pixel wise width and height ?
when i do
HPDF_Page_TextOut(page1, 50.00, 50.00, [str UTF8String]);
it starts writing from down to up rather than up to down
i also need some hint in writing multiline texts wordwrapping kind of.
thanks in advance
i am putting file size as a4, so what's the pixel wise width and height ?
when i do
HPDF_Page_TextOut(page1, 50.00, 50.00, [str UTF8String]);
it starts writing from down to up rather than up to down
i also need some hint in writing multiline texts wordwrapping kind of.
thanks in advance