0

I want to create an Android app which needs to open DWF files within the app and I don't want to launch any other app to view them. I have not found any DWF viewer libraries that can be integrated with our app as in case of PDF, libraries are available.

I came to know that Auto Desk provides DWFToolkit that let developers to create our own DWF Viewer with C++ libraries. But I am not familiar with C++ and I have no idea to proceed.

I wonder some applications(like DWGSee) are available in PlayStore to view DWF files and How have they would have created them.

Please provide your suggestions and help me out.

  • Unsure of what you are trying to achieve here , can you provide more detail or some code of what you have tried so far ? – Alicia Nov 19 '15 at 12:19

1 Answers1

0

I would suggest the Autodesk View & Data, a viewer that can be user on your app on a phone compatible with WebGL (most newer Android devices). Check a Android sample here.

The DWF Toolkit it very hard to modify and it's intended to manipulate (read/write) files, not for viewing.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44