Closed
Convert String to pdfstring
Hi All,
Can someone please tell me how can I convert string to pdfstring without script.
Thanks !
***Edited by Moderator Marissa to update categories***
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hi All,
Can someone please tell me how can I convert string to pdfstring without script.
Thanks !
***Edited by Moderator Marissa to update categories***
Hi Rubeena,
Do you want to simply convert string to PDF and generate the file in PEGA?
I have an editable pdf in which i want to fill in data through aitomation.
I am using this script to convert string to pdfstring
PdfString pdfvalue=new PdfString(value);
return pdfvalue;
I want to limit the use of scripts . Is there a way I can do this through automation ?
Pega provides OOTB HTMLToPDF utility to convert a stream into PDF document. Are you looking for something like this?
If not there is a Pega Rule type called EForms to generate PDF as well.
Hi,
One of the pdn article says 'Convert data in clipboard to html stream'. The data on clipboard is a base64 decoded stream of a pdf document. This needs to be passed to the HTMLToPDF activity to generate pdf. How may I convert string to html stream?
Pega provides a step method Property-Set-HTML to convert a section content into HTML stream. In the section put your property containing string value and execute that step method on your current primary page.
Next, call the HTMLToPDF activity and pass the MarkUp parameter as your HTML stream obtained in previous step.
Hi SwarnenduM,
Can you guide me on how to use OOTB HTMLToPDF utility.
Thanks.
Question
Question
Question Solved
Question
Question
Question
Question
Question
Question Solved
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.