public final class Pdf2DataTemplateConverter extends Object
Modifier and Type | Method and Description |
---|---|
static void |
convertP2dtaToP2d(File unprocessedP2dtaFile, File processedP2dFile)
Converts passed p2dta file to it processed representation.
|
static void |
convertPdfV3ToP2dta(InputStream pdfStream, File p2dtaFile)
Converts pdf templateV3 to p2dta.
|
static void |
convertXmlV3ToP2d(InputStream xmlStream, File p2dFile)
Converts xml templateV3 to p2dta.
|
public static void convertPdfV3ToP2dta(InputStream pdfStream, File p2dtaFile) throws IOException
pdfStream
- stream with pdf template
p2dtaFile
- p2dta file which represents passed pdf template
IOException
- if any I/O exception occurs
public static void convertXmlV3ToP2d(InputStream xmlStream, File p2dFile) throws IOException
xmlStream
- stream with xml template
p2dFile
- p2d file which represents passed xml template
IOException
- if any I/O exception occurs
public static void convertP2dtaToP2d(File unprocessedP2dtaFile, File processedP2dFile) throws IOException
unprocessedP2dtaFile
- unprocessed p2dta
processedP2dFile
- new p2d file which represents processed passed p2dta
IOException
- if any I/O exception occurs
Copyright © 2023. All rights reserved.