-
Updated
Jun 17, 2020 - C#
word
Here are 533 public repositories matching this topic...
When i Installing Document Server for Linux on CentOS7.5.
Reference:https://helpcenter.onlyoffice.com/server/linux/document/linux-installation-centos.aspx
In the end,the document server is ok,
but When I test editing files,
ws://XXXX/5.5.1-76/doc/b81fdff747a247929253f4701a92bc521588227954180/c/208/zp1umjpc/websocket
This link has been pending.
Centos7.5:port all open,firewall is closed.
Wha
Hey, I'd like to know how to create a word document, starting from a Word .dotx template.
The following code lead to an Error EOF in header
using (var fs = new FileStream("C:\\tmp\\" + _template1, FileMode.Open, FileAccess.Read))
{
XWPFDocument doc = new XWPFDocument(fs);
// ....
var dataStream = new MemoryStream();
doc.Write(dataStream);
return dataStream
-
Updated
Jun 15, 2020 - Ruby
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
Do you want to request a feature or report a bug?
Request a feature.
What is the current behavior?
The equation editor of OnlyOffice generally uses LaTex shortcuts, which is good.
But the \frac shortcut for creating fractions does not work.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
**What is the ex
I tried to copy a paragraph containing footnote from a word document.
When I pasted that paragraph, the footnote was copied as a Link
When I tried the same from google docs, the footnote was not copied.
Let me know your thinking on this so that I can help in fixing this issue
-
Updated
Jun 14, 2020 - R
I'm trying to figure out how to replace the paragraphs with translated text. I can't quite figure out how the 'replace_entry' function works. Is that the best way to go about it? The documentation is pretty scarce, it would be awesome if someone could give me some pointers!
Loading pre-trained word wiki.txt.word_vectors from the location - 'http://ltdata1.informatik.uni-hamburg.de/sensegram/en/'. Some of the words do not have 300 dimensions. Loading it using gensim package gives an error.
-
Updated
May 12, 2020 - Objective-C
This is my summernote-clearner code
cleaner:{
notTime: 2400, // Time to display Notifications.
action: 'both', // both|button|paste 'button' only cleans via toolbar button, 'paste' only clean when pasting content, both does both options.
newline: '<br>', // Summernote's default is to use '<p><br></p>'
notStyle: 'position:absolute;top:0;lIf a document is about to be saved with the Reload on Save option disabled, the editor could detect whether the file that was modified externally since it was opened in the editor (e.g. by looking at the date modified). If so, a preemptive warning message with accept / cancel actions would be good to avoid surprises.
If the Reload on Save option is enabled, no issues should occur, and hence
-
Updated
Jul 30, 2018 - Jupyter Notebook
-
Updated
May 16, 2020 - XSLT
-
Updated
Jul 22, 2017 - C#
Improve this page
Add a description, image, and links to the word topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the word topic, visit your repo's landing page and select "manage topics."
When creating a document, things get a little annoying once you start working with tables. I think one of the main annoyances is that once you have a table in the document, you cannot continue adding content after you've inserted the table. Instead you have to do something like: