Commit Graph

316 Commits

Author SHA1 Message Date
e27a20f9ae new PdfReader and PdfWriter for PdfFile 2022-11-02 17:50:50 +03:00
c2f6f2d1b5 PdfFile using 2022-11-01 18:36:01 +03:00
941ec4b354 Merge remote-tracking branch 'origin/develop' into feature/pdffile
# Conflicts:
#	PdfReader/PdfReader.h
#	PdfReader/PdfReader.pro
2022-10-31 13:18:43 +03:00
d985f924a3 tests 2022-10-26 15:23:11 +03:00
8959a61c33 without XMLConverter::DictToXml 2022-10-25 18:39:14 +03:00
968b8b6ec6 create DictToCDictObject 2022-10-24 18:02:09 +03:00
083304c9a3 Fix bug #58901
Implement save text field formats to PDF
2022-10-04 00:06:05 +03:00
9e95aece26 fix 2022-09-26 22:02:41 +03:00
07dd157167 create PdfFile 2022-09-19 17:42:15 +03:00
474242d241 Refactoring convert to pdf/image from doctrenderer commands. 2022-08-11 20:45:06 +03:00
d517e8cf2a test not CID Font in pdf 2022-08-01 18:36:36 +03:00
2e820186b5 fix don't makeWritable different files 2022-07-29 13:26:46 +03:00
31158a5f5b fix CDocument::Close 2022-07-29 13:02:03 +03:00
536337f50d fix test 2022-07-29 12:52:58 +03:00
c5c6d3d5dd create makeWritable
need test for GetInfo, encrypted and bad situation (no access)
2022-07-27 18:04:26 +03:00
1b835cde13 Merge pull request #986 from ONLYOFFICE/fix/pdfwriter
fix pdfwriter
2022-07-22 15:12:42 +03:00
3b5673220e fix 2022-07-22 15:10:29 +03:00
6e000bf3f4 Fix spaces 2022-07-22 13:57:13 +03:00
fcaf871c48 Refactoring 2022-07-22 13:46:12 +03:00
33f065f649 Fix spaces 2022-07-22 13:02:08 +03:00
072b887a21 Refactoring 2022-07-22 11:44:13 +03:00
e0e4d2f6cb relocated append to file 2022-07-22 11:18:55 +03:00
c2ba4614d4 Fix spaces 2022-07-22 10:58:40 +03:00
ae7fa7d1aa Revert memory reallocation 2022-07-22 10:53:59 +03:00
e664bc77a0 Merge remote-tracking branch 'origin/release/v7.2.0' into feature/pdfwriter
# Conflicts:
#	Common/3dParty/html/css/src/CCompiledStyle.cpp
#	Common/3dParty/html/css/src/CCssCalculator_Private.cpp
#	Common/3dParty/html/css/src/ConstValues.h
#	Common/3dParty/html/css/src/xhtml/CDocumentStyle.cpp
#	HtmlFile2/test/main.cpp
#	PdfWriter/PdfRenderer.cpp
#	PdfWriter/PdfRenderer.h
2022-07-18 18:13:19 +03:00
54b3fc1866 Merge remote-tracking branch 'origin/hotfix/v7.1.1' into fix/hotfix-v7.1.1-conflicts
# Conflicts:
#	Common/3dParty/html/css/src/CCompiledStyle.cpp
#	Common/3dParty/html/css/src/CCssCalculator_Private.cpp
#	Common/3dParty/html/css/src/ConstValues.h
#	Common/3dParty/html/css/src/xhtml/CDocumentStyle.cpp
#	Common/3dParty/html/htmltoxhtml.h
#	Common/Network/FileTransporter/src/FileTransporter_win.cpp
#	HtmlFile2/htmlfile2.cpp
#	HtmlFile2/test/main.cpp
#	PdfWriter/PdfRenderer.cpp
#	PdfWriter/PdfRenderer.h
2022-07-18 17:41:10 +03:00
d152746a58 fix m_unFontsCount 2022-07-15 18:16:17 +03:00
b3b7b82dda fix error with memory 2022-07-07 18:21:38 +03:00
f290275406 fix SignatureField name 2022-07-06 18:08:12 +03:00
6957bc3eba fix NullObject and try to fix m_bTransparentGroupSoftMask 2022-07-05 18:42:13 +03:00
96a6cadc66 fix DictToXml 2022-06-30 18:46:58 +03:00
35cb3fec1f pdf m_bEdit 2022-06-29 18:20:34 +03:00
1ba89fb865 fix CProxyObject memory and sign with XRef stream 2022-06-27 18:29:15 +03:00
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
ed64dba0ad pdf fix number of signature 2022-06-24 14:35:32 +03:00
97d699156e signatures with edit pdf 2022-06-23 16:25:11 +03:00
6f3776d5ad fix add multiple signatures 2022-06-21 18:00:35 +03:00
c7fc617a21 array of signatures 2022-06-20 19:14:17 +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
0f71d4e2af appearance of the pdf signature 2022-06-10 13:47:25 +03:00
97ca849c85 fix 2022-06-09 18:07:51 +03:00
334d61559b Refactoring 2022-06-09 17:43:36 +03:00
d733569179 Merge remote-tracking branch 'origin/master' into feature/pdfwriter
# Conflicts:
#	Common/3dParty/html/css/src/CCompiledStyle.cpp
#	Common/3dParty/html/css/src/CCssCalculator.cpp
#	Common/3dParty/html/css/src/CCssCalculator.h
#	Common/3dParty/html/css/src/CCssCalculator_Private.cpp
#	Common/3dParty/html/css/src/CCssCalculator_Private.h
#	Common/3dParty/html/css/src/CNode.h
#	Common/3dParty/html/htmltoxhtml.h
#	Common/Network/FileTransporter/src/FileTransporter_win.cpp
#	HtmlFile2/htmlfile2.cpp
#	PdfWriter/PdfRenderer.h
#	PdfWriter/PdfWriter.pro
2022-06-08 13:20:43 +03:00
43b611e39e create CSignatureFormPr 2022-06-07 18:20:36 +03:00
d12680c027 fix Data for PDFSigner 2022-06-03 14:15:51 +03:00
e8d1e2d246 fix test 2022-06-03 11:45:55 +03:00
39337c4bf2 test PDFSigner 2022-06-02 18:47:24 +03:00