How can I insert a gridview/ gridview content into PDF ?
I am generating a pdf using aspose.pdf. My Page has a gridview.The column number shall remain constant in my grid but rows may vary.
How can I insert that grid content into my PDF file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to add it to your paragraph like so:
To the
Tableyou can addRowobjects etc. Check out the ASPOSE PDF online documentation at http://www.aspose.com/documentation/.net-components/aspose.pdf-for-.net/aspose-pdf-generator-articles.html.Good luck!