我正在使用 Datalogics APDFL SDK。如何只打印包含某个单词的pdf页面?

I'm using Datalogics APDFL SDK. how to print only the pdf pages containing a certain word?

我已经在 eclipse 中导入了 Datalogics maven 示例源项目,但不知道如何找到单词并将它们添加到打印范围以及打印包含特定单词的特定页面

您是否已联系我公司的支持部门 (tech_support@datalogics.com)?如果没有,您应该这样做以获得更直接的专家帮助。

Java 示例 ListWords illustrates how to find the words on a page, iterate through that list of words, and retrieve the text. The PrintPDF 示例说明了如何指定要打印的页面范围以及如何打印文档。检查这两个示例将有助于了解如何根据在这些页面上找到的触发词有选择地选择要打印的页面。