Hello,
I am facing with this exception below:
System.ApplicationException: Image top or bottom margin is too large 0,0 image file:D:\Temp\imgstnk___monplvmjjv.jpg
at ..(Pdf , Section , HeaderFooter , Table , Row , Cell , Paragraph , e , e , , Boolean )
at ..(Pdf , Section , HeaderFooter , Table , Row , Cell , Image , e , , Boolean )
at ..(Pdf , Section , e )
at ..(Pdf )
at ..( , Pdf )
at Aspose.Pdf.Generator.Pdf.Save(Stream stream)
at WebServiceApplication1.ClsMain.doPrepareCoverNote_MV(Object parameters) in D:\Project\WebServiceApplication1\ClsMain.cs:line 2084
on
MemoryStream ms = new MemoryStream();
pdf1.Save(ms); // ERROR HERE
using Aspose Pdf 11.3.0.0
how to handle this?..
please help
thanks
Win