Re: [iText-questions] iText pdf rotation, resulting PDF displays out of memory in adobe.

2013-06-20 Thread Andrew J Daykin
Hello, Perhaps the answer is in the post com.lowagie.text.Document I would try using an up to date version of the library. Regards, Andrew == On 20/06/2013 13:10, Zoharat wrote: Following is a code snippet creating a pdf file where pages could be rotated in the resulting file. Thi

Re: [iText-questions] Duplicate indirect objects

2013-03-22 Thread Andrew J Daykin
You can do what you want by parsing the PDF and examining all the COS Objects. You'll learn a lot about PDF files by doing that - but it will take a long time. That said it will be time well spent. Andrew == On 22/03/2013 10:55, adriano wrote: Okay, I took note. Many thanks to all who took

Re: [iText-questions] [SPAM] Re: Duplicate indirect objects

2013-03-14 Thread Andrew J Daykin
Hello, Reading a PDF File based on COS Objects will teach you *a lot* about PDF Internals. There are some tools out there to do that or you can write your own I used to have a plug-in to do that but I've mislaid the source and it no longer works with the later versions of Acrobat :-( Regar

Re: [iText-questions] My plan to shut down the mailing-list

2012-10-09 Thread Andrew J Daykin
Well, I read the list on a regular basis. I work for a company that has a support contract with iText but since my use case isn't covered by that, I am on my own. I've used iText to create a few PDF Utilities that help me in my day to day job. I learnt how to use the library by searching, readi

[iText-questions] What is process for official support?

2012-07-19 Thread Andrew J. Daykin
Hello, I understand that my employer has a support contract, how do I go about requesting support on iText? What information do I need to supply in my query. Thanks in advance. ---