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
Copy file name to clipboardExpand all lines: doc/2-using.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,10 @@ <h2><a name='CGI'>Using HTMLDOC on a Web Server</a></h2>
122
122
123
123
<h3>CGI Mode</h3>
124
124
125
+
<blockquote><b>Note:<b> CGI mode is only available when HTMLDOC is compiled with
126
+
HTTP/HTTPS support. The snap and MSI versions of HTMLDOC both include support
127
+
for CGI mode and HTTP/HTTPS references.</blockquote>
128
+
125
129
<p>HTMLDOC supports operation as a CGI program. You can copy or symlink the <var>htmldoc</var> (all but Windows) or <var>htmldoc.exe</var> (Windows) executable to your web server's <var>cgi-bin</var> directory and then use it to produce PDF versions of your web pages.</p>
126
130
127
131
<p>The CGI converts a page on your local server to PDF and sends it to the client's web browser. For example, to convert a page called <var>superproducts.html</var> at the following URL:</p>
0 commit comments