Best Language / Library to handle prints [closed]

0

Here in the company that I work for, we have a system in clipper + PCL that makes the monthly impressions, with it we manage to handle tray and control front and back. But it is increasingly difficult to maintain it, because we have to run it in a Win 98 environment, or emulate in a virtual environment.

Anyway, I want to know the best way for this new system to be made, if I use Java with Ireport or even Itext, or Delphi (Rad Studio) with FastReport or another library or even another language? Remembering that the most important part is tray handling and two-sided control, today this is done in the PCL of the prints.

    
asked by anonymous 31.07.2017 / 14:05

1 answer

1

It is up to you to choose the best option. I particularly like Delphi for the ready parts and have less to program.

The way to think about is to migrate the database.

My advice is to do it in parallel and your new application will take the old location partially until it is 100% tested to replace.

    
31.07.2017 / 14:17