Skip to content

Commit 45ce780

Browse files
committed
2 parents 4e2f23a + b0d2195 commit 45ce780

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)