Shreya Shah
|
4c20d1f68f
|
using regex instead of soup to parse pdf page margins (#5883)
* using regex instead of soup to parse pdf page margins
* Fix codacy
|
2018-07-30 14:32:33 +05:30 |
|
Sagar Vora
|
5ddcf40a11
|
[python3] let PdfFileReader handle file opening (#5878)
In Python 3, file() is deprecated.
PdfFileReader can internally handle file opening and closing, so file() no longer necessary.
See description of stream parameter here:
https://pythonhosted.org/PyPDF2/PdfFileReader.html#PyPDF2.PdfFileReader
Alternatively, open() can be used.
|
2018-07-27 11:55:48 +05:30 |
|
Juan F Fernández
|
3c8689e4a2
|
[FIX] Fixed problem with margins in pdf (see #3451 #4235 #4239) (#4297)
|
2017-10-18 09:21:36 +03:00 |
|
rohitwaghchaure
|
192fae169c
|
[Fix] Letter head not displaying proper in the pdf (#4251)
|
2017-10-05 13:01:35 +05:30 |
|
maxtorete
|
c4ab2de7fd
|
Fixed problem with margin top and bottom overwritten in print format (#3451)
|
2017-09-23 03:46:13 +02:00 |
|
Aditya Hase
|
000d9a41b6
|
Use PyPDF2 instead of pyPdf
|
2017-08-11 00:39:24 +05:30 |
|
tundebabzy
|
6fbe20caaa
|
Except and raise statement python 3 compatible style (#3216)
* changes exception and raise statements to python 3 style
* changes except statement to python 3 style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* changes except and raise statement to python 3 compatible style
* adds six.reraise to fix python 3 style raise statements with traceback
* fixes indentation
|
2017-05-11 10:51:59 +05:30 |
|
rohitwaghchaure
|
e03d56adb6
|
[Fix] Multiple letter head printing issue on print format (#2365)
|
2016-11-25 16:10:42 +05:30 |
|
Rushabh Mehta
|
ea9c92daa5
|
[hot] ignoring loading errors causes background images to not load
|
2016-09-30 16:20:20 +05:30 |
|
Rushabh Mehta
|
74c4cbdba8
|
[minor] ignore load issues in wkhtmltopdf
|
2016-09-20 17:12:25 +05:30 |
|
Rushabh Mehta
|
2491c3e335
|
[minor] fix for pdf print
|
2016-08-29 11:31:47 +05:30 |
|
Rushabh Mehta
|
e03d22bb37
|
[fix] change parser in pdf generation
|
2016-03-03 17:16:22 +05:30 |
|
kardmode
|
3679689d71
|
[fix] for html parser for multi doc printing
BeautifulSoup parser "html5lib" doesn't work well with multi doc
printing
|
2016-02-28 16:15:18 +04:00 |
|
Anand Doshi
|
f14683e91e
|
[fix] pdf print: footer encoding and workaround to include bootstrap in footer
|
2016-01-28 16:41:11 +05:30 |
|
Anand Doshi
|
8b0b93a3a8
|
[enhancement] PDF: Footer option in Letter Head and show page number at the bottom
|
2016-01-28 15:56:45 +05:30 |
|
Anand Doshi
|
78bd12d8b0
|
[fix] typo in pdf header/footer code
|
2016-01-28 15:56:45 +05:30 |
|
Anand Doshi
|
2e7e73baac
|
[fix] improvements in header/footer code
|
2016-01-27 20:51:23 +05:30 |
|
gabtzi
|
200ad06b5c
|
Enchancement - provide header/footer HTML code and adjust margins on the fly in custom print formats
|
2016-01-27 20:51:23 +05:30 |
|
Anand Doshi
|
6bfd4138cf
|
[fix] handle content error in pdf.py
|
2016-01-20 14:52:40 +05:30 |
|
Anand Doshi
|
5165df0af9
|
[fix] pass session to tasks.sendmail to give access to private files
|
2015-12-21 13:15:08 +05:30 |
|
Anand Doshi
|
8a5addaae7
|
[feature] Private files. Fixes #927
- Option during upload + all new incoming email files will be private
- Paired with @rmehta
|
2015-12-09 14:02:14 +05:30 |
|
Anand Doshi
|
16c8926c36
|
[fix] ignore broken images in pdf
|
2015-11-11 17:58:17 +05:30 |
|
Rushabh Mehta
|
69fac8f5e9
|
[pdf] santize error message for bad image links
|
2015-07-02 14:23:37 +05:30 |
|
Anand Doshi
|
2995f02f3b
|
Web Notes to Frappe, better alerts, css fixes, fixed splash
|
2015-03-03 15:09:34 +05:30 |
|
Anand Doshi
|
f6cdd4a655
|
Merge remote-tracking branch 'frappe/develop' into v5.0
Conflicts:
frappe/__version__.py
frappe/core/doctype/communication/communication.py
frappe/core/page/desktop/desktop.js
frappe/hooks.py
frappe/translations/ar.csv
frappe/translations/es.csv
frappe/translations/fr.csv
frappe/translations/hr.csv
frappe/translations/id.csv
frappe/translations/ja.csv
frappe/translations/nl.csv
frappe/translations/pl.csv
frappe/translations/pt-BR.csv
frappe/translations/ru.csv
frappe/translations/tr.csv
frappe/translations/zh-cn.csv
frappe/translations/zh-tw.csv
frappe/utils/email_lib/html2text.py
setup.py
|
2015-02-24 18:06:16 +05:30 |
|
Anand Doshi
|
f3b37df2dd
|
[fix] Added unicode_literals if missing in py files
|
2015-02-24 12:24:20 +05:30 |
|
Nabin Hait
|
a4d45cce6f
|
Renamed table fieldnames
|
2014-12-26 13:17:18 +05:30 |
|
Anand Doshi
|
7087be6559
|
Fixes to print
|
2014-07-25 13:01:52 +05:30 |
|
Rushabh Mehta
|
b9de14ecbf
|
many fixes to print
|
2014-07-25 13:01:51 +05:30 |
|