PDFs and Reflow #4373
Replies: 3 comments 5 replies
-
There are two separate aspects to this. The first is conformance with the success criterion. The Understanding page for SC 1.4.10 states "In a PDF created to conform to PDF/Universal Accessibility (ISO 14289), the content can be reflowed...". So, in principle, if your PDF is PDF/UA conformant, it automatically meets the success criterion. However, the second aspect is accessibility support. Adobe Reader is now the only PDF reader that supports reflow, as far as I am aware, but it does not fully support the PDF 1.7 specification, so PDF/UA conformant documents may not reflow correctly and may not reflow at all. VIP PDF Reader used to support reflow much better than Adobe Reader, but it has not been available for more than a year. I have no idea why it was discontinued. Since user agent support for reflow is so poor, my view is that we should not claim that a PDF is conformant just because it is PDF/UA conformant. I do think it's acceptable to claim conformance with the SC based on testing with Adobe Reader, because the WCAG definition for accessibility support explicitly avoids specifying how many user agents need to support a technology and to what extent. I would argue that Adobe Reader is sufficiently ubiquitous, but others may disagree. Form controls and other interactive components cannot be made to reflow in PDFs, and one instance of such a component will prevent the entire page from reflowing, although pages without such components will still reflow in the same document. Since the use of forms in PDFs is not accessibility supported in terms of reflow, almost all PDF forms cannot be made WCAG conformant. That said, if the form and everything else on the page fits within the equivalent of 320 CSS pixels (which will be pretty rare), the SC will pass because the contents will not need to reflow. However, it gets more complicated with other content types. For instance, if you include an image with Alternate Text in Microsoft Word, that page will not reflow in the resulting PDF. However, if you include an image with Alternate Text in some other applications (InDesign being one, I believe), the page will reflow in the resulting PDF. The difference is caused by some parameter buried deep in the tag properties, and you can actually fix it for PDFs created using Word if you know what to look for (and I forget what it is). I would ignore the assertion that "the core of PDF is to place text at a fixed point in space". This may or may not have been true 30 years ago, but it's absolutely not the case now. It's only one of many use cases for PDFs. |
Beta Was this translation helpful? Give feedback.
-
In my opinion if the PDF meets PDF/UA and the images are properly configured to allow for the reflow of the text without requiring two-dimensional scrolling per the criterion - I don't think a PDF should fail just because no current agents don't support the being done according to the specification. |
Beta Was this translation helpful? Give feedback.
-
5.2.4 Only Accessibility-Supported Ways of Using Technologies |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if I could clarify the requirements for PDFs and Reflow. Acrobat can reflow some documents, but forms with fillable fields cannot. I am not aware of any other PDF software that supports reflow at all, and I have seen it argued that reflowing layout runs contrary to the point of a PDF (example). Does this mean that it is not possible for PDF with fillable fields to conform to WCAG, or can an exception apply? Perhaps, as an electronic representation of paper, you could say that two-dimensional layout is required for usage or meaning. Or perhaps there is some other accessibility-supported method for making fillable PDFs reflow.
Beta Was this translation helpful? Give feedback.
All reactions