Converting .txt files to .pdf automatically

are there any integrations available where i can convert .txt files to .pdf? i am trying to use docparser, and while it is possible to parse .txt files with it, it is very difficult with the current program. wondering if there are any better ones? there are several online tools but i want to automate this

You can use google drive to do this pretty easily.

  1. First we get all of our .txt files we want as pdfs.

  2. We can an http get a file with the web content link from the files that we got

  3. Upload the file and add .pdf extension after the file name and replace the .txt with empty string to make the name clean. You can leave it but the name will look like filename.txt.pdf but it will still be a pdf

Let me know if this help!!!

thank you for your response, I really appreciate it! However, I am running into an issue where instead of saving the .txt file, it saves this as a pdf instead. any ideas on how to get around this? I am already logged into my account.

Make the .txt public.

1 Like

thank you! while this is a solution, I have to keep it private because my work admin does not allow me to make it public. what i ended up doing was just uploading/downloading/re-uploading the file via the same google drive conversion method you used, and then transferring the data over to our database system. so this helped so much!! have a good day

1 Like

Amazing so glad it helped you have a great day!!