0

I need to save a PDF for every specific person in my Python code.

How do I save that file to a SQL Server table?

I have looked online but all I understood was you need to convert it to bytes or something. Not something we learned in school :)

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Dean Marko
  • 9
  • 1
  • 5

1 Answers1

0

Save and Read PDF File Using SQL Server and C# [1]: https://www.c-sharpcorner.com/UploadFile/013102/save-and-read-pdf-file-using-sql-server-and-C-Sharp/

Dharman
  • 30,962
  • 25
  • 85
  • 135