Here describes how to use shortcodes to display specific PDFs in list.
There are two list types and you need call different shortcodes to display what you want.
Shortcodes
[bsk-pdfm-pdfs-ul] for unordered list and [bsk-pdfm-pdfs-ol] for ordered list.
They have same attributes and you may switch the two shortcodes in the following examples.
Common uses
show all PDFs order by date with pagination
[bsk-pdfm-pdfs-ul id="ALL" order_by="date" order="DESC" pdfs_per_page="20" target="_blank"]show all PDFs order by date in ordered list with search bar, date filter and pagination
[bsk-pdfm-pdfs-ul id="ALL" order_by="date" order="DESC" pdfs_per_page="40" target="_blank" show_date="yes" date_format="l - " date_before_title="yes" search_bar="YEAR_KEYWORDS" search_bar_year_range="2015-2018" search_bar_year_order="DESC" date_weekday_filter="Y-M-D" date_weekday_filter_order="DESC-ASC-ASC" date_weekday_filter_right="yes"]Specific PDFs in ordered list with featured image and description
[bsk-pdfm-pdfs-ol id="50, 51, 52, 53, 54, 55, 56, 57" featured_image="yes" order_by="date" order="DESC" show_pdf_title="yes" show_description="yes" target="_blank" show_date="yes" date_format="l - " date_before_title="yes"]Shortcode attributes table
Both the two shortcodes have same attributes, the following examples use bsk-pdfm-pdfs-ul but it also work for bsk-pdfm-pdfs-ol.
You may choose the features you want and then add associated attributes to shortcode.
Advanced uses
Output container class
Use shortcode parameter of output_container_class to add your own class name to the shortcode output container if you'd like to do custom CSS. Example: [bsk-pdfm-pdfs-ul id="ALL" output_container_class="my_idenfity_PDFs_container_class"]