-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add file in META-INF ? #32
Comments
Bloody Apple and their proprietary ways of doing normal things. I'll look into it and see if I can have an update ready today. |
Grandt
added a commit
that referenced
this issue
Sep 15, 2015
--------------------------------------------------------------------- Rev. 4.0.2 - 2015-09-15 * Changed: Added function addFileToMETAINF to enable users to add the apple ibooks metadata. * $book->addFileToMETAINF("com.apple.ibooks.display-options.xml", $xmldata);
I just released Rev. 4.0.2
|
Hello @Grandt , Thank you for this really quick update, that works perfectly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I can't find a way with the library to add a file in the META-INF folder (I'm trying to add com.apple.ibooks.display-options.xml to be able to force embed font in apple pub reading software).
Is there a way to do it ?
For the moment, I'm using the ZipArchive php class and add it after my pub generation.
The text was updated successfully, but these errors were encountered: