IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Hints? Get More Data on a PDF without a tiny font size
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Silver Member
Posted
Any hints or helpful tips out there for getting more data on a PDF without going to a tiny font?
Much obliged for any assistance.
BTW can you put Panel and Width commands into a style sheet?
NNone Frowner
 
Posts: 41 | Location: Midwest, USA | Registered: October 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
Virtuoso
Posted Hide Post
Orientation = landscape helps.
 
Posts: 1307 | Location: Council Bluffs, IA | Registered: May 24, 2004Reply With QuoteEdit or Delete MessageReport This Post
Platinum Member
Posted Hide Post
You could narrow the gap between each line.
 
Posts: 106 | Location: Boston | Registered: April 23, 2003Reply With QuoteEdit or Delete MessageReport This Post
Silver Member
Posted Hide Post
Lenny, how do you narrow the gap between lines?
Tx!
 
Posts: 41 | Location: Midwest, USA | Registered: October 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
Platinum Member
Posted Hide Post
You would put it in the STYLE section.

ON TABLE SET STYLE *

TYPE=DATA, TOPGAP=0.03, $
TYPE=DATA, BOTTOMGAP=0.03, $

ENDSTYLE
 
Posts: 106 | Location: Boston | Registered: April 23, 2003Reply With QuoteEdit or Delete MessageReport This Post
Gold member
Posted Hide Post
Same for RIGHTGAP and LEFTGAP, you're gonna be impressed how much space you'll get back by changing those values. Use PAGESIZE = LEGAL and ORIENTATION = LANSCAPE to get a bigger page.
 
Posts: 87 | Location: Montreal, QC, Canada | Registered: September 03, 2004Reply With QuoteEdit or Delete MessageReport This Post
RB
Gold member
Posted Hide Post
Reduce the space between the columns too.
 
Posts: 76 | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
Silver Member
Posted Hide Post
Thanks for the great ideas! Very helpful!
 
Posts: 41 | Location: Midwest, USA | Registered: October 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
<Pietro De Santis>
Posted
Ever wonder what the default values for TOPGAP, BOTTOMGAP, LEFTGAP and RIGHTGAP are? I see nothing about this in the documentation.
 
Reply With QuoteEdit or Delete MessageReport This Post
Guru
Posted Hide Post
you can also put some of your sort fields in headings or subheads and make sure to
SET SQUEEZE = ON
in the stylesheet.
 
Posts: 386 | Location: Springfield, MA | Registered: May 07, 2003Reply With QuoteEdit or Delete MessageReport This Post
Silver Member
Posted Hide Post
Carol, does SQUEEZE=ON work with PDFs or only with HTML?
 
Posts: 41 | Location: Midwest, USA | Registered: October 28, 2004Reply With QuoteEdit or Delete MessageReport This Post
Guru
Posted Hide Post
SQUEEZE works nicely with PDF's!

You can also set it in the stylesheet, here's an example

ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='LETTER',
LEFTMARGIN=0.150000,
RIGHTMARGIN=0.150000,
TOPMARGIN=0.055556,
BOTTOMMARGIN=0.055556,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$

Good Luck!
 
Posts: 386 | Location: Springfield, MA | Registered: May 07, 2003Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Here's the defaults for xxxGAP...

PDF/PS:
The default for top and bottom gaps are to not add any space. The line spacing is determined by the measured heights of the fonts on the lines. The default left gap is 0. The default right gap is calculated to be proporitional to the size of the text. Any explicitly set values override this algorithm.

HTML w/CSS: The defaults are all 0. We let the
browser do the formatting unless the user explicitly set the values.

I'll have this added to the documentation.

Brian
 
Posts: 25 | Registered: August 19, 2003Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Hints? Get More Data on a PDF without a tiny font size

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.