we are displaying pdf files in our iPad application using Quartz Core (CGPdfDocumentRef...), but we noticed that some of the pdf files contains elements that are not visible when viewing the pdf file in Acrobat Reader but they are rendered in our application. For example this are objects that are used for printing or as additional layout information. Sometimes it is even hard to find them using Adobe Acrobat X.
I see two options to solve the problem:
Find out a way not to render these elements in our application.
Write a custom tool or use an exisiting tool to convert these pdf files to remove all hidden elements. It seems that there is no easy existing solution for this. I am developing a tool for some preparation tasks using iText and C#, perhaps there is a way to solve it using this library.
Does somebody have an idea how for one of these approaches???