multithreaded PDF Rendering
multithreaded PDF Rendering
- Subject: multithreaded PDF Rendering
- From: Jerome Laurens <email@hidden>
- Date: Tue, 15 Jan 2002 15:01:07 +0100
- Organization: Universite de Bourgogne - Dijon - France
I actually use NSPDFImageRep to render PDF and everything works fine.
However, very complex pdf files may cause slow machines (like mine)
to stop the handling of the user interface for a long time.
So i tried to render the pdf representation using another thread,
i also used a detached drawing thread but all that does not make no
differece to me:
i still cannot use the UI while some PDF is rendering.
As i am not familiar with multithreading, i might have missed something
very important.
Any hints on how to achieve this?
TIA