You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
#Suppose the url to the pdf has some get variables/parameters, how do I add that to html2pdf.it
For instance, the url is $URL = http://www.example.com/content4?start=pg1&end=pg8
If I do this http://html2pdf.it?url=$URL, the start and end variables are added to the http://html2pdf.it url.
So how would I go about passing the URL to the pdf it the url has these values.
The text was updated successfully, but these errors were encountered: