0

I have a problem in generating the pdf report in BIRT.

When I generate the pdf report, it is downloaded in browser. When i checked the properties of the generated pdf(File -> Properties) . Fast Web View is assigned to No. It should be Yes. It creates some problem.

Is there any workaround for this fast web view (linearize) in BIRT.

can anyone faced this type of issue?

Kindly check the screenshot

enter image description here

mkl
  • 90,588
  • 15
  • 125
  • 265
vik
  • 105
  • 13

1 Answers1

1

BIRT doesn't support this, and I think iText doesn't support this.

But if you have any other library to create a linearized PDF, you could take the PDF generated by BIRT, linearize it using your library and then serve the linearized PDF to the client.

hvb
  • 2,484
  • 1
  • 10
  • 13
  • Is there any java libraries available for linearize the pdf file? If yes kindly share any link or reference.Thanks – vik Jun 23 '17 at 10:53
  • Datalogics PDF Java Toolkit will linearize PDFs (http://www.datalogics.com/products/pdf/pdfjavatoolkit/). Disclaimer, I work for Datalogics and it is not a free solution. – Brandon Haugen Jun 25 '17 at 16:32