I'm encountering an issue with generating PDF files using the Pluto Grid Plus Export package (version 1.0.4). When I include Arabic text in the exported data, the resulting PDF displays the Arabic characters broken and reversed.
Steps to Reproduce:
Install the pluto_grid_plus_export package (version 1.0.4) in a Flutter project.
Create a Pluto Grid widget and populate it with data containing Arabic text.
Use the PlutoGridDefaultPdfExport class to generate a PDF from the Pluto Grid.
Open the generated PDF file.
Expected Behavior:
The Arabic characters should appear correctly in the PDF, aligned from right to left and maintaining their original glyphs.
Observed Behavior:
The Arabic characters are displayed broken and reversed in the PDF. Individual characters are separated and appear in the wrong order.
Additional Information:
I have tried using different Arabic fonts, but the issue persists.
I have verified that the text is encoded in UTF-8 before being passed to the PDF generation process.
I have updated the pluto_grid_plus_export package to the latest version (1.0.4), but the issue remains.
Request:
I kindly request your assistance in investigating this issue and providing a solution to ensure proper rendering of Arabic characters in PDF files generated using the Pluto Grid Plus Export package.
Thank you for your time and attention to this matter.
I don't think this can be solved easily, most pdf converters do not support Unicode easily, better to depend on third-party services or server-side generation for your pdf.
Dear Pluto Grid Plus Export Team,
I'm encountering an issue with generating PDF files using the Pluto Grid Plus Export package (version 1.0.4). When I include Arabic text in the exported data, the resulting PDF displays the Arabic characters broken and reversed.
Steps to Reproduce:
pluto_grid_plus_export
package (version 1.0.4) in a Flutter project.PlutoGridDefaultPdfExport
class to generate a PDF from the Pluto Grid.Expected Behavior:
The Arabic characters should appear correctly in the PDF, aligned from right to left and maintaining their original glyphs.
Observed Behavior:
The Arabic characters are displayed broken and reversed in the PDF. Individual characters are separated and appear in the wrong order.
Additional Information:
pluto_grid_plus_export
package to the latest version (1.0.4), but the issue remains.Request:
I kindly request your assistance in investigating this issue and providing a solution to ensure proper rendering of Arabic characters in PDF files generated using the Pluto Grid Plus Export package.
Thank you for your time and attention to this matter.