Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Support

Export flex-object to PDF

admin first-time plugins

Started by foofoo 3 years ago · 4 replies · 737 views
3 years ago

Hi everyone,

I'm new to Grav CMS, so far it's an incredible CMS to create small website or blog, I don't know if it can be used for big website (online shop, catalog with large database, ...).

Here's my problem, I created a collection of flex-object that are populated with a front-end form. I would like to add the possibility to Export to PDF the entire list or a filtered list.
I wonder:

  • How to create filtre inside the flex-object collection in the admin panel ?
  • How to create an exportToPdf function ? Is it better to create a plugin or just add a php script somewhere in the file structure and add a button at the top next to the export one ?

Thanks in advance for your help.

Have a nice day 🙂

3 years ago

@Foorinto, As far as I know, Grav does not provide any way to generate PDF files. I see two different approaches:

  • Create a listing in Admin, and use the Print functionality of the browser to generate a PDF. I guess you can trigger the functionality using Javascript.
  • Create a plugin, require any PDF library and use the library to generate a PDF file.
    I have not experience with any such library so I cannot tell how easy it will be to format raw data into a nice looking PDF.
3 years ago

Thanks for your answer.

I was thinking about the print function of the browser but I need something custom.
I also though making a front page with an hidden URL but not really secure 🙂

So yes I think I'll go with the plugin that require FPDF. Never tried to create a plugin, is there good tutorial or references to create one (beside the documentation) ?

Thnaks again for your help.

3 years ago

@Foorinto, There are two main sources of documentation that come handy when developing a plugin:

👍 1
3 years ago

Great, I'll take a look at these sections.

Thanks.

Suggested topics

Topic Participants Replies Views Activity
Support · by Thomas, 1 week ago
2 66 18 hours ago
Support · by Anna, 3 days ago
2 72 21 hours ago
Support · by Justin Young, 22 hours ago
1 40 22 hours ago
Support · by Duc , 1 week ago
2 76 6 days ago
Support · by Colin Hume, 1 week ago
2 70 6 days ago