Hi Team,
Can you tell me How to save the PDF from Create HTML Content…
in Create HTML Content added some images and datatable… so i want convert to pdf…
Anyone tell how to it…
Thanks
Shyam
Hi Team,
Can you tell me How to save the PDF from Create HTML Content…
in Create HTML Content added some images and datatable… so i want convert to pdf…
Anyone tell how to it…
Thanks
Shyam
Use the “Create HTML Content” activity to create the HTML content that you want to convert to a PDF.
Use the “Write Text File” activity to write the HTML content to an HTML file. Specify the file path and name.
Hi @Dilli_Reddy
can you share sample…
Hi @Shyam_Pragash ,
Could you maybe check with the component mentioned below (Needs Windows Legacy) :
Follow this Steps:
Create HTML content as a string.
Use the “Start Process” activity to run wkhtmltopdf to convert the HTML content to a PDF.
Wait for the process to exit.
Use the “Move File” activity to save the generated PDF to the desired location.
can tell what is this “wkhtmltopdf” in the start process…
and share the code…
Thanks
Shyam
That is the path @Shyam_Pragash
Hi @Dilli_Reddy
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.