PHP Smalot PdfParser 获取特定部分
我需要有关 PHP Smalot\PdfParser 的帮助。 https://github.com/smalot/pdfparser
有谁知道如何获取或访问某些部分。
例子。发票并希望访问项目/产品对象部分,因为对象/数组
getText 方法有效,但检索发票上的所有文本。
多谢!
I need help about PHP Smalot\PdfParser. https://github.com/smalot/pdfparser
Does anybody know how to get or access certain section.
Example. Invoice and want to get access to items/products object section as Object/Array
getText method works but retrieves all the text on invoice.
Thanks alot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用这样的循环:
You could use some loop like this: