Skip to content
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

Feat: Added Epub3 writer support #2724

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Sambit003
Copy link

@Sambit003 Sambit003 commented Jan 10, 2025

Description

Implemented ePub3 writer support

Fixes #55
/claim #55

Checklist:

  • My CI is 🟢
  • I have covered by unit tests my new code (check build/coverage for coverage report)
  • I have updated the documentation to describe the changes
  • I have updated the changelog

@coveralls
Copy link

coveralls commented Jan 17, 2025

Coverage Status

coverage: 96.693% (-0.3%) from 96.947%
when pulling 71b625a on Sambit003:feat/add-epub3-writer
into 337dc27 on PHPOffice:master.

@algora-pbc algora-pbc bot mentioned this pull request Jan 17, 2025
@Sambit003 Sambit003 marked this pull request as ready for review January 17, 2025 19:02
@Sambit003
Copy link
Author

@Progi1984 can you please review this PR?

@Sambit003
Copy link
Author

image

And also look at this checking procedure I was running in local. There are some deprecated unit tests. What to do about that?

@Progi1984
Copy link
Member

@Sambit003 Could you implement basic Text and Image Elements ?

No need styles.

I just want that Epub generated contains image and text.

After that, I can review.

@Sambit003
Copy link
Author

@Sambit003 Could you implement basic Text and Image Elements ?

No need styles.

I just want that Epub generated contains image and text.

After that, I can review.

Sure. Then i'm removing the part of the style. Already the text and image element part is there. Again I will give it a thorough check.

@Progi1984
Copy link
Member

Let the basic style you made. It's perfect in a first time.

@Sambit003
Copy link
Author

Let the basic style you made. It's perfect in a first time.

Yeah okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Implement ePub3 Writer
3 participants