- From: Phuong Hoang <PhuongHoang1182@hotmail.com>
- Date: Fri, 7 Jun 2019 07:10:21 +0000
- To: "w3c-wai-ig@w3.org" <w3c-wai-ig@w3.org>
Received on Friday, 7 June 2019 17:19:53 UTC
Dear all
To anyone know if any automatic generator for HTML to PDF?
After the automates generation HTML to PDF it will automatically tagged the <1h> <h2> and < table > in, so no need to manually doing the tagged for the 3 element. The reason why is we are generating hundreds of thousands of PDF and it not possible to manually tagged one PDF as a time.
Example HTML:
<h1>heading 1 </h1>
<h2>heading 2 </h2>
<table>
<tr>
<th> Company </th>
<th> Contact</th>
<th> Country</th>
</tr>
<tr>
<td>ANZNAB </td>
<td>David</td>
<td> Australia</td>
</tr>
</table>
PDF with Jaws hokey:
H
T
ALT+CTRL+ ARROW button
Regards
Phuong Hoang
Received on Friday, 7 June 2019 17:19:53 UTC