Bulk renaming of bookmarks

Forum for the PDF-XChange Editor - Free and Licensed Versions

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

diddi8
User
Posts: 2
Joined: Fri Feb 06, 2026 3:21 pm

Bulk renaming of bookmarks

Post by diddi8 »

Hello Community,
In xchange editor, we generate our bookmarks when merging various PDF files.
Now we would like to remove the first 4 characters from all bookmarks, as these are actually only used as a sorting criterion when naming the PDF files.
Is there a way to do this as a bulk change? Currently, we change each bookmark manually—a tedious task...

Thank you for your support.

diddi
Will people ever be wise enough to refuse to follow bad leaders or to take away the freedom of other people? (Eleanor Roosevelt)
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 12621
Joined: Wed Jan 03, 2018 6:52 pm

Re: Bulk renaming of bookmarks

Post by Daniel - PDF-XChange »

Hello, diddi8

On the bookmarks tab, we offer a "find and replace" function for renaming bookmarks in bulk. To replace the first few characters of all bookmarks you will likely want to enable the regex mode, and work from there to do so:
image.png
I am afraid that I am not fluent in regex myself, so I cannot offer a string to accomplish this personally. Best of luck!

Kind regards,
You do not have the required permissions to view the files attached to this post.
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Mathew
User
Posts: 794
Joined: Thu Jun 19, 2014 7:30 pm

Re: Bulk renaming of bookmarks

Post by Mathew »

Use the following regex to delete the first four characters

Code: Select all

^.{4}
image.png
You do not have the required permissions to view the files attached to this post.
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 12621
Joined: Wed Jan 03, 2018 6:52 pm

Re: Bulk renaming of bookmarks

Post by Daniel - PDF-XChange »

Hello, Mathew

Thank you very much Mathew! :D

Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
diddi8
User
Posts: 2
Joined: Fri Feb 06, 2026 3:21 pm

Re: Bulk renaming of bookmarks

Post by diddi8 »

Hello Daniel, hello Mathew,

This is exactly what I was looking for—and it works wonderfully.
Thank you very much.

Kind regards,
diddi
Will people ever be wise enough to refuse to follow bad leaders or to take away the freedom of other people? (Eleanor Roosevelt)
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 12621
Joined: Wed Jan 03, 2018 6:52 pm

Bulk renaming of bookmarks

Post by Daniel - PDF-XChange »

:)
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com