Convert To PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Java. Choose the best PDF standard To convert a Document using Java....Example: Document doc = new Document ( "input.docx" ); PdfSaveOptions...( PdfCompliance . PDF_A_2 ); doc . save ( "output.pdf" , options...