Re: Automates generation PDF with Jaws

Hello Phuong Hoang,

iText or PDFlib might be a solution:

https://itextpdf.com/en/resources/books/itext-7-jump-start-tutorial-net/chapter-7-creating-pdfua-and-pdfa-documents  
https://www.pdflib.com/pdf-knowledge-base/pdfua/the-pdfua-standard/  

Kind regards,

Gijs

---
Gijs Veyfeyken
AnySurfer - towards an accessible internet
http://www.anysurfer.be/en
Brussels - Belgium

> On 7 Jun 2019, at 09:10, Phuong Hoang <PhuongHoang1182@hotmail.com> wrote:
> 
> 
> 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 Tuesday, 11 June 2019 07:50:25 UTC