Solved

fme pdf reader fatal error

  • 7 March 2019
  • 2 replies
  • 10 views

Badge +10

I am trying to read in some pdfs, unfortunately when the pdf reader fails to open the pdf (if say it is corrupt) the workbench stops:

2019-03-07 15:40:24| 391.6| 0.0|FATAL |PDF Reader: Failed to open document '\\xxxx.pdf' because the file is not in PDF format, or because it is corrupted

I have set the workbench to ignore failed readers and continue transaction is setup under the Rejected feature handling.

Is there any way I can keep it running?

Thank you

Oliver

 

 

icon

Best answer by david_r 7 March 2019, 17:46

View original

2 replies

Userlevel 4

You can wrap your workspace in a second workspace that uses the WorkspaceRunner transformer, passing the PDF filename as a published parameter.

Badge +10

Will give that a spin. Thank you

Reply