"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "preflight/src/main/java/org/apache/pdfbox/preflight/PreflightDocument.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

PreflightDocument.java  (pdfbox-2.0.23-src):PreflightDocument.java  (pdfbox-2.0.24-src)
skipping to change at line 170 skipping to change at line 170
// on java 9 & 10, or to add jaxb-api on java 11 and later // on java 9 & 10, or to add jaxb-api on java 11 and later
javax.xml.bind.DatatypeConverter.parseInt("0"); javax.xml.bind.DatatypeConverter.parseInt("0");
context.setConfig(config); context.setConfig(config);
Collection<String> processes = config.getProcessNames(); Collection<String> processes = config.getProcessNames();
for (String name : processes) for (String name : processes)
{ {
ContextHelper.validateElement(context, name); ContextHelper.validateElement(context, name);
} }
} }
/**
* Returns the format which is used to validate the pdf document.
*
* @return the format used for validation
*/
public Format getSpecification() public Format getSpecification()
{ {
return specification; return specification;
} }
} }
 End of changes. 1 change blocks. 
0 lines changed or deleted 5 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)