Re: PDF to PDF/A conversion on java

2023-12-19 Thread Tilman Hausherr
On 19.12.2023 00:24, CowwoC wrote: I'm going to need to do something like this in the near future. Are there any good samples or documentation I can look at for this use-use? import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; im

Re: PDF to PDF/A conversion on java

2023-12-18 Thread CowwoC
I'm going to need to do something like this in the near future. Are there any good samples or documentation I can look at for this use-use? Thanks, Gili On Sat, Dec 16, 2023, 05:03 Tilman Hausherr wrote: > On 21.11.2023 11:31, Kirandas vakkil wrote: > > Hi All, > > > > Can you please share if t

Re: PDF to PDF/A conversion on java

2023-12-16 Thread Tilman Hausherr
On 21.11.2023 11:31, Kirandas vakkil wrote: Hi All, Can you please share if there is any resource on converting EXISTING PDF to PDF/A in java. There are commercial tools for this. PDFBox doesn't offer anything, however you can still do it if there are very few errors and you know how to fix

PDF to PDF/A conversion on java

2023-11-21 Thread Kirandas vakkil
Hi All, Can you please share if there is any resource on converting EXISTING PDF to PDF/A in java. This will be of great help to me. Thanks in advance. Regards, Apache Patron