Hi,
I have a trial solution of your sdk, I cant find any example of how to create a thumbnail of a specific page from a pdf.
Kind regards,
Johnny
Dim oGdPicturePDF As New GdPicturePDF
Dim oGdPictureImaging As New GdPictureImaging
oGdPicturePDF.LoadFromFile("c:\test.pdf", False)
oGdPicturePDF.SelectPage(1)
Dim ImageID As Integer = oGdPicturePDF.GetPageThumbnail(96, 96, Color.Gray)
oGdPictureImaging.SaveAsPNG(ImageID, "c:\test.png")
oGdPictureImaging.ReleaseGdPictureImage(ImageID)Return to GdPicture PDF Plugin
Users browsing this forum: No registered users and 1 guest