rtf
Here are 71 public repositories matching this topic...
To get a better impression of the final images, could you please add the generated documents in the tests to the repo?
I have read the docs but seeing final results could give a better first impression.
For example I'd like to see:
- header an footer styles
- a complex microsoft word document converted to pdf
What are the limits to the conversion process, e.g. when rendering footnotes
In the documentation https://github.com/decalage2/oletools/wiki/olevba, it says "MS Office files encrypted with a password are also supported, because VBA macro code is never encrypted, only the content of the document". This makes me think, for an encrypted office file, olevba can extract the macro with or without a password provided. However, this is not the case. olevba seems only extracts the
-
Updated
Oct 19, 2018 - Swift
-
Updated
Dec 6, 2017 - Python
-
Updated
Jul 20, 2018 - C++
Right now, going to sandbox.edit.io (or a locally running edit-text instance) will open up the document that corresponds to the requester's IP address, e.g. /welcome-127-0-0-1. This code lives in edit-server.rs:
We want to add another check just before this which
-
Updated
Nov 19, 2019 - Python
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Mar 1, 2018 - HTML
-
Updated
May 18, 2020 - YARA
-
Updated
Nov 16, 2018 - JavaScript
-
Updated
Jul 1, 2018 - C#
I have no idea the feasibility of this, but I'm hoping that Microsoft has some open-sourced and compatible library that could be used to render the RTF. It'd be really grand.
Hi everyone,
When I copy / past code from Atom to Google Docs with preset1, only Atom texte code is pasted:
'atom-text-editor':
'alt-a 1': 'copy-with-style:preset1'
Any idea? Extension settings error? Thank a lot!
Laurent
-
Updated
May 27, 2019 - C++
-
Updated
Apr 23, 2020 - Java
-
Updated
Jun 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rtf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rtf topic, visit your repo's landing page and select "manage topics."
Describe the Bug
When users write things on Google Docs and copy & paste it to our app. That text gets garbled when turning it into a word document. Things like the double quotes and other special characters are Unicode and causes strange characters to appear on the converted document.
Steps to Reproduce