-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing some text functions #5
Comments
Hi, thanks for the detailed feedback! I just implemented the easy ones for the upcoming version 0.3.0:
These changes are available in Just had a quick look at decorations, getting them to work in all corner combinations including borders and shadow will take some time. Will probably work on that after 0.3.0. I agree that an option for single page pdfs would be really nice to have. But that requires some deeper changes, not likely to happen soon. Let me know if you find more problems :) |
Dear Stefan,
|
Vertical text on cover-spine seems not to be handled,
For the spine-size there were some problems with big books (many pages) in the other converters, just for info: Update: sorry just saw Roadmap (shame on me):
|
Which version are you using? The current alpha release should already handle spine text and vertical alignment fine. I think spine size should always be handled correctly. The roadmap is actually somewhat outdated... the readme still needs some reworking for the final 0.3.0 release :) |
yes I used 0.3.0 alpha 6 I just tested it again using the standard spinetext field and on top adding a usual textarea also moved to spine area side-by-side.
This is the (edited) mcf:
If I put position height="997.178" and top="555.724" of the usual textarea into the spinetextarea values, text is at least viewable, so it is rendered but outside of the viewable part. So perhaps some positioning trouble with my special landscape book article (bundlesize?) and huge pagenumber (and therefore spinesize?). |
First of all: Thanks for this great piece of software. After getting frustrated with the mcf2pdf Java software (due to changes in the latest Cewe .mcf files, using version 7+) and getting the cewe2pdf Python script not running (on a Win10 machine) I got your software to work. The production of pdf files is very fast!
Unfortunately, I am missing some functions which would be great to incorporate into next versions. Here some examples:
example:
<corners enabled="yes"> <corner length="15" shape="convex" where="top-right"/> <corner length="15" shape="convex" where="bottom-left"/> <corner length="15" shape="convex" where="top-left"/> <corner length="15" shape="convex" where="bottom-right"/> </corners>
I guess it is resulting in the following log entry: "[Warning] No style for span: ' '."
Regards and happy coding.
The text was updated successfully, but these errors were encountered: