Skip to content

Remove restriction to *.pdf files #1

@Fighter456

Description

@Fighter456

Problem

Currently the source folder selection is restricted to *.pdf - documents. Therefore the program is unable to process non-pdf files.

string[] files = Directory.GetFiles(this.sourceDirectory, "*.pdf");

(Possible) Solution

Make it possible to add affected file extensions to the list of name associations and set *.pdf as the default value and remove these hard-coded programmatically restriction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions