Skip to content
#

pptx

Here are 93 public repositories matching this topic...

使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览

  • Updated May 22, 2020
  • Java
freb
freb commented Apr 27, 2020

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)

//
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

DocumentServer
zjs-apple
zjs-apple commented Apr 30, 2020

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

czarpino
czarpino commented Mar 2, 2020

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

  1. Prepare some pptx file
  2. Copy file into a .zip file e.g. cp some.pptx some.zip
  3. Inspect zip
    • Go inside docProps > core and
DesktopEditors
parrenin
parrenin commented Feb 26, 2020

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

DocumentBuilder
ShockwaveNN
ShockwaveNN commented Jul 7, 2017
  1. Install latest centos x32 docbuilder
documentbuilder -v
v4.4.1.38
  1. 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();
  1. documentbuilder test.js

This cause

open_code:         
bug

Improve this page

Add a description, image, and links to the pptx 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 pptx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.