Recently upgraded to latest version of aspose and now code that builds a pdf no longer has page breaks:
For each ....
p.PositioningType = Aspose.Pdf.PositioningType.PageRelative
p.Left = iLeftLoc
p.Top = iTopLoc
p.IsFirstParagraph = True
sec1.Paragraphs.Add(p)
Each one of my fields are all on top of each other - rather than each on its own page.... Any suggestions? Thanks!!!