โ03-20-2025 01:03 AM
I'm trying to create a pdf file.
with python, there's an issue of library, so can't use it.
with HTML template, I'm trying to upload file to Workato storage but there its showing file type as text file.
file showing as corrupted.
Thanks in advance
Solved! Go to Solution.
โ03-24-2025 10:37 PM
Thanks Everyone.
able to create a pdf using google docs, and google drive connector.
Solution:
create a doc template in googl edrive.
now use create using template operation.
renamed the file in google drive using google drive connector.
exported the file to pdf format using google docs custom connector.
re-uploaded the file to google drive at different folder location.
deleting the original docs file so as to delete the duplicates using custom connector.
Thanks Nitish
โ03-20-2025 06:32 AM
Hi @nitishjain,
Is it possible to share more information.
Regards,
Prudvi
โ03-20-2025 06:46 AM
I meant, what ever I knew I tried implementing but it didn't work.
if you know how to generate pdf file, please let me know.
Thanks
โ03-20-2025 08:18 AM
Hi @nitishjain,
There is this recipe, you might have to make change as per your requirement.
PDF Generate
Regards,
Prudvi
โ03-24-2025 12:58 PM
You can try workflow apps instead of HTML template to upload a file and connect it with a data table. Make sure to mark the column type as "File". Hope this helps you and coming to python code, do you still stuck with it?