Hello Folks,
Can we check PDF generation in synthetic via Browser or HTTP monitor? Possible to check text on the PDF so we get to know that its generation is successful.
Thanks..
Solved! Go to Solution.
In general you should be able to check response headers. if PDF is not generated you should be able to see html page that is affected by error. When PDF is generated, you will get file so headers would be different.
Content-type:application/pdf
It's not possible to validate PDF content.
Sebastian
So was this possible in Browser or HTTP Monitor? I'm trying to understand if we can at least validate in a Browser monitor if the PDF did open or not. I don't see a way to validate headers in a browser monitor.
Thanks