As far as the database, I was thinking that the documents would reside in the provider’s storage that comes with the account. Is this possible? Are there easier ways?
Thank you in advance.
]]>Often adapting a plugin is more trouble than it’s worth. Developing a bespoke plugin from scratch will deliver exactly what you need, but at a cost of time and/or money, depending on your skills and resources. If you need it, searching within PDF documents themselves is quite involved, but libraries like PDF Parser are available to help with that. I suspect such searches would be quite resource intensive, which may require careful implementation on busy servers.
The documents can reside anywhere that’s accessible to PHP. The server on which it’s running would be best, but anywhere on the Internet is theoretically possible.
]]>