Author Topic: Multiple PDF Page Piece Dictionary indexes that reference the same document  (Read 1844 times)

hmed

  • Newbie
  • *
  • Posts: 7
    • View Profile
Can CMOD 9.5 or later index a single PDF document with multiple sets of indexes when using "Indexing with internal indexes"?  If so, what is the correct Page Piece Dictionary format that CMOD would be expecting?

for example, internal indexes would be placed in page 1 of a PDF document.  Can AcctNumber 111, 222, 333 all reference the same document?  If so, would a format similar to this work?

/PieceInfo <</IBM-ODIndexes <</Private
<</BankNumber(0000000001)
/AcctNumber(111)
/BankNumber(0000000001)
/AcctNumber(222)
/BankNumber(0000000001)
/AcctNumber(333)
>>
/LastModified(D:20120619000000Z)
>>
>>

Darrell Bryant

  • Full Member
  • ***
  • Posts: 104
  • Sed fugit interea fugit inreparabile tempus-Virgil
    • View Profile
See the Content Manager OnDemand Newsletter for 3Q 2018 for more information on page piece dictionaries.
I think the tip titled 'Multiple Page-Piece Dictionary rows' will answer your question.
https://www.ibm.com/support/pages/node/628001
#IBMi #iSeries #PDF #XML #400 Indexer #ASM

hmed

  • Newbie
  • *
  • Posts: 7
    • View Profile
Thanks.  I appreciate the time you and everyone else took to read and reply to this post.