-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I'm getting a license error message with DocumentBuilder on Windows 11 in a POC for an open source application.
docbuilder: license is invalid!
error (save): file not opened!
Is there a license to obtain for my use-case? I downloaded the latest version from the website.
- I'm running the code below on Windows from Rust (after generating bindings from the header files).
- I don't think that I'm misusing the API, and I'm testing a minimal command-line application.
NSDoctRenderer_CDocBuilder::Initialize(onlyoffice_docbuilder_dir_ptr);
let mut doc = NSDoctRenderer_CDocBuilder::new();
let a = doc.OpenFile(filename_ptr, empty_params_ptr); // .DOC file
doc.SetTmpFolder(tmp_folder_ptr);
doc.SaveFile(output_type, output_ptr, empty_params2_ptr); // .PDF output , ERROR HERE
doc.CloseFile();
NSDoctRenderer_CDocBuilder_Dispose();pnytko26 and igoradamski2
Metadata
Metadata
Assignees
Labels
No labels