File tree 7 files changed +17
-8
lines changed
src/test/java/com/lowagie/text
7 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ and bugreports to this GitHub repository.
12
12
13
13
[ ![ Join the chat at https://gitter.im/LibrePDF/OpenPDF ] ( https://badges.gitter.im/LibrePDF/OpenPDF.svg )] ( https://gitter.im/LibrePDF/OpenPDF )
14
14
15
- ## OpenPDF version 1.3.35 released 2023-12-27 ##
15
+ ## OpenPDF version 1.3.36 released 2024-01-09 ##
16
16
17
- Get version 1.3.35 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.35
17
+ Get version 1.3.36 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.36
18
18
19
19
- [ Previous releases] ( https://github.com/LibrePDF/OpenPDF/releases )
20
20
@@ -27,7 +27,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
27
27
<dependency >
28
28
<groupId >com.github.librepdf</groupId >
29
29
<artifactId >openpdf</artifactId >
30
- <version >1.3.35 </version >
30
+ <version >1.3.36 </version >
31
31
</dependency >
32
32
```
33
33
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.librepdf</groupId >
7
7
<artifactId >openpdf-parent</artifactId >
8
- <version >1.3.36-SNAPSHOT </version >
8
+ <version >1.3.36</version >
9
9
</parent >
10
10
11
11
<artifactId >openpdf-fonts-extra</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.librepdf</groupId >
7
7
<artifactId >openpdf-parent</artifactId >
8
- <version >1.3.36-SNAPSHOT </version >
8
+ <version >1.3.36</version >
9
9
</parent >
10
10
11
11
<artifactId >openpdf</artifactId >
Original file line number Diff line number Diff line change 2
2
3
3
import static org .assertj .core .api .Assertions .assertThat ;
4
4
5
+ import com .lowagie .text .pdf .PdfPTable ;
6
+ import com .lowagie .text .pdf .PdfWriter ;
5
7
import org .junit .jupiter .api .Test ;
6
8
9
+ import java .io .BufferedOutputStream ;
10
+ import java .io .IOException ;
11
+ import java .nio .file .Files ;
12
+ import java .nio .file .Path ;
13
+ import java .nio .file .Paths ;
14
+ import java .nio .file .StandardOpenOption ;
15
+
7
16
class DocumentTest {
8
17
9
18
@ Test
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.librepdf</groupId >
7
7
<artifactId >openpdf-parent</artifactId >
8
- <version >1.3.36-SNAPSHOT </version >
8
+ <version >1.3.36</version >
9
9
</parent >
10
10
11
11
<artifactId >pdf-swing</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.librepdf</groupId >
7
7
<artifactId >openpdf-parent</artifactId >
8
- <version >1.3.36-SNAPSHOT </version >
8
+ <version >1.3.36</version >
9
9
</parent >
10
10
11
11
<artifactId >pdf-toolbox</artifactId >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.librepdf</groupId >
7
7
<artifactId >openpdf-parent</artifactId >
8
- <version >1.3.36-SNAPSHOT </version > <!-- artifact.version -->
8
+ <version >1.3.36</version > <!-- artifact.version -->
9
9
<packaging >pom</packaging >
10
10
11
11
<!-- please run mvn tidy:pom once in a while -->
You can’t perform that action at this time.
0 commit comments