I am using iTextSharp and CSharp for creating the pdf.I am creating many tables.So i need to position each tables in different location.
Is it possible?
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.
I use this code because the original pdfptable automates it’s position:
This Code positions the table in the middle of the page. Beware: The coordinate system begins in the LOWER left, not in the upper left.
Its vb.net code, but adaption should not be too hard.