David PHAM-VAN

Add Ascii85 test

@@ -11,6 +11,7 @@ @@ -11,6 +11,7 @@
11 - Add optional clipping on Page 11 - Add optional clipping on Page
12 - Add Footer Widget 12 - Add Footer Widget
13 - Fix Page orientation 13 - Fix Page orientation
  14 +- Add Ascii85 test
14 15
15 ## 1.3.23 16 ## 1.3.23
16 17
@@ -59,7 +59,7 @@ void printTextTtf(PdfGraphics canvas, String text, File ttfFont, double top) { @@ -59,7 +59,7 @@ void printTextTtf(PdfGraphics canvas, String text, File ttfFont, double top) {
59 59
60 void main() { 60 void main() {
61 test('Pdf TrueType', () { 61 test('Pdf TrueType', () {
62 - final PdfDocument pdf = PdfDocument(); 62 + final PdfDocument pdf = PdfDocument(compress: false);
63 final PdfPage page = 63 final PdfPage page =
64 PdfPage(pdf, pageFormat: const PdfPageFormat(500, 300)); 64 PdfPage(pdf, pageFormat: const PdfPageFormat(500, 300));
65 65