If the purpose of the PDF is to archive data then it can be wide and the user can scroll across and zoom in on the important parts.
But if the data does have to be readable without a magnifying glass and the number of fields when laid out horizontally causes the font to be too small then if you really do need all those fields to be on the report your only other option is to expand in a vertical direction.
What do I mean by that?
Suppose for example you have I said the fields which describe contact information. You can create formula fields that would stack several fields vertically.
So instead of having say 4 fields across, those related fields would be stacked vertically. So you may end up with say only 40 fields across the page instead of 70.
for example.
Five wide columns like
Company First Last Title email Phone
Your Quick Base Coach Mark Shnier Chief Builder of Builder mark.shnier@gmail.com
vs
Your Quick Base Coach
Mark Shnier
Chief Builder of Builder
mark.shnier@gmail.com
(800) 970-2000 x3704
the formula to stack fields is
List("\n", [field 1], [field 2], [field 3], [field 4], [field 5])
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------