Rank: Newbie Groups: Member
Joined: 10/14/2015 Posts: 7
|
I'm using EO.pdf and am working with an existing PDF file. The PDF file has <<Page 1 of n>> in the footer section. This is an Adobe feature.
My application removes some pages depending on user input. The problem is the <<Page 1 of n>> doesn't know about the deleted pages. Is there a way to refresh it?
Example:
Document has 3 pages:
Page 1 of 3 Page 2 of 3 Page 3 of 3
Application removes page 2. The final pdf becomes:
Page 1 of 3 Page 3 of 3
I want it to show:
Page 1 of 2 Page 2 of 2
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,182
|
Hi,
No. There is no way for you to refresh it. These are just additional output on the page that are treated exactly the same as any other output. The only way you can do is to try to "paint over" it with new text output. For example, you can use our HTML to PDF feature to generate new page number text at the exact location, just make sure your page number HTML has a solid white background.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 3/24/2021 Posts: 1
|
That is very sad! Thx for information!
|