Open dayvead opened 6 years ago
The emoticons are most likely unicode characters, right? PdfTextStripper still has some issues, and generally doesn't handle characters outside of the ASCII range. They could also be images, in which case the text stripper wouldn't pick them up at all.
Thank you for having replied . So there 's no way to put emoticons in the generated pdf . Ok we shall do without . Tank you again.
Le dim. 15 avr. 2018 à 04:36, Tom Roush notifications@github.com a écrit :
The emoticons are most likely unicode characters, right? PdfTextStripper still has some issues, and generally doesn't handle characters outside of the ASCII range. They could also be images, in which case the text stripper wouldn't pick them up at all.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TomRoush/PdfBox-Android/issues/148#issuecomment-381371249, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwSPKQEvOsNW-DFakqsDtRUjMy-99aDks5topYfgaJpZM4SlKH_ .
Hi, i'm using PDFBox-Android for converting a text file, having emoticons written in, to a pdf file . At least all the text are properly converted (written) but the emoticons are skipped .
Would mind telling me how can be done ?
Thanks for your answer.