[wxCode-users] Using wxPdfDocument to export a simple GDI generated documents to PDF

2009-05-01 Thread Peter Geoghegan
Hello, I'm maintaining an MFC application, and I'd like to be able to export some simple GDI generated documents to PDF. I see that wxPdfDocument has the capability of reading a Windows metafile (which essentially consists of a series of GDI function calls and their parameters): http://wxcode.sou

Re: [wxCode-users] Using wxPdfDocument to export a simple GDI generated documents to PDF

2009-05-01 Thread Ulrich Telle
Hi Peter, > I'm maintaining an MFC application, and I'd like to be able to export > some simple GDI generated documents to PDF. I see that wxPdfDocument > has the capability of reading a Windows metafile (which essentially > consists of a series of GDI function calls and their parameters): wxPdfD

Re: [wxCode-users] Using wxPdfDocument to export a simple GDI generated documents to PDF

2009-05-01 Thread Peter Geoghegan
Ulrich, Thanks for your help, and thanks for getting back to me. > wxPdfDocument's support of WMF files is limited. Not all GDI commands > are supported. Especially font support is lacking. I saw that, but thought it was unlikely to matter - I'm just using TextOut and DrawLine. We're talking ab

Re: [wxCode-users] Using wxPdfDocument to export a simple GDI generated documents to PDF

2009-05-01 Thread Ulrich Telle
Peter, >> wxPdfDocument's support of WMF files is limited. Not all GDI commands >> are supported. Especially font support is lacking. > > I saw that, but thought it was unlikely to matter - I'm just using > TextOut and DrawLine. We're talking about very simple documents. Unfortunately TextOut is