TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dev 0
NA
31
35.9k
How to give x and y cordinates to pdftable which im adding in document of itextsharp
Sep 23 2011 3:31 AM
Hi
Im doing code in C# and creating pdf using Itextsharp.
I have created table using pdftable of Itextsharp.
But now I need to place table on different locations(X and Y co-ordinates) on the document. table data is contiued to next pages which i want but cant give exact positions to table in document.
doc.Add(mytab);
and if I have used below code, problem is that table data is showing for only one page, i means just one page is creating in below case.
mytable.WriteSelectedRows(0, -1, PositionX, (doc.PageSize.Height - PositionY), writer.DirectContent);
so how i can set positions to table when im adding it in document.
plz help me.
Reply
Answers (
1
)
Highlight Selected Text
Silverlight or WPF Social Network