convert
Here are 727 public repositories matching this topic...
-
Updated
Jun 22, 2020 - C
-
Updated
May 2, 2018 - Java
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
Jul 11, 2020 - Jupyter Notebook
In area unit, cm2's name should be change.
name: {
singular: 'Square Centimeter',
plural: 'Square Centimeters'
}
So that we can setup mypy on CI we need to elliminate all errors. Currently all serious mypy errors are in canmatrix.canmatrix and most of them are bound to float_factory playing with attrs.
The problem is, that mypy currently only undertsand attr converters, if they are named functions. That means NEITHER converter=decimal.Decimal NOR converter=CanId.from_compound_integer.
On this page: https://breakdance.github.io/breakdance/docs.html
Problem: There are a number of times where it refers to the result of a breakdance.compile call as a string. In reality, the string should come from breakdance.compile().output
-
Updated
May 7, 2020 - JavaScript
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Oct 19, 2019 - TypeScript
It'd be great if flacon offered the option to delete the source file on successful splitting into individual tracks. Especially useful for bulk operations.
Hi there,
I appear to be getting some strange indenting errors. When I copy the quickstart .gel file and text and run the provided command, I get the error Exception: indent must be a multiple of 4, is 14 in line 24: u' user('
I am using Python 3.7.3, Visual Studio Code with spaces set to 4 and UTF-8 encoding.
Here is the copied quickstart syntax file:
# Define commonl
-
Updated
May 16, 2020 - 1C Enterprise
In my day-to-day work, I write several different types of documents that could have different renders.
It could be interesting to be able to manage several export profiles, to be selected on PDF generation, each with a specific:
- CSS file
- Header
- Footer
What do you think?
(By the way, thanks for the great job already done!)
Changelog
Citation Support
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