:point_up: Edit: 2. How does one embed JavaScript in PDF with WeasyPrint? (viewer applications should be able to execute it by themself - for example, to fill out the date of printing)
:point_up: Edit: 2. How does one embed JavaScript in PDF with WeasyPrint? (viewer applications should be able to execute it by themself - for example, to fill out the field with print timestamp)
:point_up: Edit: 2. How does one embed JavaScript in PDF with WeasyPrint? (viewer applications should be able to execute it by themself - for example, to fill out the field with print timestamp)
:point_up: Edit: 2. How does one embed JavaScript in PDF with WeasyPrint? (viewer applications should be able to execute it by themself - for example, to fill out the field with opening timestamp)
Edit: 2. How does one embed JavaScript in PDF with WeasyPrint? (viewer applications should be able to execute it by themself - for example, to fill out the field with opening timestamp)
I have no idea about how it’s done in PDF, but it’s probably not supported
anyways, yeah, there would be less point in it if we don't have Form Fields first
_
Guillaume Ayoub
@liZe
Form fields have been quite difficult to handle for a long time, but now that we use our own PDF generation background, it’s a bit easier to implement the feature
Hi. We Saw some comments on ligatures, and a bug that wasn't. The bug showed ligatures in regular English text, but I don't think the ligatures work for Khmer. Is this known? Should I create a bug or something?
Guillaume Ayoub
@liZe
@llappall:matrix.org Hello!
You can share an HTML/CSS sample here or in an issue, as you want
I have an paragraph with 2 columns containing 2 images (the same size). Within the browser the images are places correctly. Weasyprint set these images not horizontalky but vertically. Is this bug known?
Guillaume Ayoub
@liZe
@jjsa:matrix.org Hi! Could you please share your example?
Bonjour, j'ais intallés MacOS dans une machine virtuelle et installé weasyprint. Les consignes sur la documentation du site courtbouillon ne sont pas correctes, pip n'est pas pésent par contre pip3. L'installation de weasyprint peu également s'effectuée sans environement virtuel, ceci pirrair être mentionné.
Guillaume Ayoub
@liZe
@jjsa:matrix.org Bonjour ! Nous avons mis pip3 à la place de pip dans la documentation.
Pour l’installation, il est bien sûr possible d’installer WeasyPrint sans utiliser d’environnement virtuel, mais il est plus simple et moins risqué pour les débutants d’utiliser un environnement virtuel, c’est pour cela que nous avons mis cela en avant.
Question regarding WeasyPrint: I looking for a pdf generator which can add graphic with overlay text on the bottom of the last page (first page=last if only one page). So far I haven't found a solid solution. Can WeasyPrint do this?
Guillaume Ayoub
@liZe
@maxillirator:matrix.org You could use an absolute block at the end of your HTML, it will be displayed only on the last page, where you want.