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

fatal error: LibreOfficeKit/LibreOfficeKitInit.h: No such file or directory #15

Open
myege opened this issue Sep 22, 2021 · 1 comment

Comments

@myege
Copy link

myege commented Sep 22, 2021

import (
"github.com/dveselov/go-libreofficekit"
"testing"
)

func TestLibreoffice(t *testing.T) {
office, _ := libreofficekit.NewOffice("C:\Program Files\LibreOffice\program\soffice.exe")

document, _ := office.LoadDocument("d:/aa.docx")
document.SaveAs("d:/aa.pdf", "pdf", "skipImages")

document.Close()
office.Close()

}

fatal error: LibreOfficeKit/LibreOfficeKitInit.h: No such file or directory

@myege myege closed this as completed Sep 22, 2021
@myege
Copy link
Author

myege commented Sep 22, 2021

@myege myege reopened this Sep 22, 2021
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