Subject: | additionnal commands before the end of objbody |
Hello,
I have had a problem with the use of Simple because of the presence of
"/Type/Catalog" before the last ">>" of a fields. As I have seen on the
net more tags may be used so I create the joined patch.
Sebastien
Subject: | Simple.pm.patch |
67c67
< objbody : '<<' '/FDF' '<<' attributes '/Fields' '[' fieldlist ']' attributes '>>' '>>'
---
> objbody : '<<' '/FDF' '<<' attributes '/Fields' '[' fieldlist ']' attributes '>>' commands '>>'
265a266,269
> commands : '/' /[a-zA-Z0-9\.]*/ commands
> | '/' /[a-zA-Z0-9\.]*/
> |
>