0

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.

Shubham Chauhan
  • 45
  • 1
  • 2
  • 10

1 Answers1

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