cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
View Original Published Thread

How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

mann
Level III

 

w = New Window("window", <<Journal, hlb = hlistbox() );
w << Set Print Headers(	"lineone \!n linetwo", "", "Page &pn; of &pc;" );
w << SavePDF ( "C:\Users\blahblah.pdf");

The above script should include a line break in the "left header" so that it has two lines.

 

Instead the resulting PDF just has a non-printing box character between the two words, like this 

mann_0-1706710733656.png

... and if i copy that text into this window it looks right, again:

lineone
linetwo

 

I am using JMP 14.3 on window 10.

This all seems more like an PDF problem than a JSL problem, but I am still hoping for a solution.

0 REPLIES 0