Link to home
Create AccountLog in
Avatar of techmetro
techmetro

asked on

Exporting C# form to pdf

Hi,

We have written a C# form application using visual studio 2008. This application can allow user to populate objects of various types at run-time on a form. Different types of objects could be text boxes, labels, grids and images. We want to save this form as a pdf file or as a microsft word document file. We already have tried option of saving this form as an image and converting the image to pdf file. It is working fine, but hard-copy (printed copy) of such a pdf file is of poor quality. Hence we want to have a better solution. Please let us know.
ASKER CERTIFIED SOLUTION
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
1up for PDFSharp!
Avatar of techmetro
techmetro

ASKER

Thanks sedgwick! We tried PDFSharp, it helped us for most of objects; except grids. Your timely help is appreciated!