[Gambas-user] Displaying a pdf file to the user

Moviga Technologies moviga at ...3488...
Thu Oct 6 18:12:17 CEST 2016


Yes, very. Use the gb.pdf component.

Dim hPDF As New PdfDocument

hPDF.Open("path")

PictureBox1.Picture = hPDF[1].Image.Picture



Den 05. okt. 2016 15:26, skrev Jose Monteiro:
> I know how to call an external viewer. Is it simple to show a one page pdf file inside a Gambas3 control?
> RegardsJosé Monteiro
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list