[iText-questions] [SPAM] Re: [SPAM] Re: pdf extractpages function

2014-04-23 Thread mkl
iText Info wrote > On 4/24/2014 8:21 AM, mkl wrote: >> You'll find some background information in this stackoverflow answer: >> http://stackoverflow.com/a/15945467/1729265 > In some cases (if only one PDF document is at play), one should use > PdfStamper. You are right of course. Unfortunately St

Re: [iText-questions] [SPAM] Re: pdf extractpages function

2014-04-23 Thread iText mailing list
On 4/24/2014 8:21 AM, mkl wrote: > You'll find some background information in this stackoverflow answer: > http://stackoverflow.com/a/15945467/1729265 > > In essence: If you want to copy all aspects of a page, you have to use > PdfCopy*. If you merely want to insert the contents of a page, you may

Re: [iText-questions] pdf extractpages function

2014-04-23 Thread iText mailing list
This question was answered on StackOverflow: http://stackoverflow.com/questions/23256944/itextsharp-when-extracting-a-page-it-fails-to-carry-over-adobe-rectangle-highl You're probably throwing away an annotation (and you shouldn't copy/paste from bad examples). On 4/24/2014 1:04 AM, Stephen LeC

[iText-questions] [SPAM] Re: pdf extractpages function

2014-04-23 Thread mkl
Stephen LeCompte wrote > Question: How come Adobe rectangle does not get extracted with > iTextSharp? > > Version: itextsharp-all-5.5.0 > > I have an Adobe PDF that has a rectangle highlighting some data on the 2nd > page (provided as an attachment) and yet when I do an ExtractPages using > the