0

Using my PC the files are opened as .pdf, but if i try the same with my Samsung Galaxy Mini i get an error message: ashx - not supported format Do i need to install extra software to view the files?

Thank you

user655762
  • 45
  • 3
  • 8

1 Answers1

0

.ashx file is an ASP.NET web forms file for delivering a dynamic content, which means the final file could contain the PDF content in it. so just rename this file to .pdf and it should work (hopefully).

VahidN
  • 18,457
  • 8
  • 73
  • 117
  • I have a friend with an Iphone.He can open the file without any problem.The result is a .pdf file and he is not getting the error message: ashx not supported – user655762 Dec 12 '13 at 10:08
  • Open it with a hex editor or even a simple text editor and see if its content starts with `%PDF` or not. If not, it's not a PDF file. – VahidN Dec 12 '13 at 10:11
  • On my PC and my friends IPhone it opens as a PDF file. – user655762 Dec 12 '13 at 10:26