[iText-questions] Extracted images are upside-down

2016-02-02 Thread John van de Pol
Hi all, I searched the iText mailinglist fort his problem. I found several, but none of the provided solutions work for me. I am making a program for a friend of mine wich must extract images from a pdf. All the images are upside down, they are NOT rotated!! Here's the pdf:

Re: [iText-questions] Extracted images are upside-down

2016-02-02 Thread mkl
John van de Pol wrote > I am making a program for a friend of mine wich must extract images from a > pdf. > > All the images are upside down, they are NOT rotated!! The reason simply is that the images ARE upside-down in the page resources and are then flipped back up by the transformation

[iText-questions] Extracted images are upside-down

2011-08-27 Thread Alexis Bergue
Hi all, I am currently evaluating iTextSharp 5.1.1. I try to extract images from PDF built by a scanner with an IRenderListener as explained in this iText book. The scanner is always the same. It usually works fine but extracted images are sometimes upside-down although the source PDF is

Re: [iText-questions] Extracted images are upside-down

2011-08-27 Thread Keith O
Hi Alexis, Date: Sat, 27 Aug 2011 14:24:11 +0200 From: li...@bergue.net To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Extracted images are upside-down Hi all, I am currently evaluating iTextSharp 5.1.1. The latest version

Re: [iText-questions] Extracted images are upside-down

2011-08-27 Thread Alexis Bergue
: [iText-questions] Extracted images are upside-down Hi all, I am currently evaluating iTextSharp 5.1.1. The latest version is 5.1.2 I try to extract images from PDF built by a scanner with an IRenderListener as explained in this iText book. The scanner is always the same. It usually works fine