-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Functionality Request: Multiple Images on one PDF page #1400
Comments
I can work on this. Could you please let me know which existing features should be enhanced with this feature request, if any? @Frooodle |
So this seems like they want to detect images from scans I guess this code could be enhanced to "merge images into new pdf" as a checkbox with maybe options how many per page etc |
Hello! I've been working on this issue and came up with a simpler solution that I believe will work well. My approach involves creating a predefined template for the layout, which determines how the images are placed within the PDF file. The images are then arranged according to the user-selected template. I have a pull request ready with more details. The scanning part, however, seems a bit tricky to address at the moment. |
Scanning as mentioned already exists here |
But i think what you have done as enhancement to image to PDF is better place for it, users should extact images separately, |
Thanks a lot guys :) If that use-case is negligible for most thats fine but I will just elaborate in case its something others might be interested in: Currently I scan them separately on two PDF pages (I could scan to two separate images as well) and then use the crop function to only have the area of the document. I think with the choice of how many images should be distributed on a page joint with an automatic cropping, that would end up being even better than what I do right now but that would need some kind of auto-detection on the location and size of the image. |
This ^ is used to try to auto grab images that are scanned be that cards or docs etc.. Right now it expects a white background and tries to grab images that are there, I use it to scan two 6x4 photos and then I can extract them to 2 separate images to save on scan times |
I often scan different cards like insurance cards, drivers license, government id, etc.
My request is to detect the pictures on a pdf or take two pictures (or more) and align them in order on a pdf page (not just one image per page)?
Preferably I would mostly select two images which would be combined into a PDF which is cropped to the images but would print in the original size.
The text was updated successfully, but these errors were encountered: