Convert PDF to HTML
Does anyone know if there is a way in ColdFusion to convert the contents of a PDF into HTML to use where needed in my CF app? I am auto generating a huge PDF file using CFDOCUMENT. I need a way to take the contents of an existing PDF, which is basically just a table with some data in it and insert it in a specific spot in the master PDF. I do not want to do a "merge" of multiple PDF's, I know how to do that. I actually need to take the contents of one PDF and insert it in a specific spot in the PDF I am creating. I don't know if this is even possible.
