Images-to-PDF icon indicating copy to clipboard operation
Images-to-PDF copied to clipboard

An app to convert images to PDF file!

Results 107 Images-to-PDF issues
Sort by recently updated
recently updated
newest added

I am going though apps that use old native libraries on F-Droid: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496/ Your app uses `com.itextpdf:itextg:5.5.10` from 2016-10-07, which seems to have ~5 known security issues. https://github.com/Swati4star/Images-to-PDF/blob/8.8.1/app/build.gradle#L98 Newer versions...

# Description I found that you use the attribute android:drawableTint in the file fragment_about_us.xml. Such an attribute can induce incompatibilities at API level below 23. API level 32 ![2b19381ed0cb5ca6f2e0b269a5e7eae](https://user-images.githubusercontent.com/109571086/179684181-10904642-b0b8-4cf9-baaa-b0e379054157.png) API...

Describe your issue here. I can't find the converted image. When I try to share or open it, it shows that the file is corrupted. ### Steps to reproduce Tell...

# Description Add an option to the Broad function within imagetopDF to generate landscape PDF Fixes #(issue) How I solve this problem: Add a mImageToPDFOptions parameter "mrotate" to control whether...

need-changes

# Description In add image fragment, FileUriUtils is used to get the path. However, if the path doesn't start with `document/raw:`,eg: `documet/primary:`, the file can't read by other module. Change...

need-changes

# Description To fix this bug, I first modify the path "dest" in ZipToPdf.java in method convertZipToPDF. Secondly, I add a method deleteTempImages to delete temporary images generated during conversion,...

In module 'ZIP to PDF', the app can not load the chosen zip file, instead it will raise an exception. Besides, during 'ZIP to PDF', the images in the zip...

# Description This is my starter with this project which I would like to participate in, this change is just small refactoring and willing to get reviews or decline with...

need-changes

# Description Modify PdfToImageFragment.java: In method onImagesInGalleryClick(), the original image URI is an invalid and fixed URI "content:///storage/emulated/0/PDFfiles/". I replace this URI with the URI of the generated image, and...

need-changes

Hi! Today I wanted to use this app to merge 10+pdfs quickly, but I realized that the "add files" option only allows adding files one by one. Therefore it would...