Please help me..
G
"Gaetanog" <tn...@libero.it> wrote in message news:<0a9e01c34021$c0764260$a101...@phx.gbl>...
Check out wPDFControl which is on http://www.wptools.de
It now includes a C# wrapper which makes this PDFEngine DLL extremely
easy to use in VC.NET or C#Builder (price EURO 215)
It offers a set of overloaded functions such as DrawGraphic and also
provides a Graphics object for native C# drawing operations. There is
a free evaluation version, too.
In general this control creates PDF files similar to a printer object.
You have to execute BeginDoc export something and then do EndDoc.
If the text file is RTF you could use the incarnation wRTF2PDF which
would load the rtf file and output it to PDF. Since it has a BeforeEnd
Pageevent it is easy to create a bitmap overlay (or watermark -
AfterStartPage)
I hope this helps,
Julian Ziersch