文件名称:4d-component-poppler:从PDF等中提取文本的跨平台工具
文件大小:16.88MB
文件格式:ZIP
更新时间:2024-06-25 08:06:35
4d-component-poppler 从 PDF 等中提取文本的跨平台工具。 例子 提炼 $pdfPath:=Get 4D folder(Current Resources folder)+"sample.pdf" $FLAG_RAW:=1 $FLAG_LAYOUT:=2 $FLAG_NO_PAGE_BREAK:=4 $text:=pdftotext ($pdfPath;$FLAG_LAYOUT|$FLAG_NO_PAGE_BREAK) 分裂 $srcPath:=$pdfPath $dstPath:=System folder(Desktop)+"split.pdf" $pageNum:=2 pdfseparate ($srcPath;$dstPath;$pageNum) 合并 ARRAY TEXT($paths;0) APPEND TO ARRAY($paths;$pdfPa
【文件预览】:
4d-component-poppler-master
----poppler()
--------poppler.4dbase()
----README.md(596B)