Re: PDFBOX for Persian document

2018-09-01 Thread Azadeh Fakhrzadeh
> >>> String text = pdfStripper.getText(document); > >>> > >>> System.out.println(text); > >>> > >>> //Closing the document > >>> document.close(); > >>> > >>>

Re: PDFBOX for Persian document

2018-09-01 Thread Tilman Hausherr
//Closing the document document.close(); } } On Wed, Aug 29, 2018 at 11:33 AM Tilman Hausherr wrote: Am 29.08.2018 um 08:13 schrieb Azadeh Fakhrzadeh: Hi, I try to extract test from Persian document using pdfbox, it returns "?" for all Persian characters, it works well with L

Re: PDFBOX for Persian document

2018-08-31 Thread Azadeh Fakhrzadeh
); > > > >//Closing the document > >document.close(); > > > > } > > } > > > > > > > > On Wed, Aug 29, 2018 at 11:33 AM Tilman Hausherr > > wrote: > > > >> Am 29.08.2018 um 08:13 schrieb Azadeh Fakhr

Re: PDFBOX for Persian document

2018-08-29 Thread Tilman Hausherr
test from Persian document using pdfbox, it returns "?" for all Persian characters, it works well with Latin characters. How Can I fix it? any advice? /thanks Hello, What PDFBox version are you using? What code are you using, or are you using the command line utilities? Can you share

Re: PDFBOX for Persian document

2018-08-29 Thread Azadeh Fakhrzadeh
ed, Aug 29, 2018 at 11:33 AM Tilman Hausherr wrote: > Am 29.08.2018 um 08:13 schrieb Azadeh Fakhrzadeh: > > Hi, > > I try to extract test from Persian document using pdfbox, it returns "?" > > for all Persian characters, it works well with Latin characters. How

Re: PDFBOX for Persian document

2018-08-29 Thread Tilman Hausherr
Am 29.08.2018 um 08:13 schrieb Azadeh Fakhrzadeh: Hi, I try to extract test from Persian document using pdfbox, it returns "?" for all Persian characters, it works well with Latin characters. How Can I fix it? any advice? /thanks Hello, What PDFBox version are you using? What co

PDFBOX for Persian document

2018-08-29 Thread Azadeh Fakhrzadeh
Hi, I try to extract test from Persian document using pdfbox, it returns "?" for all Persian characters, it works well with Latin characters. How Can I fix it? any advice? /thanks