Historical archive process for WordPress

Seeking a solution to grab a snapshot (PDF/A format) of our WordPress websites on a quarterly basis and store output in the cloud for historical preservation with text/metadata search capabilities for public consumption.

Essentially, each quarter, a process would kick off and save new content in PDF/A format and save it to the cloud. Visitors (of our historical archive website - also WordPress) could go to a landing page with search to find whatever terms they type for search results of PDF/A format documents. The output would not only provide them the content but also the theme look and feel of the snapshot preserved. Bonus if you can highlight the search term.

@welswebmaster

Our API contains REST method to convert publicly accessible URL to PDF, see: Aspose.Pdf Cloud - API References

Besides, you can download required web pages (with complete content) to HTML and then convert them to PDF using the following REST method: Aspose.Pdf Cloud - API References