-
mtraut made 2 file-release changes.
2009-11-02 11:13:02 UTC by mtraut
-
mtraut made 1 file-release changes.
2009-11-02 11:12:01 UTC by mtraut
-
After nearly a year without official release (our apologizes...) we now found the time publish the latest version 5.2, base implementation for the current 5.2 CABAReT product line.
We hope we can offer you a real improvement with this release. More details can be found in the release_notes document.
2009-11-02 11:10:20 UTC by mtraut
-
Fixed.
A note to users of JPodRenderer: please be aware that while shadings with types 4 to 7 don't cause an exception anymore we still don't have code to render them correctly.
2009-10-28 13:22:04 UTC by eheck
-
We introduced the check when a "q" operator between BT and ET messed up the display for some user. In the present case a path has been started which seems legal. I've modified the code to allow "PathObject" in addition to "PageLevel".
2009-10-28 13:15:50 UTC by eheck
-
I've now changed our code as you propose to also accept a single CR as delimiter. (Hoping this won't break other documents)
2009-10-19 14:27:15 UTC by eheck
-
When a q operator is detected, device.saveState is called. However the following check from CSDeviceBasedInterpreter.java(522-525) might block this call:
if (frame.graphicsObjectState != PageLevel) {
throw new CSWarning("'q' not allowed");
}
If now the associated Q operator is valid and executed, a stack underflow will occur, since saveState was never called in the first place.
The...
2009-10-16 07:44:10 UTC by scireumaha
-
When reading the attached PDF the exception below is thrown.
The reason and fix for this is, that before the EI there is neither a LF nor a blank but a CR character. The released version of jpob can be fixed by adding || (next == 13) to the if:
CSContentParser (303-310):
/*
* spec is not clear but some internet articles claim that before
* "EI" a line break is required but...
2009-10-16 06:55:46 UTC by scireumaha
-
2 months ago :-)))
seriously, currently we provide the next release of CABAReT Stage and i will try to publish the jPod part shortly after ( < 4 weeks)
2009-10-05 15:33:55 UTC by mtraut
-
Michael,
Thanks for the update and for the quick turnaround. When is the next release scheduled to come out?.
2009-10-05 14:55:01 UTC by dgoldenberg