OnDemand User Group

Support Forums => Report Indexing => Topic started by: hmed on June 15, 2020, 05:11:26 AM

Title: Multiple PDF Page Piece Dictionary indexes that reference the same document
Post by: hmed on June 15, 2020, 05:11:26 AM
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)
>>
>>
Title: Re: Multiple PDF Page Piece Dictionary indexes that reference the same document
Post by: Darrell Bryant on June 15, 2020, 11:58:02 AM
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
Title: Re: Multiple PDF Page Piece Dictionary indexes that reference the same document
Post by: hmed on June 16, 2020, 04:34:37 AM
Thanks.  I appreciate the time you and everyone else took to read and reply to this post.