What's the book release date and publisher?
>>> Bruno Lowagie <[EMAIL PROTECTED]> 10/20/05 7:09 AM >>>
Fireball29 wrote:
> Hi!
>
> When will the XML Tutorial
> (http://itextdocs.lowagie.com/tutorial/#part9) be available?
There will be stuff on XML in the book 'iText in Action'.
While I am writi
Can you point me in any direction?
>>> Leonard Rosenthol <[EMAIL PROTECTED]> 08/03/05 9:44 AM >>>
At 12:16 PM 8/3/2005, Francisco Carvalho wrote:
>Is it possible to extract images from a PDF and save them as JGP? - thx
Yes, bu
Hi,
Is it possible to extract images from a PDF and save them as JGP? - thx
---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and
I had a similar issue with someone at the office.
It turns out they Installed Adobe Acrobat 6 Professional with Adobe Reader 7.0
already installed.
I've fixed the problem by uninstalling AR7 and reinstalling it.
Francisco
>>> "Paulo Soares" <[EMAIL PROTECTED]> 07/25/05 9:39 AM >>>
I received t
public override void OnEndPage(PdfWriter writer, Document document)
{
// do something
}
}
private void button1_Click(object sender, System.EventArgs e)
{
Letter lt = new Letter();
lt.write();
}
>>> "Francisco Carvalho" <[EMAIL PRO
I'm not able to get the OnEndPage to fireup what am I doing wrong?
using System.IO;
using iTextSharp.text;
using iTextSharp.text.pdf;
..
private void button1_Click(object sender, System.EventArgs e)
{
Document document = new Document(PageSize.LETTER,40,10,10,60);
PdfWriter writ
Hey Paulo,
I've tried to use iTextSharp instead of iTextDotNet, but the event onEndPage()
stops working. my class inherits from PdfPageEventHelper. What am I doing wrong?
Francisco
>>> "Paulo Soares" <[EMAIL PROTECTED]> 07/19/05 11:50 AM >>>
Let's see what we have:
iText - the original, in Jav
The code I previously provide had a typo so here is the correct one. I'm having
a really hard time figuring this on out.
Message: 9
Date: Mon, 11 Jul 2005 09:07:57 -0700
From: "Francisco Carvalho" <[EMAIL PROTECTED]>
To:
Subject: [iText-questions] AutoPrint
I'm writ
I'm writing an ASP.NET application using iTextdotNET. The application is
"wizard like". At the previous to last screen a PDF letter is displayed to the
user (embed in a HTML page) and the user is asked to select the delivery method
of the letter (email or print). If (s)he selected print, the app