ReLaXed icon indicating copy to clipboard operation
ReLaXed copied to clipboard

Create PDF documents using web technologies

Results 53 ReLaXed issues
Sort by recently updated
recently updated
newest added

Procedure: ### Step1. Launch a clean Ubuntu18.04, login with default user **ubuntu** ### Step2. #node -v v8.10.0 #sudo apt-get update -y #sudo apt install npm #sudo npm cache clean -f...

There is a problem with passing variables to ReLaXed with the shown example. I propose a small change on the wiki. We could also discuss better solutions. :smile: **Note:** Passing...

I create a PUG that loads a JSON file. The problem is that relaxedjs does not update when I make changes to this file. Here's the PUG that loads a...

question

I was browsing through this project and was wondering if the paragraph rendering could benefit from using an existing implementation of the Knuth-Plass Algorithm (i.e. TEX). There are already two...

I have a html5 document with style: ` @page { size: A4 ; padding: 0; margin: 0; }` This is in the head of the document. Everything else in the...

Hi, I'm struggling with something which appear to be simple but which is not. **Objective** I want to create a A4 document where: 1. All the elements can touch the...

I'm trying to remove document margin, so I can paint/handle it myself accordingly to the page I'm on. But it seems the only way to do it is adding negative...

Tested both as svg element and background image, without style: ![image](https://user-images.githubusercontent.com/4539476/69845614-f17c0100-1279-11ea-82f5-0c1b1168eab5.png) with style: ![image](https://user-images.githubusercontent.com/4539476/69845589-e32de500-1279-11ea-9006-14f89a352611.png) *stuff.svg* ``` ```

Can I use the famous ui toolkit like semanicUI, Bootstrap and so on in an easy and efficient way? thanks.