[iText-questions] bookmark on Solaris

2002-12-10 Thread yangll
I product pdf with itext, when I export the pdf file on Solaris, part of the content in bookmark losed, but it's link still remains, that means , when I point my mouse to a line of bookmark, there will appear a underline without any text , and when I click the link, can go to the correct page. Whil

Re: [iText-questions] what's the unit of BaseFont.getWidth(String text)

2002-11-22 Thread yangll
e - From: "Bruno" <[EMAIL PROTECTED]> To: "yangll" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 4:18 PM Subject: Re: [iText-questions] what's the unit of BaseFont.getWidth(String text) > Quoting yangll <[EMAIL PR

[iText-questions] what's the unit of BaseFont.getWidth(String text)

2002-11-22 Thread yangll
I am using itext, it's really a nice job. I have one question: what's the unit of BaseFont.getWidth(String text), and how to convert the width value into pixel. Thanks! --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. htt

[iText-questions] how to draw DashDot Line

2002-09-09 Thread yangll
How to draw DasgDotLine such like ___ _ ___ _ ___ _ , it's pattern is [ 9 5 1 5 ] 0 , How to set the parameters in pdfContentByte.setLineDash(...), or should I use the class PdfDashPattern, please tell me how to do , thanks! ---

[iText-questions] can I compress a image or make GIF transparent

2002-09-03 Thread yangll
1.Can I compress image in pdf ( set the compress rate ) , so I can decrease the size of the pdf file. 2.Can I choose to make a transparent GIF keep transparent background or not? thanks!