Re: [Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-25 Thread Willy Raets
On Sun, 2013-08-25 at 14:28 +0200, Tobias Boege wrote: > On Sun, 25 Aug 2013, Willy Raets wrote: > > > > With help of Tobias, now a image appears on the PdfSurface > > My code now looks like this: > > > > > > Public Sub MakePdf() > > > >Dim hPdfProjectFile As CairoPdfSurface > >Dim sPd

Re: [Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-25 Thread Tobias Boege
On Sun, 25 Aug 2013, Willy Raets wrote: > On Sat, 2013-08-24 at 15:34 +0200, Willy Raets wrote: > > On Sat, 2013-08-24 at 10:54 +0200, Tobias Boege wrote: > > > On Sat, 24 Aug 2013, Willy Raets wrote: > > > > On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote: > > > > > Hi All, > > > > > > > > >

Re: [Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-25 Thread Willy Raets
On Sat, 2013-08-24 at 15:34 +0200, Willy Raets wrote: > On Sat, 2013-08-24 at 10:54 +0200, Tobias Boege wrote: > > On Sat, 24 Aug 2013, Willy Raets wrote: > > > On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote: > > > > Hi All, > > > > > > > > Been struggling with inserting an existing .png fil

Re: [Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-24 Thread Willy Raets
On Sat, 2013-08-24 at 10:54 +0200, Tobias Boege wrote: > On Sat, 24 Aug 2013, Willy Raets wrote: > > On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote: > > > Hi All, > > > > > > Been struggling with inserting an existing .png file onto a > > > CairoPdfSurface (gb.cairo). > > > > > > Done some

Re: [Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-24 Thread Tobias Boege
On Sat, 24 Aug 2013, Willy Raets wrote: > On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote: > > Hi All, > > > > Been struggling with inserting an existing .png file onto a > > CairoPdfSurface (gb.cairo). > > > > Done some extensive reading in the documentation but do not seem to find > > a me

Re: [Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-23 Thread Willy Raets
On Sat, 2013-08-24 at 03:19 +0200, Willy Raets wrote: > Hi All, > > Been struggling with inserting an existing .png file onto a > CairoPdfSurface (gb.cairo). > > Done some extensive reading in the documentation but do not seem to find > a method get the job done. Is this not possible or am I misu

[Gambas-user] How to insert a .png file into a CairoPdfSurface (gb.cairo)

2013-08-23 Thread Willy Raets
Hi All, Been struggling with inserting an existing .png file onto a CairoPdfSurface (gb.cairo). Done some extensive reading in the documentation but do not seem to find a method get the job done. Is this not possible or am I misunderstanding the documentation? Piece of the code of the project: