All Collections
FAQs
How can I bulk export inspection reports to PDF
How can I bulk export inspection reports to PDF

Bulk Exporting and Printing Inspection Reports in PDF

Updated over a week ago

It is possible to export PDFs from all form submissions stored in the web portal. This workaround is useful if data destinations were not set up until after teams had submitted a number of forms.

Note: This will only download PDFs of form submissions that are still visible in the web portal.

Download PDFs of All Submitted Forms

  1. Install Google Chrome. Then, install and enable the Web Scraper and OpenList external plugins.

  2. Once they're all installed, access Developer Tools in the Chrome menu.

    developer_tools.png



  3. Select the Web Scraper tab.

    scraper.png



  4. Under Create new sitemap select Import sitemap.

    3._create_sitemap.png



  5. Copy the following sitemap into the textbox Sitemap JSON.

    {

    "selectors": [{

    "parentSelectors": ["_root", "pagin"],

    "type": "SelectorLink",

    "multiple": true,

    "id": "drs",

    "selector": "td:nth-of-type(1) a",

    "delay": ""

    }, {

    "parentSelectors": ["_root", "pagin"],

    "type": "SelectorLink",

    "multiple": false,

    "id": "pagin",

    "selector": "li.nextButton a",

    "delay": "4000"

    }, {

    "parentSelectors": ["drs"],

    "type": "SelectorLink",

    "multiple": false,

    "id": "pdf",

    "selector": "ul.iconActions li[style*=\"pdf\"] a",

    "delay": ""

    }],

    "_id": "export_pdf"

    }

  6. Optionally Rename Sitemap export_pdf, and click Import Sitemap.



  7. In Chrome, log into the Whip Around web portal. Under the Data & Analytics tab select Data.

  8. In the Web Scraper plugin, select Sitemap (export_pdf) and click Scrape.

    Scrape.png


    [top]

  9. Ensure popups are enabled, and then click Start Scraping.

    Note: Do not close the popup window that appears as this will cancel the scrape.

    start_scraping.png



  10. Once the scrape is complete, export this list by selecting the Sitemap (export_pdf) tab, clicking Export Data as CSV, and then selecting Download now!.

    export_as_CSV.png



    download_now_.png



  11. Open the CSV document from your computer's Downloadsfolder.

    export_pdf.png



  12. Copy the URLs from the "pdf-href" column.

    copy.png



  13. In Google Chrome, click the OpenList plugin icon and paste the list into the text area. (If you have a large list of URLs it is recommended that you add them in batches of ~200 or less.) Click Open.

    Note:
    New tabs will be opened as the files download. Do not close them. They will close automatically once the files are successfully downloaded.

    openlist2.png



  14. All PDFs will appear in your computer's Downloads folder.



Did this answer your question?