Epub and PDF attached.
Dim _pagesize As New SizeF
_pagesize.Width = 1024
_pagesize.Height = 1575
Dim _epubload = New Aspose.Pdf.EpubLoadOptions(_pagesize)
_epubload.Margin.Left = 0
_epubload.Margin.Right = 0
_epubload.Margin.Top = 0
_epubload.Margin.Bottom = 0
_epubload.PageSizeAdjustmentMode = Aspose.Pdf.LoadOptions.PageSizeAdjustmentModes.EnlargeRequiredViewportWidthAndDoConversionAgain
Dim _epubDir As String = “…”
Dim _Pdf = New Aspose.Pdf.Document(_epubDir + “2y22ik14.epub”, _epubload)
_Pdf.Save(_epubDir + “2y22ik14.pdf”)
Hi Chad,
Thanks for using our API’s.
I have tested the scenario and have managed to reproduce same problem. For the sake of correction, I have logged it as PDFNET-41486 in our issue tracking system. We will further look into the details of this problem and will keep you posted on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.