-
Updated
May 22, 2020 - Java
pptx
Here are 93 public repositories matching this topic...
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:
p1 := doc.AddParagraph()
pAfterTable := doc.InsertParagraphAfter(p1)
table := doc.InsertTableAfter(p1)
//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
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
-
Updated
May 28, 2020 - JavaScript
What happened
Extracting document properties created and modified both return the current date.
Expected
Values should reflect what is in the respective tags of created and modified properties in docProps/core.xml.
Steps to reproduce
- Prepare some pptx file
- Copy file into a .zip file e.g.
cp some.pptx some.zip - Inspect zip
- Go inside docProps > core and
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
-
Updated
Nov 29, 2019 - Clojure
-
Updated
Apr 26, 2020 - JavaScript
- Install latest centos x32 docbuilder
documentbuilder -v
v4.4.1.38
- Create
test.js
builder.CreateFile("xlsx");
var oWorksheet = Api.GetActiveSheet();
oWorksheet.SetName("sheet 1");
oWorksheet.GetRange("A1").SetValue("Value");
builder.SaveFile("xlsx", "AddTextToSell.xlsx");
builder.CloseFile();
documentbuilder test.js
This cause
open_code:
-
Updated
May 8, 2020 - JavaScript
Readme changes
Need to remove some old contents from readme file. Replace video-maker strings and stuff from video-maker rep
Relative paths
Documentation clearly states that relative paths are supported, however I could make it work.
Quick look inside the code gives me an idea that in fact only absolute paths are supported.
Any plans to path paths relative to template path (or something else)?
Greetings. The difference in the methods of viewing files doc and pdf strongly dislike. Is it possible to add the ability to view pdf files in the same way as others?
-
Updated
Nov 8, 2017 - JavaScript
-
Updated
Dec 30, 2017 - Java
-
Updated
Aug 28, 2018 - Python
Add logging
-
Updated
Jan 4, 2019 - TypeScript
-
Updated
Aug 24, 2017 - Python
-
Updated
Apr 23, 2020 - Makefile
Improve this page
Add a description, image, and links to the pptx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pptx topic, visit your repo's landing page and select "manage topics."
Is this a:
Description
The document in https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.textparagraphpropertiestype?view=openxml-2.8.1 is error
Observed
The document say th