PDF to XML conversion using PHP

前端 未结 3 1295
情书的邮戳
情书的邮戳 2021-01-17 06:36

I need help to convert PDF to XML using PHP. There are some sites which claims to do so. But they charge for that. I have to write my own code in PHP for that. Being a novic

3条回答
  •  自闭症患者
    2021-01-17 06:43

    PDFX does PDF-to-XML conversion and it's free to use. It might be helpful in your case as it can extract things like images and captions separately.

    Example input/output can be found here.

    The usage page includes a simple PHP client example.

    (Disclosure: It is my system.)

提交回复
热议问题