harsha_reddy wrote:
> Hi All,
> Can some one tell me whether there is any difference in font size between
> PostScript and Itext generated PDF.... if Yes the how can i make the Font
> size of itext equal to PostScript.

This question is close to unanswerable.
You can define the font size in 'Text State',
but that doesn't mean the font size won't be
affected by a transformation matrix outside
the text state where you've set the font size.

> and also can some one give me function to do horizontal scaling of 75% to
> the font

The question is too vague to give a specific
answer. You can change the font size in the
Font object, you can change the font size
with setFontAndSize in PdfContentByte, you
can scale a Chunk horizontically,...

I mean: if you look at the iText book,
I could refer you to about 20 pages that
might be an answer to your question (or
not, depending on your specific needs).
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to