showbright1 / purepdf

Automatically exported from code.google.com/p/purepdf
0 stars 0 forks source link

BidiLine/save() non implementation error #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Arabic PDF
2. Use paragraphs in table cells
3. Throws exception

What is the expected output? What do you see instead?
AS exception

What version of the product are you using? On what operating system?
Mac OS and Win 7

Please provide any additional information below.
Error: NonImplementationError
    at org.purepdf.pdf::BidiLine/save()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/BidiLine.as:663]
    at org.purepdf.pdf::BidiLine/processLine()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/BidiLine.as:480]
    at org.purepdf.pdf::ColumnText/go()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/ColumnText.as:460]
    at org.purepdf.pdf::ColumnText/goComposite()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/ColumnText.as:944]
    at org.purepdf.pdf::ColumnText/go()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/ColumnText.as:396]
    at org.purepdf.pdf::PdfPCell/get maxHeight()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfPCell.as:535]
    at org.purepdf.pdf::PdfPRow/calculateHeights()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfPRow.as:122]
    at org.purepdf.pdf::PdfPRow/get maxHeights()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfPRow.as:75]
    at org.purepdf.pdf::PdfPTable/addCell()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfPTable.as:188]

Original issue reported on code.google.com by java...@kevinsaunders.co.uk on 4 Oct 2010 at 10:47

GoogleCodeExporter commented 8 years ago
Can you provide me a sample code to reproduce this error?
thanks

Original comment by alessand...@gmail.com on 14 Jan 2011 at 11:34