Using jQueryMobile and html5 I've build a mobile application in which I need to retrieve a pdf file from an external url, saving inside the app and give the possibility to take annotations on the this file.
So I'm wondering if there is a plugin that I can use to take annotations on pdf.
Thank you very much in advance.
Any help will be strongly appreciated.
I have not used any of these but here are a couple that might help:
http://snipplr.com/view/9250/
http://www.zurb.com/playground/javascript-annotation-plugin
http://flexpaper.devaldi.com/annotations.htm
http://code.google.com/p/xsd-forms/
Hope this helps
Related
I am working on a application where want to open Jmeter test plan (.jmx file) in html5 page so that it can be opened/edited in web browser. Please guide me what would be the best approach and technologies to use. I am considering Javascript and JQuery for this purpose.
Any suggestion or guidance will be a great help.
Thanks
My first idea was that something like this a Online XML Editor must exist.
Open this URL and place the File over Load URL
Then work on the XML Nodes and Save later the result over Button Download.
Complete Example here
http://codebeautify.org/xmlviewer/cbf7710f
The other Idea I had was to load the xml over JQuery as you already mentioned. Then place the content on textbox and edit it. After this copy-paste to a editor and save it.
Use this Example
http://www.jquerybyexample.net/2012/04/read-and-process-xml-using-jquery-ajax.html
You can check this new tool called BlocklyJMX which enables you to edit JMeter file online using the browser.
I would like to show a web page through a quartz composition, is this possible? The HTML must be able to call and use other external files like a JS.
Thanks in advance for any help!
The CoGeWebKit plugin may be helpful.
From its documentation:
CoGeWebKit is a Quartz Composer plugin that leverages WebKit to allow offscreen rendering of web technologies including interactive Flash and Java content. Control mouse input, browse normally and post process rendered web pages in Quartz Composer.
I am using this plugin
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
It works perfect in dreamweaver offline as soon as I upload it to my web server hosted by one.com it doesn't work. It uses the jquery validation engine and css to display error messages.
When online the form displays but wont validate.
This is the webpage I cant get it to work on
http://www.notgotaclue.co.uk/contactUs.html
Any help would be greatly appreciated...
Thank You in advance.
These are the js files currently loaded by your application
You need to include all these missing jquery and js files
and also add correct file path references
I'd like to fill a pdf form with flex.
Data are on my air application and I want to use those to fill a pdf file store on my computer.
Do you have an idea to do that?
thanks
For PDF generation I've used AlivePDF. It works well once you figure it out.
Have you tried AlivePDF with the alivepdf-template extension (they're both available on Google Code)?
Here's a sample of how to use the extension: http://gonzalo.huerta.cl/?p=3
I'm currently learning how to make facebook apps, and I've hit a problem.
Usually when I make flash applications, I can use the index.html and run the swf from a webserver.
However, I tried to make a facebook iFrame app using the same setup, all I get is the Alternative Content Text.
Any experienced flash/facebook developer help would be greatly appreciated by this newbie.
Below is what happen to my tutorial app.
http://apps.facebook.com/jeffcheetest/
Do you have filled the field "App Namespace" in the Developer Application Settings? I think it could be the problem...
Are you using FBML? If so, it may be easier to switch to iframe in order to have the swf work in the .html page as you expect it to work. Otherwise, you will need to implement your swf through fbml tags or fbjs code.