Best way to generating output

  • Thread starter Thread starter Jurjen de Groot
  • Start date Start date
J

Jurjen de Groot

I'm working on a project in which I'd like to print several documents /
reports.
What would be the best way to achieve this.

I would, for instance, like to create a multipage document containing
several letters, making sure that when printing, each letter is printed on a
seperate page. (How do I send a FormFeed, making sure each letter starts on
a seperate page)


Any suggestions


Kind regards,

Jurjen de Groot
Netherlands.
 
I would, for instance, like to create a multipage document containing
several letters, making sure that when printing, each letter is printed on a
seperate page. (How do I send a FormFeed, making sure each letter starts on
a seperate page)

Are you trying to do this using ASP.NET?
 
Try the css page-break-after property
Google the term and you will find what you need.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wil Moore III, MCP Site : www.quicksitedesign.com?em
Application Developer Site : www.digitallysmooth.com?em
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I'm working on a project in which I'd like to print several documents /
reports.
What would be the best way to achieve this.

I would, for instance, like to create a multipage document containing
several letters, making sure that when printing, each letter is printed on a
seperate page. (How do I send a FormFeed, making sure each letter starts on
a seperate page)


Any suggestions


Kind regards,

Jurjen de Groot
Netherlands.
 
Back
Top