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

Issue1632 remove images #1645

Merged
merged 7 commits into from
Aug 8, 2024
Merged

Issue1632 remove images #1645

merged 7 commits into from
Aug 8, 2024

Conversation

PingLin8888
Copy link
Contributor

Description

This pull request introduces a new feature that allows users to remove images from PDF file. The primary objective of this feature is to provide a way to streamline PDF documents by removing unnecessary image content, which is particularly useful for users dealing with text-heavy PDFs. This feature is valuable for reducing file size and eliminating visual clutter, making the content more manageable and focused on the text.

Closes #1632

Checklist:

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

Contributor License Agreement

By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the future under the MPL 2.0 (Mozilla Public License Version 2.0) license.

(This does not change the general open-source nature of Stirling-PDF, simply moving from one license to another license)

….java. Image can be removed testing using Postman, but the file size doesn't change.
Updated the front-end code to integrate the "Remove Image" feature. The new functionality is now fully operational on the website, allowing users to remove images as expected.
@PingLin8888 PingLin8888 requested a review from Frooodle as a code owner August 8, 2024 15:18
@github-actions github-actions bot added Java Pull requests that update Java code Front End Issues or pull requests related to front-end development Translation API API-related issues or pull requests labels Aug 8, 2024
@Frooodle
Copy link
Member

Frooodle commented Aug 8, 2024

Looks like you still need to change the google material icon for it in navbar and homepage

@Frooodle
Copy link
Member

Frooodle commented Aug 8, 2024

maybe something like
image
image

https://fonts.google.com/icons

@Frooodle Frooodle merged commit d0bf385 into Stirling-Tools:main Aug 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API-related issues or pull requests Front End Issues or pull requests related to front-end development Java Pull requests that update Java code Translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Add Option to Remove Images from PDFs
2 participants