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

Fix issue 781

Open kagosin opened this issue 2 years ago • 1 comments

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 the rotation conversion is performed when the PDF is generated

Still some problems.

No separate UI has been set up; separate buttons need to be added

Type of change

Just put an x in the [] which is valid.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • [x] ./gradlew assembleDebug assembleRelease
  • [x] ./gradlew checkstyle

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings

kagosin avatar May 29 '22 11:05 kagosin

Code Climate has analyzed commit bf2924eb and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

codeclimate[bot] avatar May 29 '22 11:05 codeclimate[bot]