17.05.2014 Views

PDFlib TET PDF IFilter 4.0 Manual

PDFlib TET PDF IFilter 4.0 Manual

PDFlib TET PDF IFilter 4.0 Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SOME ARRAY ['Bembo', 'TimesNewRoman']<br />

> List all documents containing both the Bembo and Bembo-Bold fonts:<br />

SELECT System.ItemPathDisplay FROM SYSTEMINDEX WHERE "<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.font" =<br />

SOME ARRAY ['Bembo'] AND "<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.font" = SOME ARRAY ['Bembo-Bold']<br />

> List all documents with at least one page which has width=595. Note the single quote<br />

characters around 595 since width has type Double; the quotes are not required for<br />

type Int32:<br />

SELECT System.ItemPathDisplay FROM SYSTEMINDEX WHERE "<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.width" =<br />

SOME ARRAY ['595']<br />

> List all documents with at least one page with width=200 and at least one page with<br />

height=150:<br />

SELECT System.ItemPathDisplay FROM SYSTEMINDEX WHERE "<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.width" =<br />

SOME ARRAY ['200'] AND "<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.height" = SOME ARRAY ['150']<br />

> List all documents with at least one tennis image (Photoshop category TEN=tennis):<br />

SELECT System.ItemPathDisplay FROM SYSTEMINDEX WHERE<br />

"<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.images.photoshop.SupplementalCategories" = SOME ARRAY ['TEN']<br />

> List all documents with a <strong>PDF</strong> version higher than 1.6 (the <strong>PDF</strong> version will be returned<br />

by <strong>TET</strong> <strong>PDF</strong> <strong>IFilter</strong> as a string which contains the number * 10, e.g. 16 for<br />

<strong>PDF</strong> 1.6):<br />

SELECT System.ItemPathDisplay FROM SYSTEMINDEX WHERE "<strong><strong>PDF</strong>lib</strong>.<strong>TET</strong><strong>PDF</strong><strong>IFilter</strong>.pdfversion"<br />

> '16'<br />

52 Chapter 3: Metadata Properties

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!