We are trying to merge multiple PDFs into one but could not succeed. When analysed found that multiple orientation are there. One file has portrait and other has landscape. How to merge this kind of files?
It was showing object reference error and found the below error in stack trace
at Ἔ.ᜂ(ᝨ A_0)
at Ἔ.ᜀ(ᝨ A_0, Boolean A_1)
at Ἔ.ᜀ(ᝨ A_0)
at Ἔ.ᜂ(ᝨ A_0)
at Ἔ.ᜀ(ᝨ A_0, Boolean A_1)
at ៎.ᜀ(ᝨ A_0)
at ᩥ.ᜀ(ᰝ A_0, ᭐ A_1, ᶠ A_2)
at ᩥ.ᜀ(ᰝ A_0, ᶠ A_1)
at ᩥ.ᜄ(ᶠ A_0)
at ᩥ.ᜅ(ᶠ A_0)
at .ᜁ(ᶠ A_0)
at .ᜂ(Stream A_0)
at Spire.Pdf.PdfDocumentBase.Save(String filename)
at Spire.Pdf.PdfDocument.SaveToFile(String filename)
Any help on this would be greatly appreciated