Combining Pdf's to Form One

Hello,

I have several classes set up to create many pdf's. My problem is that when I try to add some of the classes together I'm left with huge gaps of space. I have removed all the IsFirstParagraph = TRUE & IsBroken is set to false. Below is the code I use to call the class.

Dim p As Pdf = New Pdf

Dim license As Aspose.Pdf.License = New Aspose.Pdf.License

license.SetLicense(path & "\bin\Aspose.Pdf.lic")

If e.CommandName = "Summary" Then

p = Title.Title(p, Session("Reference"))

p = Process.Part_1(p, Session("Reference"))

p = Summary.Summary(p, Session("Reference"))

End If

Dear ERBFVA,

Could you give me more resources including PDF snapshot which can show the huge gaps of space, code segments which I can use to reproduce the same error?

You can directly attach those files here in your forum post.

Regards,