Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wonder maybe some of you already was working on similar thing. I need to develop code that will take some texts and company logo and will place it on the A4 format paper in diffrent count of it. So lets say entire paper got only 1 or lets say 4, or 16 and so on... User would define how many of them should be spliited on paper.

So lets say user define:

Company name: AnyCompany
Address: AnyAddress
Symbol: AnySymbol
Date: anydate
Logo: graphic logo

so it would look like this with some frame around



AnyCompany  graphic logo 
                                
         Symbol                 
                                
Address     Anydate



And based on how many user want it on A4 paper this will be splitted and resized on A4 format paper.

Did you already work on something similar can you support me with that?
Posted
Comments
Sergey Alexandrovich Kryukov 7-Nov-14 14:46pm    
Why would be interested in someone who did something similar? Ask anyone who can answer your question. Ask your technical question. I don't see a problem. Use the class PrintDocument, and so on...
What have you tried so far?
—SA
carlito_brigante 7-Nov-14 15:34pm    
i dont know from where i should start and what i should use and suggestion?

1 solution

WinForms solution:
Start here: PrintDocument Class[^] and use PrintPage[^] event. Follow the link to see the example.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900