How to set the default page while opening any PDF in adobe reader to start from “I” instead of “1”? [closed]

余生长醉 提交于 2020-01-13 07:06:32

问题


I am creating a PDF through iText Java code and also adding page numbers to it similarly available here on every page at bottom.

My page numbering sequence is starting from I, 1, 2, ..., n which will be printed on each page below

I want the same to be displayed when you open the PDF in adobe reader it should start with page number I and then continue with other pages 1, 2, ..., n in the reader as well.

How can I achieve it using iText or Java code?

来源:https://stackoverflow.com/questions/59562018/how-to-set-the-default-page-while-opening-any-pdf-in-adobe-reader-to-start-from

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!