This is the error I get:
"Could not get the metafile from HTML string. Could not initialize the html converter object.Request failed.."
It also takes very long to process, always more than 20 seconds.
The HTML code is below:
<html><div class="row">
<div class="col-md-2">
<label>
GST/HST number
</label>
</div>
<div class="col-md-10">
some #
</div></div><div class="row"><div class="col-md-2">
<label>
Business name
</label>
</div>
<div class="col-md-10">
some company
</div></div><div class="row"><div class="col-md-2">
<label>
Transaction date
</label>
</div>
<div class="col-md-10">
some date
</div></div><div class="row"><div class="col-md-2">
<label>
Result
</label>
</div>
<div class="col-md-10">
GST/HST number registered on this transaction date.
</div>