-
1. Re: Listnumbering attribute
a C student Apr 13, 2014 6:35 AM (in response to a C student)By searching through the code using Notepad++ I was able to find that the ListNumbering attribute is used in the new Matterhorn Protocol 1.01 PDF (http://www.pdfa.org/wp-content/uploads/2014/03/MatterhornProtocol_1-011.pdf), example: <</ListNumbering/Disc/O/List>>. I have not found it in any other document, even those that claim PDF/UA compliance and have lists. And, I still do not find any way to access or set the attribute using Acrobat XI.
-
2. Re: Listnumbering attribute
a C student Apr 15, 2014 8:57 PM (in response to a C student)A kind expert, Samuel H., CTO, xyMedia GmbH, shared the solution in another forum. I am posting it here in case others may benefit ...
You can set this attribute in Acrobat as following:
1. Right click on the L tag in the "Tags" panel.
2. Choose "Properties...".
3. Click on "Edit Attribute Objects".
4. Click "New Item".
5. Open the /Attribute Object 1 <<Dictionary>> that is created.
6. You should find an owner ("/O") key with a value of "Layout". Change "Layout" to "List" via Button "Change Item".
7. Select "/Attribut Object 1" (or the one that has been created in step 4).
8. Click "New Element".
9. Choose value type: "Name".
10. Enter key: "ListNumbering"
11. Enter the value. It must be one of them which are specified in the specification: None, Disc, Circle, Square, Decimal, UpperRoman, LowerRoman, UpperAlpha, or LowerAlpha.
12. Click "OK" twice and then "Close"
Done

