Link Search Menu Expand Document

How to change mediaType to define how input html or url is rendered

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.

By default HTML To PDF and URL to PDF use print mediatype. It means that HTML code / URL is considered as printing when converted to PDF. Some websites may have a separate print only stylesheet for this purpose.

You can always switch it to use screen mediatype to convert to PDF exactly the same way it is displayed on screen to users. To switch to screen mode set the following profiles parameter:

{ 'mediaType': 'screen' }