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
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
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
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