- Original Message -
From: "Lawrence Tsosie" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Monday, April 02, 2007 7:48 PM
Subject: Re: [iText-questions] iText C# Font Class
> Thank you - i will look at my reference
> Thank you - i will look at my references but I'm certain I don't use
> System.Drawing.Font.
>
> If so, is there somethign else I might be doing wrong??
You can attach your source file if you like, but the compiler isn't
pulling a System.Drawing namespace reference out of thin air. In any
event,
Thank you - i will look at my references but I'm certain I don't use
System.Drawing.Font.
If so, is there somethign else I might be doing wrong??
Thanks in advance
-Lawrence
On 4/2/07, Brian McKeever <[EMAIL PROTECTED]> wrote:
> Font font = new Font(Font.COURIER, 10, Font.BOLD);
> When i comp
> Font font = new Font(Font.COURIER, 10, Font.BOLD);
> When i compile my project, i get the following error:
> Error 4 'System.Drawing.Font' does not contain a definition for 'COURIER'
> C:\Myassemblies\Chapter1_iText\Chapter1_iText\Form1.cs
> 120 43 Chapter1_iText
You want an instance of iTextSha
Good day.
I am developing in C# and trying to use the Font Class within iText to
format characters in a pdf document. I'm looking at the examples in the
book ("iText In Action") and the code that formats text to BOLD does not
recognize the syntax from the book.
The original line of code is:
Fo
itextsharp has the method IPdfPageEvent.OnEndPage(PdfWriter writer, Document
document). Is that what you are looking for?
Paulo
- Original Message -
From: "bruno" <[EMAIL PROTECTED]>
To: "marvit" <[EMAIL PROTECTED]>;
Sent: Friday, April 14, 2006 7:48
Hello Marvit,
I'm sorry, I haven't had the time to work with the .NET port yet
(I only know the JAVA version), so I forward this to the mailing list.
br,
Bruno
marvit wrote:
Bruno,
I'm trying to use the EndPage() Method, but not to get implementation in
C#, see the examples in Java and not
marvit wrote:
Bruno,
When the version C# will stay equal the Java, for download.
Normally Paulo keeps the C# version in sync with the Java version.
That is: the version in CVS. I don't know about the releases.
Note that there will always be differences between both libraries.
For instan
Bruno,
When the version C# will stay equal the Java, for download.
Tks,
Marcio Martins