I am using File[] imageFile = PdfUtilities.convertPdf2Png(new File("MYPATH")) command to generate png from pdf , which is giving file name as "workingimage01","workingimage02"...."workingimage0n" and so on, is it possible to change this name setting by the time png's are generated. Thanks in advance. I am trying this command for 10 pdf parallel, so it is overlapping. thats why i need to know is there a way or i am asking out of the box question.
Asked
Active
Viewed 79 times
1 Answers
0
The name is hard coded in the source. You can create an overloaded method that takes another parameter for the working files' name.

nguyenq
- 8,212
- 1
- 16
- 16
-
Thanks a lot, can you share source as i am unable to find – Shubham Chauhan Jul 06 '17 at 14:55
-
Click on the `source` link above. – nguyenq Jul 06 '17 at 15:05
-
i got but i am unable to open , can you please give me the method name which i need to override , i have classes so i can do that a bit faster. Thanks in advance – Shubham Chauhan Jul 06 '17 at 15:20