Issue in PDF Generation for specific location using connect-file
The requirement is to generate the pdf for the data retrieved through Report Definition and store it to a specific location.
For this, we are 1st converting the HTML to PDF through HTMLToPDF OOTB activity.
Then converting the byte array to Base 64 encoded string.
At last, calling the Connect-file to place the PDF file to specific location.
PDF is not generating properly at server location and giving error after opening.
Is there any way to generate the PDF for specific location?