mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-26 21:09:59 -05:00
before sending it to template preview. This stops the whole pdf file being sent to template preview for each page which is really inefficient on network traffic and memory usage. * Added logic to the endpoint to extract the specific page requested * Updated tests to add a mock for the new call to utils * Added a new test case for exceptions in the PDF extraction process