@@ -81,7 +81,7 @@ An `Api2PdfResult` object is returned from every API call. If a call is unsucces
8181 };
8282 var apiResponse = a2pClient.Wkhtml.HtmlToPdf(request);
8383
84- ** Convert HTML to PDF (use dictionary for advanced wkhtmltopdf settings)**
84+ ** Convert HTML to PDF (advanced wkhtmltopdf settings)**
8585[ View full list of wkhtmltopdf options available.] ( https://www.api2pdf.com/documentation/advanced-options-wkhtmltopdf/ )
8686
8787 var options = new Dictionary<string, string>();
@@ -105,7 +105,7 @@ An `Api2PdfResult` object is returned from every API call. If a call is unsucces
105105 };
106106 var apiResponse = a2pClient.WkHtml.UrlToPdf(request);
107107
108- ** Convert URL to PDF (use dictionary for advanced wkhtmltopdf settings)**
108+ ** Convert URL to PDF (advanced wkhtmltopdf settings)**
109109[ View full list of wkhtmltopdf options available.] ( https://www.api2pdf.com/documentation/advanced-options-wkhtmltopdf/ )
110110
111111 var options = new Dictionary<string, string>();
@@ -134,7 +134,7 @@ An `Api2PdfResult` object is returned from every API call. If a call is unsucces
134134 };
135135 var apiResponse = a2pClient.Chrome.HtmlToPdf(request);
136136
137- ** Convert HTML to PDF (use dictionary for advanced Headless Chrome settings)**
137+ ** Convert HTML to PDF (advanced Headless Chrome settings)**
138138[ View full list of Headless Chrome options available.] ( https://www.api2pdf.com/documentation/advanced-options-headless-chrome/ )
139139
140140 var options = new ChromeHtmlToPdfOptions
@@ -161,7 +161,7 @@ An `Api2PdfResult` object is returned from every API call. If a call is unsucces
161161 };
162162 var apiResponse = a2pClient.Chrome.UrlToPdf(request);
163163
164- ** Convert URL to PDF (use dictionary for advanced Headless Chrome settings)**
164+ ** Convert URL to PDF (advanced Headless Chrome settings)**
165165[ View full list of Headless Chrome options available.] ( https://www.api2pdf.com/documentation/advanced-options-headless-chrome/ )
166166
167167 var options = new ChromeUrlToPdfOptions
0 commit comments