How to make a help file using stored pdf files as help files

An existing application needs some help while using some menu items;
How to make a table containing those pdf and how to access them by clicking on a scroling menu. For example: «Help» sub menu: billing, envoice, how to cancel, when to cancel, etc
Can we use bake in this case? and if yes how?
Thanks

How are the PDFs stored? What, specifically, are you hoping that bake will generate for you?

How are the PDFs stored?

  • in a table I intend to call «help_table»; field name for example: pdf_title

What, specifically, are you hoping that bake will generate for you?

  • A menu to upload those pdfs and delete as neded.

Best regards
Benoit

If you create a table, then bake will generate basic CRUD code for managing records in that table. It won’t include anything related to file uploads, you’ll need to add that yourself. There are plugins that can help.