-
Notifications
You must be signed in to change notification settings - Fork 159
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
v0.2.23 Not combining PDF generated from Scribus #71
Comments
Hello Kagetsuki, Thank you very much for discovering and opening this issue.
Again, thank you for opening this issue. |
I found some old Scribus PDF files on the internet and released a patched... I don't know if it solves everything, but there was an issue with PDF style "inheritance" (pages inheriting data) and empty string data that CombinePDF didn't handle properly. I hope this is now resolved, please let me know if the fix works for you. |
Now I get
I'll try and take a good look tomorrow if I have time. Scribus I'm using is edge, "Scribus NG". Here's one of the actual files we're using: --redacted-- |
I fixed it to work as expected with the file you sent me. There was an issue with outline merging where the outline existed but had 0 entries (code expected the outline to either exist with some entries or not exist. If the issue persists, please reopen the issue (or open a new one), so we can fix this. Thank you for your input and the test file you sent. |
@boazsegev confirming you've fixed it! Works perfectly! Thanks!!! |
🎉 |
v0.2.21 was combining Scribus PDFs without issue, now all Scribus generated pages are blank. I reverted to 0.2.21 to double check and it definitely worked before. Pages generated with ThinReports work absolutely fine. If needed I can provide a sample PDF and template file from Scribus. What's funny is 0.2.23 gives the following errors for each page generated from Scribus:
But 0.2.21, which again is working, gives an additional error:
Note also how
Form data might be lost when combining PDF forms (possible conflicts).
appears at the top and bottom in 21, whereas it appears twice at the top in 23.If there's anything I can do to try and get more information or anything I can provide to help please tell me.
The text was updated successfully, but these errors were encountered: