create
Here are 327 public repositories matching this topic...
Thanks for creating this package!
But I'm trying to use different bullet points. They look too big for me so I created a new numbering with a different icon but I cannot select this new numbering because it's always using the id = 1 :https://github.com/dolanmiu/docx/blob/5.0.0-rc5/src/file/paragraph/paragraph.ts#L158.
If you choose numbering you can in fact select the id:
https://github.com
-
Updated
May 29, 2020 - JavaScript
We should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.
SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an
-
Updated
Jun 7, 2020 - Clojure
Currently we have build instructions for macOS / Linux users but point Windows users to the AppVeyor builds.
This is great for the more common user, but if one is interested in developing/improving extract-iso it can be helpful to have build instructions.
Steps to reproduce:
- follow the color-picker tutorial
npm run lint
It displays 4 errors:
color-picker-tutorial/src/components/color-picker-footer/component.js
5:18 error Parsing error: The keyword 'class' is reserved
color-picker-tutorial/src/components/color-picker-header/test.js
2:1 error Parsing error: The keyword 'con
-
Updated
Feb 12, 2020 - Python
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jan 24, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the create topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the create topic, visit your repo's landing page and select "manage topics."
Hi,
In our app, we create new documents, and edit existing ones.
The documents we are manipulating are not encrypted, however I need to encrypt the new and edited documents I create.
Is that possible in pdf-lib?
I know this option exists in other libraries.
Thanks, and very nice work!