convert
Here are 780 public repositories matching this topic...
-
Updated
Jun 22, 2020 - C
Server is down with 503 error when loading big pdf(8Mb, 40 pages).
It's because you puting file in construct method Imagick.
$this->imagick = new Imagick($pdfFile);
But why whole file if i need only one page. In method getImageData there is instruction that page is need use for generate preview.
$this->imagick->readImage(sprintf('%s[%s]', $this->pdfFile, $this->page - 1));
If you
-
Updated
May 2, 2018 - Java
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 17, 2020 - 1C Enterprise
-
Updated
Feb 9, 2019 - HTML
Improve this page
Add a description, image, and links to the convert topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the convert topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe
I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.
Describe the solution you'd like
I would like to be able to replace the thumbnail, by using magick.net
Describe alternatives you've considered
I have tried to make an extension method but did not find a way to