Renan
Renan

Reputation: 1

How to print or export just a part of page

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:

Upvotes: 0

Views: 215

Answers (1)

Ivo Pereira
Ivo Pereira

Reputation: 3500

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?

Upvotes: 0

Related Questions