|
|
600ebb2669
|
Merge remote-tracking branch 'origin/release/v7.2.0' into feature/pdfwriter
# Conflicts:
# DesktopEditor/xmlsec/src/ooxmlsignature.pro
# PdfWriter/PdfRenderer.cpp
# PdfWriter/PdfRenderer.h
# PdfWriter/PdfWriterLibTest/PdfWriterLibTest.cpp
|
2022-06-24 14:52:47 +03:00 |
|
|
|
b620e1b6e4
|
Refactor saving gids and unicodes to CIDFont
|
2022-06-16 20:08:11 +03:00 |
|
|
|
b763dd2e3c
|
fix
pdf.bin has the fonts present in the system
|
2022-06-16 16:30:42 +03:00 |
|
|
|
b9bc3d0597
|
fix DrawTextGid
|
2022-06-16 16:11:43 +03:00 |
|
|
|
d321366de7
|
create DrawTextGid
In order to avoid a crash, other functions don't change, only new ones are added
|
2022-06-15 19:17:23 +03:00 |
|
|
|
4b1be35195
|
fix alpha and out of range
fix alpha of TransparencyGroup and out of range m_vWidths
|
2022-04-15 18:35:47 +03:00 |
|
|
|
711d0017df
|
Fix bug #53616
Fix the problem with bold and italic fonts
|
2021-12-02 10:00:53 +03:00 |
|
|
|
f5c80ed236
|
Fix bug #53222
Fully rework writing the text value of the form fields in PDF
|
2021-11-08 20:11:03 +03:00 |
|
|
|
6b755c03d3
|
Fix the problem with drawing border around text form
Also fix the problem with calculating the position of glyphs for text form with comb option enabled
|
2021-10-31 23:29:12 +03:00 |
|
|
|
b881f02a02
|
Handle align to center and right side for multiline forms
Also fix the problem with vertical shift and spacing between lines for multiline forms for better compatibility with AdobeReader
|
2021-10-15 22:44:55 +03:00 |
|
|
|
4385caa969
|
First variant of calculating line breaks for multiline form
|
2021-10-15 22:44:55 +03:00 |
|
|
|
36bb26c9fe
|
Add ability to write non-cid True Type font
Also move field resources to AcroForm record
|
2021-10-15 22:44:55 +03:00 |
|
|
|
792a0b35e1
|
[copyright] For bug 39644
Change address Latvian office.
|
2019-01-17 17:03:31 +03:00 |
|
|
|
288d208da3
|
[copyright] Update Copyright
2018 -> 2019
|
2019-01-17 16:44:11 +03:00 |
|
|
|
7b3b71fdee
|
Add IccProfile as resource
|
2018-06-28 19:19:23 +03:00 |
|
|
|
18e5d1cd54
|
Fix bug with creation time. Remove transparency for image for PDFA
|
2018-06-28 18:21:38 +03:00 |
|
|
|
e0b084a3ff
|
Work on PDF/A conformance mode
|
2018-06-27 14:27:05 +03:00 |
|
|
|
a5ef8c01b3
|
PdfWriter - encrypt in AES256
|
2018-05-18 15:28:31 +03:00 |
|
|
|
8d750adb7b
|
x2t (not complete)
|
2018-04-17 19:10:48 +03:00 |
|
|
|
c3cd1afa85
|
Update copyright to 2018
|
2018-03-01 14:30:24 +03:00 |
|
|
|
04d197375c
|
change license to 2017
|
2017-01-17 18:17:26 +03:00 |
|
|
|
beb64a6efa
|
utf8 -> utf8 with BOM
|
2016-06-23 19:23:34 +03:00 |
|
|
|
7e8eeed3ea
|
add AGPL header
|
2016-06-23 17:24:44 +03:00 |
|
|
|
01a3fd5efc
|
to utf8
|
2016-06-23 16:47:17 +03:00 |
|
|
|
5a631f7876
|
uninitialized variable
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63778 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:19:25 +03:00 |
|
|
|
fe6ed4a3a9
|
utf8
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63665 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:17:30 +03:00 |
|
|
|
fc43e70f73
|
Переделано на новый интерфейс IRenderer. Гиды теперь unsigned int, а не unsigned short.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63572 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:15:34 +03:00 |
|
|
|
d2e56b472c
|
Сделана поодержка отрисовки символов через гиды.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63477 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:13:22 +03:00 |
|
|
|
a2f0d3396a
|
ИСправлен баг с EvenOdd клипом, исправлен баг с текстурной заливкой картинки по пату, исправлен баг с стилем окончания линий. Сделана поддержка нулей в стиле пунктирных линий. Исаправлен баг, из-за которого не записывалось имя шрифта. Исправлен баг с записью элементов ExtGState для прозрачности заливки и обводки. Сделан специальный класс для чтения картинок из файла (больше он не держит указатель на FILE). Функции Сoncat в рендерере переделаны на функции SetTransform (был баг с неправильным трансформом). Ускорены запись Hex, Int, Double в стрим.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63409 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:12:27 +03:00 |
|
|
|
399a1dd51b
|
Немного переделана работа со шрифтами: теперь список открытых FontFace храниться в документе, и если происходит их переполнение, то самые неиспользуемые закрываются.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63326 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:11:21 +03:00 |
|
|
|
c02df7015c
|
Сделано ускорение записи последовательного текста.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63292 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:10:57 +03:00 |
|
|
|
3716449c44
|
Сделано ускорение записи подряд идущего текста. Сделано, чтобы в имя шрифта при внедрении также записывался и стиль.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63285 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:10:52 +03:00 |
|
|
|
8a7c86603f
|
Добавлена новая кроссплатформенная библиотека для записи Pdf файлов.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63069 954022d7-b5bf-4e40-9824-e11837661b57
|
2016-05-21 00:08:53 +03:00 |
|