Adobe has a nice feature which lets you split PDF’s by bookmark and name each file after the bookmark it was created from.
I would like to automate this; is there a way that UIPath can also do this with a PDF?
Thanks!
Adobe has a nice feature which lets you split PDF’s by bookmark and name each file after the bookmark it was created from.
I would like to automate this; is there a way that UIPath can also do this with a PDF?
Thanks!
Hey @SentientPizza,
You can do this by taking bookmarks as a UIElement in a Find image activity. And then read PDF by Read PDF by text activity. In a for each loop whenever the specific image exist it will split it in different word file.
Hope this will help you
thank you