avatar
pass parameters in doGet request AEM
@Override
    protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) throws IOException {
        /* Generate PDF online */
       String currentPage = request.getParameter("currentPage");
    }
You need to login to do this manipulation!