|
@@ -4,7 +4,7 @@
|
|
* This file is part of wkhtmltopdf.
|
|
* This file is part of wkhtmltopdf.
|
|
*
|
|
*
|
|
* wkhtmltopdf is free software: you can redistribute it and/or modify
|
|
* wkhtmltopdf is free software: you can redistribute it and/or modify
|
|
- * it under the terms of the GNU General Public License as published by
|
|
|
|
|
|
+ * it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
* (at your option) any later version.
|
|
*
|
|
*
|
|
@@ -13,7 +13,7 @@
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
* GNU General Public License for more details.
|
|
*
|
|
*
|
|
- * You should have received a copy of the GNU General Public License
|
|
|
|
|
|
+ * You should have received a copy of the GNU Lesser General Public License
|
|
* along with wkhtmltopdf. If not, see <http: *www.gnu.org/licenses/>.
|
|
* along with wkhtmltopdf. If not, see <http: *www.gnu.org/licenses/>.
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -59,7 +59,7 @@ CAPI void wkhtmltopdf_set_finished_callback(wkhtmltopdf_converter * converter, w
|
|
/* CAPI void wkhtmltopdf_begin_convertion(wkhtmltopdf_converter * converter); */
|
|
/* CAPI void wkhtmltopdf_begin_convertion(wkhtmltopdf_converter * converter); */
|
|
/* CAPI void wkhtmltopdf_cancel(wkhtmltopdf_converter * converter); */
|
|
/* CAPI void wkhtmltopdf_cancel(wkhtmltopdf_converter * converter); */
|
|
CAPI int wkhtmltopdf_convert(wkhtmltopdf_converter * converter);
|
|
CAPI int wkhtmltopdf_convert(wkhtmltopdf_converter * converter);
|
|
-CAPI void wkhtmltopdf_add_resource(
|
|
|
|
|
|
+CAPI void wkhtmltopdf_add_object(
|
|
wkhtmltopdf_converter * converter, wkhtmltopdf_object_settings * setting, const char * data);
|
|
wkhtmltopdf_converter * converter, wkhtmltopdf_object_settings * setting, const char * data);
|
|
|
|
|
|
CAPI int wkhtmltopdf_current_phase(wkhtmltopdf_converter * converter);
|
|
CAPI int wkhtmltopdf_current_phase(wkhtmltopdf_converter * converter);
|