I was trying to implement merging PDF with FPDI But its supports annotations only if input PDF version is 1.4. I used the profile 'PDF/A-1a' to get output pdf from prince library with version 1.4, But Size of PDF gets increased and embed fonts not getting disabled. Thank you in advance..!
FPDI does not support for annotations with PDF version 1.5. I need annotations after merging PDF that's why I need PDF 1.4 as output from a prince with disabled embed fonts.
If I disabled embed fonts without setting any profile value then prince produce 25 kb PDF, But If I set 'PDF/A-1a' as a PDFprofile value size of output pdf become 117 KB. How to solve this issue?? I want pdf profile 'PDF/A-1a' with the output file size 25 kb.