Avatar

Level 3

Hi all, got a question about generating a afp file with a specific structure, can the below structure be achieved with streamserve afp output? :

Begin Resource Group
    …(resources)…
End Resource Group
Begin Document
      Begin Named Page Group (e.g. 1-page business document)
          Begin Page
               …(page 1 data)…
          End Page
          Tag Logical Element (metadata field 1)
          Tag Logical Element (metadata field 2)
           …(TLEs 3-n)…
       End Named Page Group
End Document

Begin Document
       Begin Named Page Group (e.g. 2-page business document)
           Begin Page
               …(page 1 data)…
           End Page
           Begin Page
                …(page 2 data)…
           End Page
           Tag Logical Element (metadata field 1)
           Tag Logical Element (metadata field 2)
           …(TLEs 3-n)…
       End Named Page Group
End Document