Hi Arundhati Sen,
Thank you for posting query in Microsoft Q&A Platform.
One possible reason for this issue is that the PDF file is not being read correctly from the blob storage. PDF files are binary files, and they need to be read in binary mode to ensure that the contents are not corrupted. You can try adding the
responseType
parameter to the web activity to ensure that the file is read in binary mode.
Or
As you mentioned using logic app you were able to do. consider having your logic app trigger type as HTTP trigger and then make API call to logic app. We can do this using
web activity
in azure data factory.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers helps community as well.