matthewpow 2 Posted April 13, 2021 Share Posted April 13, 2021 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 https://forum.aerosoft.com/index.php?/topic/162745-random-blank-pages/ Share on other sites More sharing options...
srcooke 439 Posted April 13, 2021 Share Posted April 13, 2021 Section encompassed by the WindDataBlock ? Link to comment https://forum.aerosoft.com/index.php?/topic/162745-random-blank-pages/#findComment-1035884 Share on other sites More sharing options...
planebass 7 Posted April 14, 2021 Share Posted April 14, 2021 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 https://forum.aerosoft.com/index.php?/topic/162745-random-blank-pages/#findComment-1036281 Share on other sites More sharing options...
matthewpow 2 Posted April 15, 2021 Author Share Posted April 15, 2021 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 https://forum.aerosoft.com/index.php?/topic/162745-random-blank-pages/#findComment-1036297 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.