Applies to: 16.3.3 and above
Solution: By default, PDF generated from QXPS is a tagged PDF, in order to generate a non-tagged pdf, follow the below steps
1. Place the required assets(QXP project, images) in QXPS Document Pool.
2. Generate a PDF using the following sample request:
http://localhost:8080/pdf/project.qxp
3. Now we can generate the PDF with the following sample request:
http:// Localhost:8080/pdf/project.qxp?createtaggedpdf=false, make sure that createtaggedpdf is in lower case.
4. Save this PDF on the local machine and open properties, can see that tagged pdf parameter is no.
Priyanka Bhotika
Comments