You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/EPPlus.Export.Pdf.Tests/PdfTests.cs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ Date Author Change
18
18
usingEPPlus.Export.Pdf;
19
19
usingEPPlus.Export.Pdf.PdfSettings;
20
20
usingEPPlus.Export.Pdf.PdfSettings.PdfPageSizes;
21
-
usingOfficeOpenXml;
22
21
23
22
namespaceEPPlusTest.PDF
24
23
{
25
24
[TestClass]
26
-
publicclassPdfTests
25
+
publicclassPdfTests:TestBase
27
26
{
28
27
/* BIG PDF TODO
29
28
* This should be turned into tickets on github..
@@ -34,25 +33,25 @@ public class PdfTests
34
33
* Cells: Pictures in cells
35
34
* Cells: Remove stroke from solid fill and adjust size and position of cell more precise and only use fill command.
36
35
*
37
-
* HeaderFooter: Header Footer implementation
36
+
* Merged Cells: Merged cells with no color set will have the color set to white to hide gridlines. They should not have color set to keep tranparency if we want to include background.
38
37
*
39
38
* Tables: Table Implementation
39
+
* Tables: Fix order of applying table styling. Right now Table is used if it exsists, but cell styling should be prioritised and table should be ignored if cell has styluing.
40
40
*
41
41
* Patterns: Adjust and make patterns look better. Fixed: DarkUp, DarkDown
42
42
*
43
43
* Gradients: Make diamond gradients instead of radial gradtient in from corner and center gradient
44
44
*
45
-
* Text: Rich Text Implementation
46
45
* Text: Bold (Can now do back up bold if bold font not found)
47
46
* Text: Italic (Can now do back up italic if italic font not found)
48
47
* Text: Underline (Basic underline done, need double and single and double accounting)
49
48
* Text: Strikethrough (Done, small adjustments to line to match excel perhaps)
50
49
* Text: Superscript (Done, might need adjustments such as moving it towrds top of cell more)
51
50
* Text: Subscript (Done, might need adjustments. Excel adjusts cell height and moves subscript lower inside the cell)
52
-
* Text: Wrap text
53
51
* Text: Equations
54
52
* Text: Shrink To Fit
55
-
* Text: Rotation
53
+
* Text: Broken text hide when overlapping other cells with text
54
+
* Text: Center vertical text
56
55
*
57
56
* Layout: Center on page Horizontal and vertical
58
57
* Layout: Scaling
@@ -65,11 +64,9 @@ public class PdfTests
65
64
* Layout: Cell range to pdf
66
65
* Layout: Remove empty last page
67
66
* Layout: Calculate width and height of cells more correctly
67
+
* Layout: Fix Mask away stuff outside margins being broken
68
68
*
69
69
* Borders: Adjust and make border look better
70
-
* Borders: Check Adjecent cells for border decied which cells border to use
0 commit comments