它将表格从您的 PDF 中拖出, 并把它们写成 CSV 。 这是一张表格选取器, 而不是文档转换器: PDF 中的标题、 段落和图像被留在后面, 因为运行的简讯没有像电子表格单元格那样有意义的形式 。
我的PDF没有表格-这还能用吗?
+
No, and that is deliberate. Converting a document to a spreadsheet extracts its tables, so PDF files without a single table have nothing to extract. The conversion stops with an explicit message rather than handing you an empty CSV and reporting success.
它取决于源。 数字计算机或数字计算机将表格作为真实的表格对象存储, 因此它们会被直接和准确地读取。 PDF 中没有这种结构, 因此表格是从每页的固定行和列的文字中检测出来的。
如果我的PDF包含几个表格怎么办?
+
All of them are extracted. The converter walks the whole PDF rather than stopping at the first table, so a report with a dozen tables produces CSV output carrying all twelve.