Hello,We want to convert Html to pdf. We are using Adobe LiveCycle
service (version 10) and GeneratePdfServiceClient from file
adobe-generatepdf-client.jar . There are two possible ways to convert
html to pdf:Html file(with included CSS-content) can be send to the
function “createPdf2”.Packed html content in zip file can be send to the
function “htmlFileToPDF”.We are using both and we get different results
(better in case 1).To make reports more readable we need to solve two
problems. Here are m...