I am writing an application to open and read a .dwg file in android os.
the IDE I am using is eclipse
I wanted to know if I had the source code of a reader or a . har file, then how to include it in my application.
Can somebody help?
You have to convert it (dwg/dfx) into pdf and then use a pdf viewer to view it in android
Related
Looking to see if anyone knows of a File Picker plugin similar to the image_picker, but for files, so that they can be uploaded from a mobile device.
Looking for a plugin or any example if anyone has done it already.
Thanks for any help.
I started hacking this together. I got it basically working for android. Here is the repository.
It actually copies the selected file to the app's temp directory and then provides the path, since there's no way I can see to get the file data from the OS to flutter.
I am working on editor application. I am able to create editor & I generated html file from
RichText using webView. Now client wants to save this html file into .docx format.
I searched too much in iOs sdk to convert .html into .docx but could not found any help.
During search I found following link
http://htmltodocx.codeplex.com/
This is a php file.
Now I want integrate this file in my xcode.
Now my problem is that how I integrate this php code file in iOs?
OR is there any other option to generate .docx file from .html file in iOs?
Any help or idea would be geat.
Thanks
I wanted to open the files available in my web application to its corresponding native apps in PC. I have created the set of program to download the file from web app but didn't know how to set that files to open with native app in system. kindly help me in this. If you have any other options to use rather than downloading and displaying the file please suggest me.
Note: I am using eclipse to develop web app
This problem is not related to GWT. Just provide links to files in your app. When a user clicks on link, user's browser/PC will decide what to do with a file. It will either open the file within a browser (PDF, images, some video and music files depending on a browser), or it will offer to save them.
i am new to iPad development. I am making iPad applications. In my application i want to create an epub file using Xcode 4.2, is there any demo tutorial available for making ePub file using Xcode. I have searched in google but i havn't found any thing which starts from basic..
can any one give me basic ideas, how to start ??
I don't know any code examples which shows how to generate ePub in objective c, but ePub is pretty easy format. It's zip file with structurized content based on xml files http://www.jedisaber.com/eBooks/Tutorial.shtml
You can build your solution based on projects in other languages, like, in ex. Ruby ePub generator https://github.com/jugyo/eeepub or C# http://sourceforge.net/projects/epubhub/
How to open .rtf file in my iphone application
This sample might give you an idea