This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Ajax Search Pro PDF search function issue

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax Search Pro PDF search function issue Reply To: Ajax Search Pro PDF search function issue

#33215
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well for that you will have to save them as custom post types, that is probably the simplest solution. Parsing the PDF contents and saving as the custom post type contents or similar. Please mind that parsing PDF via PHP is not a simple task, you will have to look for external PDF parsing libraries to do so. TCPDF is probably the best out there.