feat(conversion): add PDF to Excel (XLSX) conversion (#5778)

This commit is contained in:
Balázs Szücs
2026-02-23 20:47:24 +00:00
committed by GitHub
parent 549f796e47
commit 91b4a3484c
9 changed files with 154 additions and 3 deletions
@@ -4649,6 +4649,13 @@ prompt = "Choose page to extract table"
submit = "Extract"
title = "PDF to CSV"
[PDFToXLSX]
header = "PDF to Excel"
prompt = "Choose pages to extract tables"
submit = "Convert"
title = "PDF to Excel (XLSX)"
tags = "spreadsheet,excel,xlsx,table,extract,convert"
[PDFToHTML]
credit = "This service uses pdftohtml for file conversion."
header = "PDF to HTML"