Hi @Shahaji Nangare,
I'm tring to cut a PDF file into 5 separate documents; to do that I have an aggregate that retrieves the page range for each of the 5 sections of the file. I cycle this aggregate with a foreach loop and I call everytime the GetPage to cut the file but after the third section the GetPage always gets the previous range.
Can you give me some feedback?
Cheers,
Gianmaria
Hi Gianmaria,
Can you share the OML file you've created to achieve this (which uses this forge component)? And also a sample pdf so we can try out with it.
Hello @Ravi Punjwani
I finally did it, sorry I simply wasn't cleaning the local variable i was using to update a table in the database.
Thanks for your time and patience,