Re: Insert text into already existing Table in a pdf template
If your PDF is tagged and the tags include the table structure, then you may be able to find the PDF syntax that is responsible for rendering the content of a cell. While it may look easy to replace this particular part of PDF syntax, it's not easy to do this properly: for instance: tagged PDF doesn't tell you anything about the dimensions of the cell.
I don't think you are using the right approach here. While creating your PDF, you're better of adding annotations or fields to define the location of the cells (you can remove these annotations or fields afterwards).
|