-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
PDF export embedded bibtex not working #10101
Comments
Can confirm with JabRef 5.10--2023-04-10--e7f55d9 |
Maybe I understand something wrong, but the export should occur into an existing pdf file. EmbeddedBibFilePdfExporter.java private void embedBibTex(String bibTeX, Path path) throws IOException {
if (!Files.exists(path) || !FileUtil.isPDFFile(path)) {
return;
}
... |
For XMP we recently adjusted this in #10361 The code can be easily transfered to the EmbeddedPDFExporter as well |
Transfered some code from #10361 |
JabRef version
5.9 (latest release)
Operating system
Windows
Details on version and operating system
Windows 10 22H2
Checked with the latest development build
Steps to reproduce the behaviour
1.File -> Export All entries
2. embedded bibtex (pdf)
3. No file is saved where you have chosen to save it
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: