-
```java
Document doc1 = new Document();
doc1.open();
HtmlParser.parse(doc1, new StringReader("test")); // succeeds
Document doc2 = new Document();
doc2.open();
HtmlParser.parse(doc2, new Strin…
-
I propose making "time" and "dt" optional in the "basePath" directory.
Rational: These parameters are not used for some contemplated data sets. An alternative would be to write just zero but I believ…
-
When I try the openPDF method in IE11, I get this exception: `SCRIPT70: Permission denied`
And the code that fails is this line from pdfmake `win.location.href = pdfUrl;`.
To be more clear about …
-
Openpdf version 1.0.4 has assertj-core as a `compile` scope dependency (inherited from openpdf-parent). I believe this dependency should have `test` scope.
By the way: Thanks for providing OpenPDF.…
-
Even with the example sheet and the example PDF with the configuration
- `Table1[.]Last name` mapped to `textbox1` and
- filename set to `out_` + `Table1[.]Last name`
I get the error
> One…
-
The master branch of OpenPDF doesn't compile with Java 7. If Java 8 now is a requirement, then it would be nice if the README could be updated to show that OpenPDF now requires Java 8.
This is the …
ghost updated
7 years ago
-
While reading text per page of a Pdf had had some issues when it had a blank page. Any other contents were loaded just fine
```
java.lang.NullPointerException at com.lowagie.text.pdf.parser.PdfTextE…
-
cannot use pdf-xml 1.0.3
-
-
This includes testing that it works as intended in regards to Java 7 code and dependency compatibility.