You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per our requirement we need to send PDF file as stream. Is it possible use ws.js.
when i am using the below line of code i am getting an error "elem.firstChild.setAttribute is not a function"
I am passing file relative path in tempPath.
ws.addAttachment(ctx, "request", "//*[local-name(.)='Envelope']", tempPath, "application/pdf")
Regards,
Anand
The text was updated successfully, but these errors were encountered:
Hi,
As per our requirement we need to send PDF file as stream. Is it possible use ws.js.
when i am using the below line of code i am getting an error "elem.firstChild.setAttribute is not a function"
I am passing file relative path in tempPath.
ws.addAttachment(ctx, "request", "//*[local-name(.)='Envelope']", tempPath, "application/pdf")
Regards,
Anand
The text was updated successfully, but these errors were encountered: