public class MyClass {
public static void main(String[] args) throws Exception {
String uriHtml = args[0];
String destinationPath = args[1];
new Converter(uriHtml, destinationPath).convert();
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
josecarlosweb/Html2Pdf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Html To PDF Converter Implementation By openhtmltopdf
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published