Skip to content

Feature/export to pdf#922

Closed
federicoiosue wants to merge 3 commits into
developfrom
feature/export_to_pdf
Closed

Feature/export to pdf#922
federicoiosue wants to merge 3 commits into
developfrom
feature/export_to_pdf

Conversation

@federicoiosue

Copy link
Copy Markdown
Owner

No description provided.

return null;
}
else {
return new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS), head + ".pdf");

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1).

public void writePdfToFillePath(PdfDocument pdf,File file){
try {
FileOutputStream fileOutPut = new FileOutputStream(file);

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1).
@federicoiosue

Copy link
Copy Markdown
Owner Author

Closing because this was just an example about rebasing the modifications of #921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants