MarioM1977
Posts: 23
|
| Posted: 09/30/2005, 6:01 AM |
|
Hello,
Does anybody use FPDF class in CCS ?
Rgds
Mariusz
|
 |
 |
MarioM1977
Posts: 23
|
| Posted: 09/30/2005, 6:05 AM |
|
FPDF web page:
http://www.aspxnet.it/public/default.asp
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 09/30/2005, 1:57 PM |
|
Thanks for the link.
I just looked at it. You should be able to use it without a problem inside
CCS, however, it i not a plug-in component.
I could see extending the template parser class. Once the stream is
generated, you would need to call an additional "translator" which would
convert the html structures into the PDF object. However, that in itself is
a major undertaking.
As far as manually creating a PDF, that would be much simpler.
You could use a summy grid to collect the data, and in the BeforeShowRow
call the methods of the PDF class in order to create your PDF. This would
mean it is no longer a general purpose wrapper, as would be in the
formentioned scenario, but rather a specific implementation on a specific
page.
|
|
|
 |
|