|
Go
![]() |
New
![]() |
Search
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Silver Member |
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 |
||
|
|
Virtuoso |
Orientation = landscape helps.
|
|||
|
|
Platinum Member |
You could narrow the gap between each line.
|
|||
|
|
Silver Member |
Lenny, how do you narrow the gap between lines?
Tx! |
|||
|
|
Platinum Member |
You would put it in the STYLE section.
ON TABLE SET STYLE * TYPE=DATA, TOPGAP=0.03, $ TYPE=DATA, BOTTOMGAP=0.03, $ ENDSTYLE |
|||
|
|
Gold member |
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.
|
|||
|
|
Gold member |
Reduce the space between the columns too.
|
|||
|
|
Silver Member |
Thanks for the great ideas! Very helpful!
|
|||
|
| <Pietro De Santis>
|
Ever wonder what the default values for TOPGAP, BOTTOMGAP, LEFTGAP and RIGHTGAP are? I see nothing about this in the documentation.
|
||
|
|
Guru |
you can also put some of your sort fields in headings or subheads and make sure to
SET SQUEEZE = ON in the stylesheet. |
|||
|
|
Silver Member |
Carol, does SQUEEZE=ON work with PDFs or only with HTML?
|
|||
|
|
Guru |
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! |
|||
|
|
Member |
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 |
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

