20-11-23 11:59 AM
Hello everyone, I need to create a bot for identify the blank pages in pdf file. any guidance on this. I need to check whether the pdf files having blank pages or not.
Answered! Go to Answer.
20-11-23 10:50 PM
HI Ravindra Gabur,
I think in two ways to do it.
1) Split the pdf in to multiple pdfs and make sure each pdf has only 1 page and get the size of the file from windows file explorer and based on that you can find any page has some text or not
2) Other approach is Ctrl+C and CTRL + V to get the data of each page and identify whteher it has some text or not
Note: you can use the below VBO to do the approaches mentioned in teh above
https://digitalexchange.blueprism.com/dx/entry/117528/solution/sabancidx---daily-pdf-actions
20-11-23 10:50 PM
HI Ravindra Gabur,
I think in two ways to do it.
1) Split the pdf in to multiple pdfs and make sure each pdf has only 1 page and get the size of the file from windows file explorer and based on that you can find any page has some text or not
2) Other approach is Ctrl+C and CTRL + V to get the data of each page and identify whteher it has some text or not
Note: you can use the below VBO to do the approaches mentioned in teh above
https://digitalexchange.blueprism.com/dx/entry/117528/solution/sabancidx---daily-pdf-actions
04-12-23 02:36 PM
Hello Harish,
Thanks for your help... VBO working fine for the PDF pages which having the text. but now i am facing the issue to read the scanned pdf images. VBO shows every scanned page as blank. I tried to do Surface Automation, but it won't worked for me.
Appreciate your help.
Thanks,
Ravindra Gabur