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     [CLOSED] PDF contents to page width

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] PDF contents to page width
 Login/Join
 
Platinum Member
posted
Hi All,

I have a PDF report. On the report I've got a table with a few columns. I would like the table to display such that its' edges are along the left and right edges of the page (so that it takes up all of the horizontal space on the page, within the margins of course). By default it puts the table along the left side of the page with a gap along the right side of the table.

I've tried to change the WIDTH of a few columns, and the report with no success.

Also, in case this is important, I'm using a compound report.

Any suggestions? Basically, I would like to remove some of that white space. Oh, and centering the table won't work for me.

Thanks!

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8201, SP 0.1, Windows 7, HTML
 
Posts: 190 | Registered: May 19, 2017Report This Post
Platinum Member
posted Hide Post
Hi Shingles,

Could you please try LEFTMARGIN=0.02 and RIGHTMARGIN=0.02
 
Posts: 109 | Registered: February 02, 2016Report This Post
Platinum Member
posted Hide Post
Here is the sample code
This might be useful
 TABLE FILE CAR
PRINT
CAR AS ''
COUNTRY AS ''
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     UNITS=IN,
     PAGESIZE='Letter',
     SQUEEZE=ON,
     ORIENTATION=LANDSCAPE,
      MARKUP=ON,
	  LEFTMARGIN=0,

$
TYPE=REPORT,WRAP=1,WIDTH=1,$
ENDSTYLE
END 
 
Posts: 109 | Registered: February 02, 2016Report 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     [CLOSED] PDF contents to page width

Copyright © 1996-2020 Information Builders