Hi, I'd suggest to take a look at Apache FOP to generate such PDFs.
At that point in time there are some important pieces missing in PDFBox to make that an easy task: # no support for different writing directions in operations such as showText # no GSUB table parsing to get proper joining characters it's not that it can't be done with the current code base but it will be a major task to implement a basic RTL and complex script support before you can concentrate on 'printing' your text. BR Maruan > Am 02.07.2016 um 12:05 schrieb Tilman Hausherr <[email protected]>: > > Hello, > > You didn't get an answer because it isn't supported (and you're on the wrong > mailing list too). > > None of us knows that language, which has different glyphs than the ones we > use. From what I know, it isn't enough to just reverse the characters, the > glyphs (which is the "image" of one or of several characters) must be chosen > depending on their position, so that they are joined. > > Re "I saw that issue has been resolved but getting error in downloading patch > file." > > No it hasn't. Where did you see that? > > Tilman > > Am 02.07.2016 um 08:16 schrieb Nadeem Mohammed: >> ---------- Forwarded message ---------- >> From: "Nadeem Mohammed" <[email protected]> >> Date: Jun 24, 2016 4:30 PM >> Subject: Arabic Text Not Print Properly >> To: <[email protected]> >> Cc: >> >> Hi >> >> I have create a report in Arabic but it will not show in a proper format. >> Text shown in a left to right. with no join between them. >> I want to print نديم >> but it will show as م ي د ن >> >> list of jar files i have in my project.I saw that issue has been resolved >> but getting error in downloading patch file. >> >> fontbox-2.0.2.jar >> icu4j-49_1.jar >> icu4j-charset-49_1.jar >> pdfbox-2.0.2.jar >> pdfbox-app-2.0.1.jar >> preflight-2.0.2.jar >> >> >> how to resolve this issue please tell me and if have any example please >> show me please. >> >> Best Regards >> Mohammed Nadeem >> +91 9049210840 >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
