Skip to content
#

rtf

Here are 71 public repositories matching this topic...

jaesung2061
jaesung2061 commented Nov 27, 2019

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

  1. Write any text with special characters like double quotes in a Google docs
WeeSee
WeeSee commented Feb 1, 2019

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

sarah-dev-av
sarah-dev-av commented Mar 24, 2020

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

tcr
tcr commented Dec 20, 2018

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:

https://github.com/tcr/edit-text/blob/8bcb38a7f0ac1002b04c9b1b74495927ede2b2ae/edit-server/src/bin/edit-server.rs#L251-L301

We want to add another check just before this which

Improve this page

Add a description, image, and links to the rtf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rtf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.