Jump to content

How do you control lines per page if PDF output ?


Ian Dalton

Recommended Posts

Hi Ian

I would have thought PAPER might work but that didn't work for me.

What did work was telling WF that the Margins in the PDF LETTER size page will be different.

You can try this for an experiment:

TABLE FILE CARBY CAR.ORIGIN.COUNTRYBY CAR.COMP.CARBY CAR.CARREC.MODELBY CAR.BODY.BODYTYPEON TABLE SET PAGE-NUM NOLEADON TABLE SET ASNAMES ONON TABLE NOTOTALON TABLE PCHOLD FORMAT PDFON TABLE SET HTMLCSS ONON TABLE SET STYLE * INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/warm.sty,$ PAGESIZE='Letter', TOPMARGIN=1.000000, BOTTOMMARGIN=8.000000,$ENDSTYLEEND

So in PDF, it looks like the trick is to talk in terms of what to do with the size of the page layout (by using both LETTER and the Margins) instead of the old school "how many lines to print on my dot matrix printer".

Hope that helps.

Toby

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...