Add IBM CMOD Page-Piece Dictionary index values to PDF output in Exstream

Pål Vinland
edited October 15, 2021 in Exstream #1

Has anyone had any experience in defining IBM's PDF Indexer values in PDF output from Exstream?

IBM's description is that the indexing the PDF is similar to TLEs in an AFP-file, but the method to a PDF is documented with Exstream to use the Metadata-components.

When inserted to the PDF it should look like this:

/PieceInfo <</IBM-ODIndexes <</Private
                              <</DocId(AAA)
                                 /BankNumber(0000000001)
                                 /AcctNumber(00000000000111111111)
                                 /NoticeType(W)
                                 /StmtDate(20120507)
                               >>
                              /LastModified(D:20120619000000Z)
                            >>
           >> 

Link to https://www.ibm.com/docs/en/cmofm/10.5.0?topic=indexer-indexing-internal-indexes

Best regards,

Pål Vinland

Comments

  • I'm in the same boat - have to add PPD indexes to PDF documents. I'm using As-is search keys and specified them individually in the controlfile. The script runs successfully and I can see the search keys in the PDF, but the IBM-OMIndexes wrapper is missing.

    Did you come right with your attempt?