Re: Check for scripts in a PDF

2016-08-22 Thread Tilman Hausherr
Am 22.08.2016 um 15:14 schrieb Davide Zoni: Hallo everybody, i'm using PDFbox to check if a PDF file contains malicious scripts. I'm using the PDF/A-1a validation to check the file. Since i'm searching only for potential damaging code and not for a true PDF/A-1a standard accompliance, is it en

Re: Geting font information

2016-08-22 Thread Tilman Hausherr
Am 23.08.2016 um 02:42 schrieb Takuya Takaira (Hitakuya): I’m using PDFbox-2.0.2 to obtain character information(position, size etc) and image of pdf pages. Now, I’m trying real size of character which is size of drawn. (for example like ‘A’ is normal and link ‘,’ is small size) Then, I tried f

Re: Geting font information

2016-08-22 Thread John Hewson
> On 22 Aug 2016, at 17:42, Takuya Takaira (Hitakuya) > wrote: > > I’m using PDFbox-2.0.2 to obtain character information(position, size etc) > and image of pdf pages. > Now, I’m trying real size of character which is size of drawn. > (for example like ‘A’ is normal and link ‘,’ is small size)

Geting font information

2016-08-22 Thread Takuya Takaira (Hitakuya)
I’m using PDFbox-2.0.2 to obtain character information(position, size etc) and image of pdf pages. Now, I’m trying real size of character which is size of drawn. (for example like ‘A’ is normal and link ‘,’ is small size) Then, I tried following step - get path form getPath(code) method - get Rec

Check for scripts in a PDF

2016-08-22 Thread Davide Zoni
Hallo everybody, i'm using PDFbox to check if a PDF file contains malicious scripts. I'm using the PDF/A-1a validation to check the file. Since i'm searching only for potential damaging code and not for a true PDF/A-1a standard accompliance, is it enough to consider 1.x.x, 6.x.x and 7.x.x error

Re: Need help with setCanExtractContent method

2016-08-22 Thread Tilman Hausherr
Am 22.08.2016 um 08:02 schrieb i_y_pan...@yahoo.co.in: Hi Tilman, Thank you for your email. My apologies for not mentioning the PDFBox version. Please find below information to the version, PDFBox Version Info : 2.0.0 Link to the code : http://pastie.org/private/1j18lbkhpac3wiolmgoqka Used fo