-
Hello, Iwant to extract this pdf, but the result is empty.
https://www.mediafire.com/file/azb7yddqo2ry55j/123.pdf/file
this is my code
```
$parser = new \Smalot\PdfParser\Parser(); // Parse pdf …
-
## Detailed description
Add missing/remaining outputs from _grDevices_ to [save_plots](https://github.com/EU-ECDC/EcdcSupportSnippets/blob/master/R/save_outputs.R)
## Context
Would mean function …
-
### Issue
I wanted a svg and pdf output so i found pango/cairo which is a c library that does that. It seemed like the library needed to be installed for the python version so i implemented it in r…
-
This is an awsome library!
There is a possible memory leak ... but I cannot figure out if it is related to cairo or bluebook.
It is related to rendering text on pdf surfaces (fonts and glyphs).
…
-
**Describe the bug**
When I read a pdf normally and the buffer is the only one, scrolling is very slow. But if I clone the buffer so that the resulting two buffers are smaller, scrolling is way smoot…
-
Hello,
are color emoji currently supported?
From cairo changelog for version 1.15.8 ( [https://cairographics.org/news/cairo-1.15.8/](https://cairographics.org/news/cairo-1.15.8/) ) it seems there …
-
[This is more a feature request than a bug report]
PDF/A is the archival version of PDF and therefore more suitable to long-term use of a pdf file. Many professional offset printers require PDF/…
-
In trying to save a plot in Gadfly the axis labels end up being messed up. The following code produces a figure with messed up labels (which is below).
```
using DataFrames
using Gadfly, Cairo, F…
-
This is still happening after running `brew install cairo`:
```
node:internal/errors:841
const err = new Error(message);
^
Error: Command failed: /Users/robertkohr/projects/b…
-
The printing company we're using [requires](https://www.ivory.co.uk/gamemaker/knowledgebase/creating-your-board-game#preparing-artwork) PDFs with a CMYK colourspace.
I guess we can work in RGB then…