Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Gap Between lines for text data in PDF

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Gap Between lines for text data in PDF
 Login/Join
 
Gold member
posted
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


 
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008Report This Post
Virtuoso
posted Hide Post
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
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Expert
posted Hide Post
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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
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
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Gold member
posted Hide Post
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


 
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Gap Between lines for text data in PDF

Copyright © 1996-2020 Information Builders