// JP opened flex table

Click to See Complete Forum and Search --> : Multithread and PDF creation


gmanouvrier
April 6th, 2004, 04:32 AM
Hi,
I'm using pdf writer in order to create PDF doc.
But, i have to create more and more PDF(faster and faster).
So, i wonder if there was a way to create PDF by multithread?
PDF writer doesn't allow that.

Thanks
Gilles M

j0nas
April 6th, 2004, 04:55 PM
I don't know what PDF writer is (is it a C library API or COM component???)... and I doubt it'll go faster with more threads (unless you have more than 1 CPU installed).

gmanouvrier
April 7th, 2004, 07:23 AM
Hi,

PDF Writer converts a document to a PDF document.
PDF writer is a virtual printer, it prints the PDF result on a file instead of sending result on "physical" printer.
It is the way we use in order to convert Documents to PDF.
And i don't know if exist other ways to convert doc into PDF(Go Script is another solution but i hear about some problems with this solution.

GM

//JP added flex table