Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
9a2d676
Added headings back
AdrianEPPlus May 27, 2026
843bc28
fixed some issues with headings.
AdrianEPPlus May 28, 2026
58d80a9
Perf fixes
swmal May 28, 2026
8bd3760
print titles progress
AdrianEPPlus May 28, 2026
d9d855f
Fix PDF rich text rendering; remove source workbook mutation in export
swmal Jun 2, 2026
631546b
Merged develop9 into testshaping-perf branch
swmal Jun 2, 2026
7cc305d
print titles progress
AdrianEPPlus Jun 2, 2026
245a66c
Merge branch 'textshaping-perf' of https://github.com/epplussoftware/…
AdrianEPPlus Jun 3, 2026
ca64ab0
fixed errors
AdrianEPPlus Jun 3, 2026
8cb5310
fixed wiriting negative pdf object references in font resource on page.
AdrianEPPlus Jun 3, 2026
9ab0fd1
Merge branch 'develop9' into feature/pdfheadings
AdrianEPPlus Jun 3, 2026
45ecf68
changed type
AdrianEPPlus Jun 3, 2026
f7e2250
Fixed duplication bug
OssianEPPlus Jun 3, 2026
9dc0822
Merge branch 'feature/pdfheadings' of https://github.com/EPPlusSoftwa…
OssianEPPlus Jun 3, 2026
21c4b06
Changed test name
OssianEPPlus Jun 3, 2026
d2c9e5c
Reverted tint change for pdf
OssianEPPlus Jun 3, 2026
e762f66
Fixed font dictionary setting wrong font name.
AdrianEPPlus Jun 4, 2026
0db239e
Added logging for trouble shooting
swmal Jun 4, 2026
dca477d
fixed more stuff with font dictionary adding wrong font name
AdrianEPPlus Jun 4, 2026
f478edc
print titles progress
AdrianEPPlus Jun 5, 2026
58c0e0f
Fixed performance issue with heading rendering
swmal Jun 8, 2026
7336c3a
print titles progress
AdrianEPPlus Jun 8, 2026
98d734c
Merge branch 'feature/pdfheadings' of https://github.com/epplussoftwa…
AdrianEPPlus Jun 8, 2026
4031bf5
fixed errors from merge
AdrianEPPlus Jun 8, 2026
0660489
Unittest for pdf added
swmal Jun 10, 2026
9248326
Added more unittests with improvment areas
swmal Jun 10, 2026
6be95c8
print titles fixes progress
AdrianEPPlus Jun 10, 2026
841d4cd
Merge branch 'feature/pdfheadings' of https://github.com/epplussoftwa…
AdrianEPPlus Jun 10, 2026
3fcca9a
One more commit
swmal Jun 10, 2026
e180d80
Merge branch 'feature/pdfheadings' of https://github.com/epplussoftwa…
AdrianEPPlus Jun 10, 2026
52ca0f3
progress
AdrianEPPlus Jun 10, 2026
1d22dc2
fixed more issues with print titles
AdrianEPPlus Jun 11, 2026
a94c11a
Made row headings less wide, changed to use DimensionByValue
AdrianEPPlus Jun 11, 2026
bcfb8b2
fixed a few issues.
AdrianEPPlus Jun 12, 2026
17b5df4
Fixed border rendering inside merged cells.
AdrianEPPlus Jun 15, 2026
89bf83f
Implemented conditional formatting for fills.
AdrianEPPlus Jun 15, 2026
b0d37f6
Added conditional formatting for text and borders.
AdrianEPPlus Jun 16, 2026
8497e9d
Changed unittest
swmal Jun 16, 2026
2620988
Merge branch 'feature/pdfheadings' of https://github.com/EPPlusSoftwa…
swmal Jun 16, 2026
59a569a
Made some changes to conditional formatting so formats get applied to…
AdrianEPPlus Jun 17, 2026
ec6eeb2
Fixed patternfills and DimensionByVisibility
swmal Jun 17, 2026
fae8130
Merge branch 'feature/pdfheadings' of https://github.com/EPPlusSoftwa…
swmal Jun 17, 2026
05fcfb0
Moving and restructing pdf code progress.
AdrianEPPlus Jun 18, 2026
949a2fd
Moving pdf code progress.
AdrianEPPlus Jun 22, 2026
a6b5508
Moving files progress
AdrianEPPlus Jun 23, 2026
b4c1779
Fixed more errors
AdrianEPPlus Jun 24, 2026
1ad8bcc
All errors has been slain.
AdrianEPPlus Jun 24, 2026
b9b1f69
Removed some unused code.
AdrianEPPlus Jun 25, 2026
818499f
test
AdrianEPPlus Jun 25, 2026
f4c6bf5
Updated todo.
AdrianEPPlus Jun 25, 2026
bc40b0a
Added entry points for pdf export.
AdrianEPPlus Jun 29, 2026
33b1bf6
Async methods. Some tests and issues fixed regarding orientation.
AdrianEPPlus Jun 30, 2026
709cc6a
Added tests and stream versions of save pdf to worksheet and range
AdrianEPPlus Jul 1, 2026
f9d9305
removed font export debug
AdrianEPPlus Jul 1, 2026
cb2d4a1
Merge branch 'develop9' into feature/pdfentry
AdrianEPPlus Jul 1, 2026
da47d3f
Using font enigne in workbook
AdrianEPPlus Jul 1, 2026
fdf104f
fixed margins using normal if not set.
AdrianEPPlus Jul 1, 2026
ba65086
printer settings now has default values for margins and orientation.
AdrianEPPlus Jul 1, 2026
96f1b42
Changed to use DimensionByValue
AdrianEPPlus Jul 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/EPPlus.Export.Pdf.Tests/EPPlus.Export.Pdf.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\EPPlus\src\EPPlusTest\EPPlus.Test.csproj" />
<ProjectReference Include="..\EPPlus.DrawingRenderer\EPPlus.DrawingRenderer.csproj" />
<ProjectReference Include="..\EPPlus.Export.Pdf\EPPlus.Export.Pdf.csproj" />
<ProjectReference Include="..\EPPlus\EPPlus.csproj" />
</ItemGroup>
Expand Down
Loading
Loading