I’ve been using the EditorPrintNoteToBitmap C API call to render documents to bitmaps.
With the Notes 4.X version the only real problem I’ve run into was graphics being turned into “black blobs”. This is somewhat reasonable / expected since the notes are being rendered into bitonal bitmaps.
With upgrading to the Notes 6.X version the call frequently starts generating “division by zero” errors and “bleeding” text where the test from multiple paragraphs in documents start being overlapping parts of other paragraphs in the bitmaps that are generated.
Has anyone had any better success with this API call using the Notes 6.X version?
Or any success in getting the Notes 4.X version to dither / alias the bitmaps in documents so they don’t get turned into “black blobs”?