Jump to content

Random Blank Pages


Recommended Posts

Hi all,

I'm working on an OFP format for PFPX; however, it is putting in random blank pages in the PDF version. It occurs after the "APPENDED MESSAGES" line:

Please login to display this image.

Please login to display this image.

Every time, it puts 3 blank pages in. It obviously looks normal in the OFP preview without page breaks. 

 

Any ideas? Thanks in advance!

Link to comment
Share on other sites

I think you used tabs on your keyboard? If so that messes up things when printing out in PDF. In that case I'd advice using the space bar or the <&#:xx> code for starting your text at a specific place (note the "xx" in the code is the number needed to start at the specific point. So, <&#:20>////// APPENDED MESSAGES ////// - starts that line of text at the 20th character in that line...).

 

Also, I think you're missing the Winddata sections start and end ->
<&WindDataBlock_Begin>
<&WindData[1]:65>

<&WindDataBlock_End>

Link to comment
Share on other sites

4 hours ago, planebass said:

I think you used tabs on your keyboard? If so that messes up things when printing out in PDF. In that case I'd advice using the space bar or the <&#:xx> code for starting your text at a specific place (note the "xx" in the code is the number needed to start at the specific point. So, <&#:20>////// APPENDED MESSAGES ////// - starts that line of text at the 20th character in that line...).

 

This seemed to work... If I try to encompass the WindData section however, it does not work. Regardless, this issue is fixed and I appreciate both of you! 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use