Can I use http://code.google.com/p/wkhtmltopdf/ (licensed under gplv3) as a part of my commercial application?
Yes, but then your commercial application would have to be distributed under the terms of gplv3.
It depends what you mean. you can sell GPL stuff, however if you do your stuff would have to have its source available.
You could try contacting the author to see if it is also available under other (comercial) licenses
From GPL FAQ:
If I use a piece of software that has been obtained under the GNU GPL, am I allowed to modify the original code into a new program, then distribute and sell that new program commercially?
You are allowed to sell copies of the modified program commercially, but only under the terms of the GNU GPL. Thus, for instance, you must make the source code available to the users of the program as described in the GPL, and they must be allowed to redistribute and modify it as described in the GPL. These requirements are the condition for including the GPL-covered code you received in a program of your own.
Author of program said
It is released under gpl v3.. What this means is if you change the source code to the program AND give/sell the resulting binary to 3rd parties you must also give them your modified source. As you 1) have not modified the source and 2) are not distributing binaries, you can basically do what ever you want with the program. However I am under on obligation to provide support, or pay damages if it (against all odds) should break something.
You can always use GPL software in a commercial context; you can even charge people money to acquire it.
You do have to make available the source-code of programs you sell, however. People presume this makes it difficult to charge people for it.
It becomes clear from the comments that you intend to run the software on a server, and sell the output of it.
This is not distributing ('conveying') in terms of the GPLv3 license.
If, on the other hand, if wkhtmltopdf had been covered under thee GNU Affero Public License, you would have had to make available the sourcecode including any modifications you made.