Aspose PDF for Java ignores PCL Line Termination sequences, such as:
PCL Line Termination | |
---|---|
|
CR=CR LF=LF FF=FF |
|
CR=CR+LF LF=LF FF=FF |
|
CR=CR LF=CR+LF FF=CR+FF |
|
CR=CR+LF LF=CR+LF FF=CR+FF |
These sequences should alter how carriage return and line feed are interpreted by Aspose. Instead, they are ignored.
I uploaded a sample ld.pcl file, along with two PDFs. One shows the output from Aspose, and the other shows the intended output. The file with the intended output also has a correction for a different problem where line drawing characters are not displayed, but that was reported as a separate issue.