metachris / pdfx

Extract text, metadata and references (pdf, url, doi, arxiv) from PDF. Optionally download all referenced PDFs.
http://www.metachris.com/pdfx
Apache License 2.0
1.03k stars 113 forks source link

pdfx reports mailto: links as an error ('nonnumeric port') #17

Open capncodewash opened 8 years ago

capncodewash commented 8 years ago

Hi there, Thanks for creating a really useful tool.

When running pdfx -c across a PDF with mailto: links (e.g. mailto:test@example.com, it reports these as errors:

nonnumeric port: 'test@example.com' mailto:test@example.com

Is there a way to suppress this, or disable checking non-HTTP(S) links?

Also, the line output colouring doesn't seem to play nicely on Windows. Is there a way to disable this?

Thanks,

Graeme

metachris commented 8 years ago

Thanks for the feedback! On sunday ill release an update to fix mailto and color output on win.

On Jul 22, 2016 11:36, "Graeme West" notifications@github.com wrote:

Hi there, Thanks for creating a really useful tool.

When running pdfx -c across a PDF with mailto: links (e.g. mailto: test@example.com, it reports these as errors:

nonnumeric port: 'test@example.com' mailto:test@example.com

Is there a way to suppress this, or disable checking non-HTTP(S) links?

Also, the line output colouring doesn't seem to play nicely on Windows. Is there a way to disable this?

Thanks,

Graeme

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/metachris/pdfx/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHIy1apNOK5lDtmdtWwvJbWajAkvVX9ks5qYI8ogaJpZM4JSmNQ .

capncodewash commented 8 years ago

Thank you!

thehans commented 4 years ago

Came here for the same issue. No update in 4 years... what happened?