Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I integrate with my web system? #10

Open
leandrocombr opened this issue Mar 12, 2023 · 0 comments
Open

How can I integrate with my web system? #10

leandrocombr opened this issue Mar 12, 2023 · 0 comments

Comments

@leandrocombr
Copy link

Hello,

I installed Collabora Online and managed to make the Wopi API work with the parameters

https://host/wopi/files/:fileId

Size => 11,
IsAnonymousUser => false,
UserId => "uid-45447",
UserFriendlyName => "My Name",
UserCanReview => true,
UserCanWrite => true,
FileExtension => '.docx',
BaseFileName => 'Test.docx',
UserCanPresent => false,
SupportsUserInfo => true,
UserInfo => 'UserInfo',
HidePrintOption => false,
DisablePrint => false,
UserCanReview => true,
BreadcrumbBrandName => "Our Platform",
ClosePostMessage => true

I have some questions and where to find:

How do I save the content on my system (because every time I open the link it returns to the initial file)?
How to open WORD or HTML files?
How to open a template file?
Can I use

in a form on my system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant