0

I use pod to generate my reports from django. Really cool solution.

For a very specific case pod inserts blanks pages into report. This is the scenario: The report has sections, at the end of each section they are a comment, but this comment is in a foot page note (to force it to appears at the bottom of the page):

[section 1]
  [page 1
     ...
     ...
  ]
  ...
  [page n
     ...(*1)

  (*1) -my comment -]

In this configuration, blank pages are inserted randomly into section. I put the comment into a foot note because I want that this comment appears at the bottom of last section page. I know that all problems are due foot note, with foot note OO has problems to repaginate document.

Someone knows or imagines a workaround for this issue? Notice that for me is not necessary that this comment be a foot note, is enought if it appears at bottom of last section page just before a break page.

Jonas
  • 121,568
  • 97
  • 310
  • 388
dani herrera
  • 48,760
  • 8
  • 117
  • 177
  • Hi, sorry by the trouble, I have a error with loop for in pod may you show me how do you do a loop with for? – jdurango Mar 21 '13 at 19:39
  • @jdurango, be free to post a question with details. Link here the question when it will be posted. – dani herrera Mar 21 '13 at 19:57
  • I already did it here is http://stackoverflow.com/questions/15555589/error-in-loop-with-for-python-open-document – jdurango Mar 21 '13 at 21:35

0 Answers0