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

PDF-Report scales with screen resolution #420

Closed
sn0b4ll opened this issue Jun 1, 2017 · 2 comments
Closed

PDF-Report scales with screen resolution #420

sn0b4ll opened this issue Jun 1, 2017 · 2 comments
Assignees
Labels
enhancement MobSF enhancements and feature requests

Comments

@sn0b4ll
Copy link
Member

sn0b4ll commented Jun 1, 2017

EXPLANATION OF THE ISSUE

Doing an app analysis on an iMac with an an large screen renders the text in the pdf utterly small. (Sadly I can't post the pdf...)

STEPS TO REPRODUCE THE ISSUE

1. Analyse an app
2. Create am PDF-Report

CONSOLE OUTPUT

None

CONTENTS OF LOG FILES

None

TODO

Try to fix the pdf-text size readable for a normal A4 page.
@sn0b4ll sn0b4ll added the bug MobSF bugs label Jun 1, 2017
@sn0b4ll sn0b4ll self-assigned this Jun 1, 2017
@ajinabraham
Copy link
Member

Tweaking this should fix it.

options = {
'page-size': 'A4',
'quiet': '',
'no-collate': '',
'margin-top': '0.50in',
'margin-right': '0.50in',
'margin-bottom': '0.50in',
'margin-left': '0.50in',
'encoding': "UTF-8",
'custom-header': [
('Accept-Encoding', 'gzip')
],
'no-outline': None
}

@ajinabraham ajinabraham added enhancement MobSF enhancements and feature requests and removed bug MobSF bugs labels Dec 17, 2017
@ajinabraham
Copy link
Member

Tracked separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement MobSF enhancements and feature requests
Projects
None yet
Development

No branches or pull requests

2 participants