Skip to content
#

ppt

Here are 175 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
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

android 仿ppt进入动画效果合集,自定义view实现动画,百叶窗效果,擦除效果,盒状效果,阶梯效果,菱形效果,轮子效果,劈裂效果,棋盘效果,切入效果,扇形展开效果,十字扩展效果,随机线条效果,向内溶解效果,圆形扩展效果,适用于任何view和viewgroup,activity即用于页面根部viewgroup,自定义viewgroup自动换行layout,看效果图 Series of entrance animation effects just like ppt in Android. There are effects of Blinds,Wipe,Box,Strips,Diamond,Wheel,Split,Checkerboard,Peek In,Wedge,Plus,Random Bars,Dissolve In,Circle. The Animation effects can apply to any View or ViewGroup. There is also a custom ViewGroup of auto linefeed called SimpleLineWrapLayout to layout the buttons. look the images:

  • Updated Nov 27, 2019
  • Java
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 ppt 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 ppt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.