Focal Point
Gap Between lines for text data in PDF

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/388101121

May 20, 2009, 02:57 AM
saggy
Gap Between lines for text data in PDF
I have a PDF report in which one of the column's data looks some thing like below.
I get additional space between two lines of the data.How can we remove this, i have tweaked with XXXXgaps & XXXXmargins
----Sample Data------
1.Hi, this is sagar

have you reported it before?[121]
----End Of Sample data---
And the Styling currently applied in my report for the PDF format is something like this
ON TABLE SET STYLE *
UNITS=IN, PAGESIZE='Letter',
LEFTMARGIN=0.150,
RIGHTMARGIN=0.15,
TOPMARGIN=0.150,
BOTTOMMARGIN=0.150,
SQUEEZE=OFF,
ORIENTATION=LANDSCAPE,$
TYPE=REPORT,
GRID=OFF,
LEFTGAP=0.04,RIGHTGAP=0.03,
FONT='ARIAL',SIZE=8,COLOR='BLACK',
STYLE=NORMAL,JUSTIFY=LEFT,
BACKCOLOR='NONE',$
Can any body help me on this ...


7.6.4
Unix & Windows
Excel,HTML,PDF,PPT,AHTML


May 20, 2009, 04:09 AM
GamP
And what does the rest of your fex look like?
In particular, what fields are printed and how?
It would be best to make your code as small as possible while still showing the problem, and then post it in it's entirety between the < / > code tags.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
May 20, 2009, 09:38 AM
Francis Mariani
Have you tried SQUEEZE=ON? Perhaps a field is being wrapped, though I can't see that from the code you've posted.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
May 20, 2009, 12:55 PM
Doug
What is the format of the field that's wrapping?




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
May 21, 2009, 05:02 AM
saggy
its a compute variable being printed as a column
SRDIR and TRMDIR are COMPUTE variables as well
COMPUTE MAT/A800V = SRDIR||'.'||CAR|' '||'['||TRIMDIR||']';AS 'my col'
and the styling for this in the report is

TYPE=REPORT,COLUMN=N5,WRAP=1.95,$


7.6.4
Unix & Windows
Excel,HTML,PDF,PPT,AHTML