How to implement 'sarchable images' using PDFNet?

Q:
We need to implement the following functionality:

1. Produce PDF files from two sources:
      a) scanned images and
      b) text that we OCR-ed and/or entered off the scanned image and
we want to overlay on a searchable PDF output.
2. Read and merge existing searchable PDF files.
3. Allow bookmark creation and editing.

How to implement this fucntionality using PDFNet?
-----
A:

As a starting point you may want to take a look at the following
resources:

- AddImage sample project
(http://www.pdftron.com/net/samplecode.html#AddImage) for example of
how to embed raster/scanned images in PDF.
- ElementBuilder sample project
(http://www.pdftron.com/net/samplecode.html# ElementBuilder) for
examples of how to add text and vector art to PDF.
- How do I create 'PDF Searchable
Images'?(http://www.pdftron.com/net/faq.html#searchable_images)
- PDFPage sample project for examples of how to split and merge PDF
documents (http://www.pdftron.com/net/samplecode.html#PDFPage)
- A short tutorial on how to split and merge PDF pages
(http://www.pdftron.com/net/usermanual.html#copy_pg).
- Bookmark sample project
(http://www.pdftron.com/net/samplecode.html#Bookmark) for an example of
how to create and edit PDF bookmarks.