C# PDF work with tables -



C# PDF work with tables -

i have pdf file table inside. want read document , alter existing row , add together new rows too. there way do this?

i'm afraid won't have luck.

unfortunately don't 'rows' in pdf - there no concept of table in pdf - text , vector graphics.

this means have manually add together vectors , text in right places give illusion of table.

c# pdf

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -