I am using ‘if’ statements like given below: <<If: ISNOTBLANK([Project Name])>>Project Name: <<[Project Name]>><> <<If: ISNOTBLANK([Floor])>>Floor: <<[Floor]>><> <<If: ISNOTBLANK([Unit No.])>>Unit No.: <<[Unit No.]>><>
So if these statements are ‘false’, I end up having large gaps within the pdf.
Remember, everything outside the <<If>>…<<EndIf>> block will be included always, including the blank lines between the conditionals, and even the newlines at the end of the <<If>> lines!