How do I prevent the overlap of rows shown in the attached example? The format is set to PDF Table.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Simon Georges’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
timmay’s picture

I don't believe this is related.

To the original poster: I think what you're looking for is in the PDF Field Settings...this is the clunky positioning configuration interface that everyone seems to be referring to. I was having a similar issue to yours, but finally figured out how the positioning works more or less. As a general rule of thumb, I find that changing the positioning settings for each field to:

  • Position relative to: Last Writing Position
  • Position relative to corner: Bottom Left
  • Position X: 0
  • Position Y: 2

seems to provide a semi-normal flow to start tweaking from.

It's very possible, using the default settings, to display only one label on the whole page, or have multiple items writing over the top of each other, which is very confusing when you're starting out with this module.

Hope that helps...

killua99’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce

Dear fellow Drupal enthusiasts,

I have set this issue to "Postponed (Maintainer needs more information)".

If not already done please add an issue summary and steps how to reproduce the problem.
And please read again, "Making an issue report".

Help about how to do this can be found on IRC and in the user groups.

After there is new information, please re-open the issue by changing the status to active.

--
This issue was edited with the help of Issue Helper

killua99’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (works as designed)

Please open a new issue if you still have this problem.

Priti197’s picture

I am still facing the overlap issue.

NWOM’s picture

Component: Miscellaneous » Code
Category: Support request » Bug report
Status: Closed (works as designed) » Needs review
Issue tags: -Needs steps to reproduce
Related issues: +#1349444: table haders do not take row height into account
FileSize
535 bytes

I had the same issue and luckily found a D6 patch that I could use as a base: #1349444: table haders do not take row height into account.

Attached is the patch. Please review.

killua99’s picture

I'll try to review it and commit it.

NWOM’s picture