Drupal 8 & Printer, Email & PDF - page not found - pdf-generation

I created a Drupal 8 website and i need to print PDF with datas.
For this I installed pdf_api using composer and Printer, email and PDF versions for Drupal 8 and htmlpagedom (composer require "wa72/htmlpagedom").
The website URL is : http://drupal.test/
I can print page when i use classic printer at this URL :
http://drupal.test/user/1/printable/print
But i have an error while clicking on pdf : page not found
http://drupal.test/user/1/printable/print
the PDF generation tool is : TCPDF

I solved the issue by uninstalling Printer, email and PDF versions for Drupal 8 and reinstall it with composer ...
I selected dompdf for generating the file...

Related

xampp not updating files is it a cache problem or something else?

enter image description here
My xampp is running but it is not loading the changes I made to html files nor it is updating my php files.

Generating pdf of web page in laravel

I want to generate a pdf of a form that a user fills and download it to the users computer.
I tried using the Dompdf package from laravel to do this and everything works fine except the design. The generated pdf does not look exactly like the web page, after doing some searching about this issue, I found out that dompdf does not support a few of the css option.
I was wondering whether there are any other free packages like dompdf that I could use which can have rich styling and convert the web page to pdf with the exact design.

TCPDF display blank page suddenly in Laravel

I used TCPDF in Laravel project for output pdf that was couple weeks ago. It worked perfect. I copy the project folder for backup. Today I tried to output pdf. Error 503 shows up. so I used backup data but it also problem browser ask me to open pdf or save pdf, when I open it it's all white blank pdf page. I'm guessing Is it my CDN problem?
I need pdf output function. Could you teach me what is cause please? and also if you have recommendation. I would like to know other PDF output library.

How to install new downloaded backend theme in odoo 9

I have downloaded a theme from odoo backend theme market named artarad_theme_v9. I tried to install the theme and failed to install.
Now when I googled, I got the response to update apps module after changing to developer mode. I did that too.
Where should I keep the downloaded folder? Will the theme also be shown in the app list itself?
You need to keep your theme folder inside the addons folder. Then you update the App list, search for your theme in the apps list, install it.

Activate downloaded Magento Tempelate in Localhost (xamp server)

i have downloaded theme in Magento CMS and now i want to preview this theme in Localhost xampp server. for that i have installed magento on local server.
but i dont know how to preview downloaded theme in xampp server.
WHAT I HAVE DONE.
i have copied app,js,media and skin folder to the folder in magento installation directory but nothing made. please tell me how i can solve this..
View page source to the admin page that you are looking for and view whether setup.js inside js/mage/adminhtml/wysiwyg/tinymice/ is loaded or not. This js file loads your wysiwyg editor on admin page.
This normally occurs due to mismatch on code. So, you can copy core magento js folder from fresh magento installation and overwrite to your working site.
Try once !!

Resources