Re: Advanced printing
From: Ron Allen (rallen_at__nospam_src-us.com)
Date: 01/29/05
- Next message: rdcpro: "RE: VS.NET web.config file encoding"
- Previous message: Peter van der Goes: "Re: Error 1406 appears during the VS .NET 2003 installation"
- In reply to: Johan DM: "Advanced printing"
- Next in thread: Johan DM: "Re: Advanced printing"
- Reply: Johan DM: "Re: Advanced printing"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 29 Jan 2005 11:51:14 -0500
Johan,
Printing graphics and formatted text fields isn't a problem. I have
several programs that do this. To print a PDF you can either get one of the
.NET toolkits that support PDF generation and make your own or (as we do)
get a PDF printer output driver that prints your document to a PDF file. We
use activePDF composer to do the PDF output. For the formatted output I
just draw the desired item at the location required on the page using a
PrintDocument subclass. For transmission between offices all of our output
documents are stored in a set of defined XML formats and then printed from
that.
Ron Allen
"Johan DM" <JohanDM@discussions.microsoft.com> wrote in message
news:A59C31CC-6296-499D-B8DB-07170658658E@microsoft.com...
> I'm aware of the possibility to print plain text.
> But I'm wondering if it is possible to print more advanced documents.
>
> e.g. i want to let the user choose some topics and answer some questions
> that will be stored in variables.
> Afterwards these variables have to be printed (as pdf) including a company
> logo and some standard text according a fixed ordening.
>
> e.g.
> company logo
> Activity date: 8-11-2005
> Activity place: California
> etc
>
> Anyone knows if this is possible?
- Next message: rdcpro: "RE: VS.NET web.config file encoding"
- Previous message: Peter van der Goes: "Re: Error 1406 appears during the VS .NET 2003 installation"
- In reply to: Johan DM: "Advanced printing"
- Next in thread: Johan DM: "Re: Advanced printing"
- Reply: Johan DM: "Re: Advanced printing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|