Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在创建一个带有文本和图像的 pdf。如果文本太大,正在创建的 pdf 将进入第二页。有没有办法可以将内容限制在单个页面上。我可以修剪文本的结尾,但是 droidtext api 中是否有一个事件方法可以在我到达页面末尾时通知。
问候,
您可以使用 Document.addDocListener() 来监听页面事件,它会在添加新页面时通知您。要强制将段落保留在一页上,您可以使用 Paragraph.setKeepTogether()