I have a php script that: compresses and sends to the server images uploaded by the user, sends the text inputs as email, and then does a redirect with header('
I'm currently generating a PDF with PyFPDF. I also need to add a vertical/rotated text. Unfortunately, it's not directly supported in PyPDF2 as far as I see. Th
I have a role setup as follows roles/test/task/main.yml - name: Generate people files template: src=test.j2 dest=/tmp/{{ item.name }}.cfg loop: "{{people}}"
i want authorize user with api controller and save claims to cookie and after that authorize my blazor server with it this is my code for api Controller public
I am trying to implement a canvas background with the content over it. here is the stackblitz demo I want to show my content over that canvas. The problem here