Hello,
we have a problem when we extract pages from PDF. Our code is this:
Using msInput As New MemoryStream(Me.m_Content)
Dim doc As Aspose.Pdf.Document = Nothing
doc = New Aspose.Pdf.Document(msInput)
Using d…...Hello,
we have a problem when we extract pages from PDF. Our code is this:
Using msInput As New MemoryStream(Me.m_Content)
Dim doc As Aspose.Pdf.Document = Nothing
doc = New Aspose.Pdf.Document(msInput)
Using d…