- Posts: 13
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Roman numerals as page numbers
IP: 192.143.229.54
8 years 3 months ago - 8 years 3 months ago #13870
by cornelius
Roman numerals as page numbers was created by cornelius
Good morning,
We have requests from clients that certain pdfs have roman numerals before the page numbers start.
An example is page i, ii, iii, iv, v, 1, 2, 3 etc.
Does Radaee have a way to extract these custom page numbers from the document? I can't seem to find anything on it.
An example of a page called "Cover" in Adobe is attached
Thanks,
Cornel
We have requests from clients that certain pdfs have roman numerals before the page numbers start.
An example is page i, ii, iii, iv, v, 1, 2, 3 etc.
Does Radaee have a way to extract these custom page numbers from the document? I can't seem to find anything on it.
An example of a page called "Cover" in Adobe is attached
Thanks,
Cornel
Last edit: 8 years 3 months ago by cornelius. Reason: Adding attachment
IP: 37.183.44.177
8 years 3 months ago #13875
by nermeen
Replied by nermeen on topic Roman numerals as page numbers
Dear Cornel,
Our developers are investigating your request, meanwhile can you please send us a sample pdf?
Thanks
Our developers are investigating your request, meanwhile can you please send us a sample pdf?
Thanks
IP: 105.226.26.30
8 years 3 months ago - 8 years 3 months ago #13883
by cornelius
Replied by cornelius on topic Roman numerals as page numbers
Here you go:
Last edit: 8 years 3 months ago by cornelius.
IP: 37.183.44.177
8 years 3 months ago #13885
by nermeen
Replied by nermeen on topic Roman numerals as page numbers
Dear Cornel,
Currently you can get these information using the advanced APIs (which requires a premium license)
For an example, please check Get custom page labels using advanced properties
based on your sample and the code mentioned in the article, you will get:
Which means:
from index 0 -> Lowercase roman numerals
from index 3 -> Decimal numerals
i.e. -> i, ii, iii, 1
Currently you can get these information using the advanced APIs (which requires a premium license)
For an example, please check Get custom page labels using advanced properties
based on your sample and the code mentioned in the article, you will get:
Code:
array item 0: value = 0
tag:0---S:name -> value = r
array item 2: value = 3
tag:0---S:name -> value = D
Which means:
from index 0 -> Lowercase roman numerals
from index 3 -> Decimal numerals
i.e. -> i, ii, iii, 1
IP: 37.183.44.177
8 years 3 months ago #13888
by Davide
Replied by Davide on topic Roman numerals as page numbers
Dear Cornel,
we have just published a new beta version with the new interface to get the custom page label.
You can find it here : www.radaeepdf.com/download/download-prev...e/66-radaeepdf-3152b
We have also upgraded the kb article here : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=136
we have just published a new beta version with the new interface to get the custom page label.
You can find it here : www.radaeepdf.com/download/download-prev...e/66-radaeepdf-3152b
We have also upgraded the kb article here : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=136
IP: 105.226.26.30
8 years 3 months ago #13898
by cornelius
Replied by cornelius on topic Roman numerals as page numbers
This is great news, thank you.
Can you perhaps add it for Windows and iOS as well?
Can you perhaps add it for Windows and iOS as well?
Time to create page: 0.433 seconds