Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!

I have an application which creates custom business cards.
So far I have achieved this.

•Creating the business card using pure GDI.
•The ability to create multiple business cards with different information on it.
•Able to export an image of each card seperately.

What I would like to do, is create a page/image that is printable and will preserve the size of the card in a tiled format. So, for example.

http://i.imgur.com/itkc7F4.png

Yes, that is done in MS WORD, but I want to emulate such formatting in C# with the result in which I can print it out and it should be the same size, and fit the same amount into a page like MS Word does.

Thanks
Posted
Comments
BillWoodruff 8-Jan-14 6:29am    
Why not try to achieve this by inter-operating with MS Word using C#, and then you can take advantage of Word's printing, print-preview, etc., facilities ?
Joseph Croweds 8-Jan-14 7:02am    
Good Idea, I'll do some research on it and report any results.

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