You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project provides multiple image-to-PDF conversion features, each supporting a different image format (JPG, PNG, WEBP, SVG, BMP, HEIC, TIFF, etc.). While conversion itself works correctly for all these formats, none of the image-to-PDF tools currently allow users to rearrange images before generating the final PDF.
When multiple images are uploaded, the resulting PDF page order depends on upload sequence or file naming, which makes it difficult to control document structure.
Feature Request Details (if applicable)
What functionality are you requesting?
Add a drag-and-drop image rearrangement option to each image-to-PDF conversion feature, allowing users to reorder uploaded images before converting them into a PDF.
Why is this useful?
Users commonly upload scanned pages or multiple images that together form a document. Without a rearrangement option, users must rename files or re-upload them repeatedly to achieve the correct page order.
Screenshots demonstrating the drag-and-drop rearrangement UI implemented in PR #323, which can serve as the reference design for extending this feature to other image-to-PDF conversion tools.
π Additional Context
I previously implemented image rearrangement for JPG β PDF in PR #323, addressing Issue #320.
If the maintainers are satisfied with this approach, Iβd be happy to extend the same logic and UI to the remaining image-to-PDF features.
Please let me know if this aligns with the project roadmap.
Type of Issue
Please check one:
Description
The project provides multiple image-to-PDF conversion features, each supporting a different image format (JPG, PNG, WEBP, SVG, BMP, HEIC, TIFF, etc.). While conversion itself works correctly for all these formats, none of the image-to-PDF tools currently allow users to rearrange images before generating the final PDF.
When multiple images are uploaded, the resulting PDF page order depends on upload sequence or file naming, which makes it difficult to control document structure.
Feature Request Details (if applicable)
What functionality are you requesting?
Add a drag-and-drop image rearrangement option to each image-to-PDF conversion feature, allowing users to reorder uploaded images before converting them into a PDF.
Why is this useful?
Users commonly upload scanned pages or multiple images that together form a document. Without a rearrangement option, users must rename files or re-upload them repeatedly to achieve the correct page order.
Any example or context to illustrate it?
A reference implementation already exists for JPG β PDF in PR (Feature) Add drag-and-drop arrangement for JPG to PDF conversionΒ #323, which was raised as part of Issue (Feature) Add drag-and-drop arrangement for JPG to PDF conversionΒ #320.
Screenshots / Logs (if applicable)
Screenshots demonstrating the drag-and-drop rearrangement UI implemented in PR #323, which can serve as the reference design for extending this feature to other image-to-PDF conversion tools.
π Additional Context
I previously implemented image rearrangement for JPG β PDF in PR #323, addressing Issue #320.
If the maintainers are satisfied with this approach, Iβd be happy to extend the same logic and UI to the remaining image-to-PDF features.
Please let me know if this aligns with the project roadmap.