Klasse PDFToImage
java.lang.Object
de.uplanet.lucy.server.file.conversion.PDFToImage
Class for converting PDFs to images and vice versa.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidpdfFromImage(Path p_filePdf, Path... p_filesImages) Converts images to a pdfvoidpdfFromImage(Path p_filePdf, List<Path> p_filesImages) Converts image to a pdfpdfToImage(Path p_filePDF) Converting an PDF to imagespdfToImage(Path p_filePDF, int p_iDPI, String p_strType) Converting an PDF to imagesvoidpdfToImage(Path p_filePDF, Path p_dirImages) Converting an PDF to imagesvoidpdfToImage(Path p_filePDF, Path p_dirImages, int p_iDPI, String p_strType) Converting an PDF to images
-
Konstruktordetails
-
PDFToImage
public PDFToImage()
-
-
Methodendetails
-
pdfToImage
Converting an PDF to images- Parameter:
p_filePDF- PDF file- Gibt zurück:
- a path with a directory with image files
- Löst aus:
IOException- if an error occurs
-
pdfToImage
Converting an PDF to images- Parameter:
p_filePDF- PDF filep_iDPI- image resolutionp_strType- image type (tiff, png, jpeg)- Gibt zurück:
- a path with a directory with image files
- Löst aus:
IOException- if an error occurs
-
pdfToImage
Converting an PDF to images- Parameter:
p_filePDF- PDF filep_dirImages- image directory- Löst aus:
IOException- if an error occurs
-
pdfToImage
public void pdfToImage(Path p_filePDF, Path p_dirImages, int p_iDPI, String p_strType) throws IOException Converting an PDF to images- Parameter:
p_filePDF- PDF filep_dirImages- image directoryp_iDPI- image resolutionp_strType- image type (tiff, png, jpeg)- Löst aus:
IOException- if an error occurs
-
pdfFromImage
Converts images to a pdf- Parameter:
p_filePdf- destination PDF filep_filesImages- image files- Löst aus:
IOException- if an error occurs
-
pdfFromImage
Converts image to a pdf- Parameter:
p_filePdf- destination PDF filep_filesImages- image files- Löst aus:
IOException- if an error occurs
-