marcorentap / fliphtml5-downloader

A downloader for flipHTML5
23 stars 11 forks source link

pdfconverter: Strip trailing slash (/) in folder path #1

Closed manoedinata closed 1 year ago

manoedinata commented 1 year ago

Leaving trailing slashes in the target folder path can lead to unexpected result location.

For example, given folderName input as hvlda-gmxe/ (note the trailing slash), instead of

   hvlda-gmxe.pdf

, the PDF result will be located in

   hvlda-gmxe/.pdf

Strip the trailing slash from the given folder name input.

Reference: https://stackoverflow.com/a/10408845

marcorentap commented 1 year ago

this is great, thanks!