I have 开发者_高级运维around 10 System.Drawing.Bitmap elements, which I want to dump to PDF. When combining them to a single bitmap, and then writing this to PNG, this takes me about 150 ms.
I\'m using FPDI together with TCPDF to add a page to a already existing PDF-file. This works great, but I have one problem. When I output the new PDF I get an automatic page counter in the lower right
Note: I realize this question has already开发者_开发问答 been asked (with a ruby slant) here: Creating on-demand, print-quality PDFs (preferably in Ruby if feasible). BUT there was no decent answer IM
I am creating a program for mac that needs to generate reports and be able to print them as PDF files. I would rather find an already created library for this rather than hard-coding everything, but I