Hello Everyone,
I would like to seek regarding getting HTML to PDF.
I'm able to create a PDF from HTML String with SharePoint data into PDF.
My problem is that, if the sharepoint data contains something like <($8) and 1029/2022 for example in a description. The PDF conversion will be cut-out, because I think it's treating this as an element.
Is there a way to avoid cropped data when encountered this type of string?
Solved! Go to Solution.
@Houji try replacing < with > and / with %2F and see if that works?
@Houji try replacing < with > and / with %2F and see if that works?
User | Count |
---|---|
26 | |
16 | |
14 | |
10 | |
10 |
User | Count |
---|---|
45 | |
29 | |
29 | |
23 | |
23 |