What he's asking is that if you can make a mini program with dummy data
that does the same issue that your having and give him that as an example.
A lot of us have private and confidential data, but we use butchered code
that produces the same error results that can be diagnosed by others
without giving out sensitive information!
Glen Hamel
Lead Programmer / Technician
Auric Networks Canada, Inc.
570 Orwell Street, Unit 1
Mississauga, Ontario
L5A 3V7
Phone 905.361.7621
Fax 905.274.3912
http://www.auricnet.ca
From:
kurent <kurent....@gmail.com>
To:
itext-questions@lists.sourceforge.net
Date:
12/16/2008 09:32 AM
Subject:
Re: [iText-questions] Bold text not visible in landscape
Sorry, the code in my case is quite complex and customized for our
systems.
Just thought someone would immediatelly point out the problem from
experience.
I did figure out where it goes wrong with the help of your example - with
font definition. I embedded the font because without it I cannot guarantee
special characters of my language being displayed correctly.
BaseFont BaseFontek = null;
try
{
BaseFontek =
BaseFont.createFont("GS_confidentialA1_priority1\\defenseStatusReports\\iText_font\\verdana.ttf",
BaseFont.CP1250, BaseFont.EMBEDDED);
} catch (DocumentException e) { }
// step 4: we add a paragraph to the document
Font font = new Font(BaseFontek, 12, Font.BOLD);
But when doing this bold text is transparent.
--
View this message in context:
http://www.nabble.com/Bold-text-not-visible-in-landscape-tp21012255p21033302.html
Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php