是否可以在没有数据库连接的情况下使用 iText 在 pdf 文件中进行页面转换(类似于 PowerPoint 演示文稿)?
最近我在iText网站上看到我们可以对pdf文件进行类似于powerpoint演示的页面转换(即)溶解、闪烁页面等。但他们给出的例子很少,他们还为每个例子建立数据库连接。我想在没有数据库连接的情况下实现它。我还附上了链接供您参考 iText 页面转换
Recently i saw in iText website that we can make page transition for pdf file similar to powerpoint presentation (i.e)dissolving, glittering the pages and so on. But they give few examples regarding that also they make databse connection for each example. I want to make it without database connection. I'm also include the link for your reference
iText page transition
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了这个任务的答案,它非常简单。只需添加以下代码即可在 pdf 幻灯片放映中获得各种设计
而不是 DGLITTER,您可以添加各种设计。
I found answer for this task it's very simple and easy. Just we have to add the following code to get various designs in pdf slide show
Instead of DGLITTER you can add various designs.