  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Creation of PDF/A PDF 's | Creation of PDF/A PDF 's 2007-11-12 - By Leonard Rosenthol
Back On Nov 12, 2007, at 1:06 AM, Foris Zoltan wrote: > I would like to solve the PDF to PDF/A conversion. I know that > there is a lot > of work but i think that > I already solved the following: > 1.) Adjust annotations/bookmark actions - remove not allowed actions
Make sure that you get ALL the places that Actions can live, other than just Annots & Bookmarks - such as documents and pages.
> 2.) Adjust transparency(set to 1) > BAD IDEA! This will create REALLY POOR looking output.
> 3.) Adjust Color space (I am not sure that is working in all > situations) >
How are you doing colorspace conversion? Are you handling all 11 colorspaces?
Did you remember to address alternate colors? Did you take Default colors into account?
> 4.) Adjust the global catalog(remove prohibited dictionaries) >
What about other dictionaries in the PDF that have to be dealt with? What about Streams?
> 5.) XMP metadata >
Are you using the Corrigenda to define this?
> What I am working currenly is checking font dictionaries and > embedding fonts > if they are not embedded but the maybe can be embeded because the > font exists in the system. >
A tough one - no question!
In addition, be sure to address ALL of the OTHER Font-related concerns of PDF/A, such as matching widths, CharSet, CIDSet, etc.
> I would need help to solve the following: > -replace standard type 1 fonts with true type fonts >
That's easy enough to do - just have to get your encodings correct.
> -check the CID fonts >
In what way?
Leonard
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |