Quote:
Originally Posted by Rev. Bob
Okay, on review… this is what we in The Biz call a PEBKAC error: Problem Exists Between Keyboard And Chair.
The obfuscated font is an Adobe resource, one which is protected by DRM.
You have instructed Modify to remove Adobe resource DRM meta tags.
Without that tag, readers no longer have the keys required to decode the DRM which obfuscates the font.
Modify is doing exactly what you’ve told it to do. The problem is that you’ve told it to break your book’s fonts.
This is not a bug, nor is it new behavior.
It may be that some additional warnings about this scenario are warranted, but this is at its heart a plugin which exists to allow the user to make significant changes. Some of those are dangerous… and this is one of them.
|
I would disagree that the tag is solely an Adobe resource DRM meta tag though it is used for that purpose. It is after all one of the few registered Identifier Schemes.
Code:
UUID
A Universally-Unique Identifier (also referred to as a GUID).
<dc:identifier opf:scheme="uuid">50f9f8b1-8a81-4dd5-b104-0766188d7d2c</dc:identifier>
<dc:identifier opf:scheme="uuid">urn:uuid:a1b0d67e-2e81-4df5-9e67-a64cbe366809</dc:identifier>
ModifyEpub can and does add multiple dc:identifier tags most of which I find relatively useless.
Code:
<dc:identifier id="uid">3502494312</dc:identifier>
<dc:identifier opf:scheme="calibre">3ef7f9c4-ada8-4147-8dfb-4c97c03a767f</dc:identifier>
<dc:identifier opf:scheme="AMAZON">B07NPX4L18</dc:identifier>
<dc:identifier opf:scheme="ISBN">1988891003</dc:identifier>
<dc:identifier opf:scheme="KOBO">book_title_3</dc:identifier>