Connecting Tech Pros Worldwide Forums | Help | Site Map

ms word document custom printing through .net

Newbie
 
Join Date: Oct 2006
Posts: 4
#1: Mar 28 '07
hi, i need your help, i'll receive some ms word documents (paragraphs, bullets, different fonts in a document -family-size-format, images, etc. a "normal" document) and i need to print them on a preprinted sheet that have 2 sections for printing data.

Expand|Select|Wrap|Line Numbers
  1. +------------------------------------------+
  2. |                                          |
  3. |   +----------------------------------+   |
  4. |   |                                  |   |
  5. |   |       Field for printing         |   |
  6. |   |                                  |   |
  7. |   |                                  |   |
  8. |   +----------------------------------+   |
  9. |                                          |
  10. |   +----------------------------------+   |
  11. |   |                                  |   |
  12. |   |       Field for printing         |   |
  13. |   |                                  |   |
  14. |   |                                  |   |
  15. |   +----------------------------------+   |
  16. |                                          |
  17. +------------------------------------------+
how can i break up ms word document data to fit in the fields for printing of the preprinted page?



- if i had grammar or spelling errors please point me them up to fix them -

SammyB's Avatar
Moderator
 
Join Date: Mar 2007
Location: Springfield, Ohio
Posts: 729
#2: Mar 28 '07

re: ms word document custom printing through .net


Quote:

Originally Posted by madval

hi, i need your help, i'll receive some ms word documents (paragraphs, bullets, different fonts in a document -family-size-format, images, etc. a "normal" document) and i need to print them on a preprinted sheet that have 2 sections for printing data.

Expand|Select|Wrap|Line Numbers
  1. +------------------------------------------+
  2. | |
  3. | +----------------------------------+ |
  4. | | | |
  5. | | Field for printing | |
  6. | | | |
  7. | | | |
  8. | +----------------------------------+ |
  9. | |
  10. | +----------------------------------+ |
  11. | | | |
  12. | | Field for printing | |
  13. | | | |
  14. | | | |
  15. | +----------------------------------+ |
  16. | |
  17. +------------------------------------------+
how can i break up ms word document data to fit in the fields for printing of the preprinted page?



- if i had grammar or spelling errors please point me them up to fix them -

I don't think you need any programming or .NET to do this. I believe that in Word 2003, in the page setup, you can divide a page into two sub-sections. Unfortunately, I only have Word 2000 on this machine.
Newbie
 
Join Date: Oct 2006
Posts: 4
#3: Mar 29 '07

re: ms word document custom printing through .net


Quote:

Originally Posted by SammyB

I don't think you need any programming or .NET to do this. I believe that in Word 2003, in the page setup, you can divide a page into two sub-sections. Unfortunately, I only have Word 2000 on this machine.

Well, I posted the better case to my problem, because it can be 2, 3 or 4 sections per page.

I've tried to use a RichTextBox control where I'll load ms word document data (for testing I been copy&paste data) into richtextbox and tried to break up the printing area, which works fine, but every section gets printed in a different page. I really don't know if it would be possible to print more than one section per page but I'm trying to. Any ideas?
Reply