Yes, I faced a similar issue where I needed to convert a binary field in a SQL Server database to a PDF file. To solve this problem, I used a combination of SQL Server functions and programming. First, I extracted the binary data from the database using a SELECT statement.
Then, I used a programming language like C# to convert the binary data into a PDF file by writing the binary data to a file with a .pdf extension. This allowed me to retrieve the actual PDF document from the binary field in the SQL Server database.