Skip to content

This project is just to demonstrate tagging problems with tables in the PDF/UA-1 mode of FOP.

Notifications You must be signed in to change notification settings

nkutsche/fop-pdf-ua-table-tagging-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fop-pdf-ua-table-tagging-issue

This project is just to demonstrate tagging problems with tables in the PDF/UA-1 mode of FOP.

Content is:

Comparing the screenshots makes the issue clear:

Inacitve Active PDF 1.4
out/table.jpg out/table.jpg out/table-14.jpg

You see that if the PDF/UA-1 mode is active the tagging of TBody, THead and TFoot are lost and the TFoot row is missplaced.

The reason for adding the PDF 1.4 version was, that PDF 1.4 knows only the tags Table, TR, TH and TD (See PDF 1.4 specification Table 9.22). With PDF 1.5 TBody, THead and TFoot was introduced (see PDF 1.5 specification Table 10.22).

Conclusion: FOP tags tables in PDF 1.4 style if PDF/UA-1 mode is active. If PDF/UA-1 mode is inactive it tags tables in PDF 1.5 style even if PDF 1.4 is generated.

About

This project is just to demonstrate tagging problems with tables in the PDF/UA-1 mode of FOP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published