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
May 13, 2021 at 9:52 am
#33215
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.