Does anyone know of a way using C# to convert a XFDL file to a PDF file that is viewable in a standard PDF viewer (Adobe Reader and the like)? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way I have found to handle this is to return a FileContentResult in MVC with the content type of application/vnd.xfdl. Unfortunately the XFDL format requires a proprietary viewer in order to work correctly.