No, we are not embedding. We defined the font as the Helvetica family
along with the font size and style in a separae parameter file and then
create the font as follows:
Font font = new Font(FontFactory.getFont(
item.getFont().family,
fontSize,
item.getFont().style));
Then we set it in the chunk that we are creating.
Cindy Jeness
On Thu, Jun 20, 2013 at 11:13 AM, Jacob Certain <jcert...@gilbertschools.net
> wrote:
> On 2013-06-20 09:42, Thu, Cynthia Jeness wrote:
> > I am generating a PDF file to print labels which must be precise
> > dimensions. If I generate the labels on my Linux development computer,
> > the dimensions on my labels are exactly what I expect (3-1/8" X 2").
> > However, when I run the same code under Windows 7, the generated PDF
> > produces labels which are slightly smaller (2-15/16" X 1-15/16"). The
> > line spacing is also incorrect and by a more significant amount and the
> > font is slightly smaller. We are using a font family of Helvetica.
>
> The problem could entirely lie elsewhere, but my first thoughts are: How
> are you specifying the font? Are you embedding it?
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> iText(R) is a registered trademark of 1T3XT BVBA.
> Many questions posted to this list can (and will) be answered with a
> reference to the iText book: http://www.itextpdf.com/book/
> Please check the keywords list before you ask for examples:
> http://itextpdf.com/themes/keywords.php
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php