Pdf

Original Discord Post by renysanches_76517 | 2024-11-10 02:28:24

Hi everyone! I’m currently developing a project using the Convai SDK in Unity and need to know if it’s possible to generate a PDF report from a chat session with an NPC. Has anyone here implemented PDF generation from chat logs, or are there any specific recommendations or resources for achieving this with Convai? Thanks in advance!

Reply by k3kalinix | 2024-11-10 22:31:27

Hello :wave:t2: ,

You can extract the responses from the game engine and save it in a file format and convert it to PDF.
It would be better to search for this on the internet.

Reply by renysanches | 2024-11-11 01:00:30

Which script registers the texts in the chat?

Reply by k3kalinix | 2024-11-11 07:25:15

ConvaiGRPCAPI.cs

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.