Class FOHelper
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.printing.pdf.FOHelper
-
public class FOHelper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmpCreateDate()StringgetDCCreator()org.dom4j.DocumentgetFOPDocumentWithoutXmpmeta()Convert the current xmlDoc to a org.w3c.dom.DocumentStringgetPDFAConformance()StringgetPDFAModeNameFOP()Return a PDF/A mode name for FOP, limited to PFA/A-1A or PFA/A-1BStringgetPDFAPart()StringgetXmpmeta()booleanisPDFAMode()
-
-
-
Constructor Detail
-
FOHelper
public FOHelper(String xml)
-
-
Method Detail
-
getXmpmeta
public String getXmpmeta()
-
getFOPDocumentWithoutXmpmeta
public org.dom4j.Document getFOPDocumentWithoutXmpmeta()
Convert the current xmlDoc to a org.w3c.dom.Document- Returns:
-
getDCCreator
public String getDCCreator()
-
isPDFAMode
public boolean isPDFAMode()
-
getCmpCreateDate
public String getCmpCreateDate()
-
getPDFAModeNameFOP
public String getPDFAModeNameFOP()
Return a PDF/A mode name for FOP, limited to PFA/A-1A or PFA/A-1B- Returns:
-
getPDFAPart
public String getPDFAPart()
-
getPDFAConformance
public String getPDFAConformance()
-
-