Hi,
I have certain PDF file , in which have 10 page in total, but only 2 page contain text.
another 8page is blank page.
Is there any way to delete the blank page using uipath?
Thanks
Hi,
I have certain PDF file , in which have 10 page in total, but only 2 page contain text.
another 8page is blank page.
Is there any way to delete the blank page using uipath?
Thanks
Hi @Amin ,
A simple solution is to read the text from each page, see if there is text or not, and join within a final file the pages with text.
The workflow should look like this:
This is the helper file: RemoveBlankPdfPages.xaml (17.3 KB)
It worked for me. Hope it helps you
Best regards,
Marius
Hi @Amin ,
We are working with pdf files, hence the UiPath.Pdf.Activities package has to be installed on our workstation.
Please install the package:
Best regards,
Marius
its Worked.
Thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.