I'm trying to print/export a part of a page in Yii. What's the best way: create a print style sheet or export to pdf. How to do? The part of my page that I want to print/export is called:
Asked
Active
Viewed 210 times
1 Answers
0
What do you mean by exporting it?
For example, when exporting to JSON or XML, I have "blank" template, where I render a view with XML or JSON format.
For what will be the export?

Ivo Pereira
- 3,410
- 1
- 19
- 24
-
Export to pdf or print it, just some images – Renan Jan 21 '13 at 11:54
-
I guess you should try this extension: http://www.yiiframework.com/extension/pdf/ – Ivo Pereira Jan 21 '13 at 11:56