Link Search Menu Expand Document

Does the HTML to PDF API work with externally referenced CSS?

Our API would need to be able to access the CSS file. If your CSS is hosted in a server or cloud and uses a publicly accessible URL, our API will be able to process the request successfully.

If your CSS file is stored in Google Drive, please check out the guide here

Once you have the public link, please update your HTML code.

<link rel="stylesheet" href="https://publicUrl/styles.css">