-
Notifications
You must be signed in to change notification settings - Fork 56
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
Is it possible to use docbuilder in a plugin for onlyoffice #42
Comments
Could you describe your scenario in more details? What did you need to get in result? DocumentBuilder is command line tool which use almost same syntax as plugins to generate document files. |
I am writing a plugin for documents and I want to add a function to save the document in pdf format. |
@askonev Could you take a look, I'm not familiar with builder on that level |
Hello @datexgo! |
Hey @askonev , I'm interested in a workflow fairly similar to @datexgo . I'm using the desktop version of onlyoffice editor, and trying to develop a plugin which can do things like save and export the current file as PDF or a series of bitmap images. However since the DocBuilder APIs are only exposed via the docbuilder executable I'm hitting a wall trying to "escape" from javascript in my plugin code to call into docbuilder, and it's just not seeming feasible. A way to call the docbuilder APIs directly from plugin code would be ideal for this use case. |
@default34 @TheOrbOfConfusion89 |
For example, I have a Helloworld plugin like that -
https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/helloworld
Is it possible to import docbuilder into this plugin and if so how to do it?
The text was updated successfully, but these errors were encountered: