Link Search Menu Expand Document

How to turn off full page load

For Zapier, Integromat and others plugins insert custom profiles into profiles field. For API calls please set value as string in profiles parameter as string.

URL / HTML to PDF waits for full page load by default. But some page with dynamic content (such as YouTube videos) may take forever to fully load or continuue loading new data. This may take up to few minutes while all visible content is already loaded.

with this custom profile and doNotWaitUntilFullLoad param you can turn off waiting for all dynamic elements to fully load:

{ "doNotWaitUntilFullLoad": false }