Printing via C-API in Notes

Hi,

I want to print a notes document with C-API-function. How can I do it? I can use the window 32-API but how can I send the document to the printer? Hope, u can help me.

Bye

Marc

Subject: Printing via C-API in Notes

Hi Marc,

As you know, the API contains almost no front-end (UI) calls. I haven’t done this before, but if I were you I would start by looking at the CompoundTextAddRenderedNote function. This at least renders the whole visual form of the document into a rich text field. Where you go from here I’m not sure, but you could also look at EditorPrintNoteToBitmap if you are on the Intel platform.

I hope this is some help - and hope you post your solution if and when you find it. Anyway, keep this thread alive by posting if you get closer to a solution. Maybe the great Markus Sietz might provide some help also. Are you there Markus ?