Skip to content

Commit d8ef876

Browse files
sync with main
1 parent 943c978 commit d8ef876

17 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
236 Bytes
Binary file not shown.
546 Bytes
Binary file not shown.
795 Bytes
Binary file not shown.
836 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
179 Bytes
Binary file not shown.
Binary file not shown.
1.05 KB
Binary file not shown.
Binary file not shown.

generatepdf/pdf/htmltopdfconverter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from rest_framework import generics
99
from rest_framework.response import Response
1010

11-
path_to_wkhtmltopdf = r"C:\Program Files (x86)\wkhtmltopdf\wkhtmltopdf.exe" # give path of the wkhtmltopdf for windows#
11+
path_to_wkhtmltopdf = r"C:\Users\vivif\Downloads\wkhtmltox-0.12.6-1.msvc2015-win64.exe" # give path of the wkhtmltopdf for windows#
1212

1313
config = pdfkit.configuration(wkhtmltopdf=path_to_wkhtmltopdf)
1414

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)