Commit d9882e0
PDFPig support (#962)
* Initial commit for PDF Pig support
Issue: 105642
* Move PDFPig implementation to dotnetcore folder
* Add exception catching in GxStartPage
* Fix class naming error
* Move the first 'documentBuilder.AddPage' to the init method to ensure the proper initialization of 'pageBuilder,' which is required for initializing 'gxXPage'
* Support standard page size.
* Fix System.NotSupportedException: Stream does not support reading.
* Various PDF Pig report implementation fixes
* Provide logging for not supported features
* Read chosen report implementation from property value
* Try create AddedImage from url and try create Type1 font from font name
* Constructor with two arguments in GxReportBuilderPdf8 ended up invoking the default constructor of the base class which itext4.
* Constructor with two arguments in GxReportBuilderPdf8 ended up invoking the default constructor of the base class which itext4.
* _appPath was not being properly initialized.
* Unify the PdfPig version with the one used in GxPdfReportsCS.
* Remove and sort usings. Force build action.
* Avoid NullReferenceException when handling unknown fonts just as Bold fonts.
---------
Co-authored-by: Claudia Murialdo <cmurialdo@genexus.com>1 parent 96e2a97 commit d9882e0
File tree
10 files changed
+1073
-14
lines changed- dotnet
- src
- dotnetcore
- GxPdfReportsCS
- GxSearch
- dotnetframework
- GxClasses/Model
- GxPdfReportsCS
- test/DotNetPdfTest
10 files changed
+1073
-14
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments