3

I have an .spd file and I want to convert it to pdf file, I looked for libraries over web but couldn't find any.

Actually, my android app gives me spd and jpg file. I am able to convert from jpg to pdf but it takes a lot of time and I also used different libraries for that but got same time for that process. So I switched to convert spd to pdf file, but I am not able to locate any java based library for that.

It would be great if anyone could suggest any library or something.

Thanks

1 Answers1

1

The extension of SPen's files is indeed .spd. I'm afraid that there is currently no official MIME type associated with .spd files.

You can find offical MIME types in the IANA's MIME Media Types register: http://www.iana.org/assignments/media-types

This might help you:

KishanCS
  • 1,357
  • 1
  • 19
  • 38