I want is to load a plain PDF file in iText and export it (or write it) as a PDF/A1-A.
I’ve got “iText in action sec. edit” by hand and using iTextSharp. Still Progress == null.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iText doesn’t support conversion of PDF->PDF/A “out of the box”.
You could certainly use the low level APIs in the library as a starting point for writing such a converter…but it woudl only be a start…