Skip to main content
April 3, 2008
質問

CFDocument leaves a lot of white space after the header

  • April 3, 2008
  • 返信数 1.
  • 1062 ビュー
I have an application that procudes PDF documents using the CFDocument tag with headers and footers. The problem is that it creates a lot of white space between the end of the header and the beginning of the body of the document. I have tried changing the margin size but that will shrink the image and still leave the white space. Is there any way to reduct the amount of white space?

Dale
このトピックへの返信は締め切られました。

返信数 1

Participant
April 10, 2008
Hi Dale,

I'm sorry but I don't have the solution to your problem :)

All I have is a quite similar problem, with a page break inclusion.

I'm working on a report displaying a table, and below this table I would like to display a kind of summary, including some interesting values calculated from the table.

I included this summary table into the Report footer, because I don't know where the best place is.

The problem is : when generating the pdf file, there is a page break that apperas right after my values table. Then the summary table is created on page 2

I guess it is because my report footer is pretty large, it includes 2 parts :
- the summary table (about 5 lines)
- a big legality text

I wish I can cut this footer in to parts, then I guess the break would be after the summary table, and this will go to first page, right after my values table.

Any idea?

Thank you!

PS: I don't know if I explained correctly, but I didn't found any way to include my test.pdf file.