コミュニティ

.pd-file instead of .pdf-file 回答済み

Hi!

I am trying to read images in form of PDF Documents into the OCR engine and then write the result in a PDF with the same name in a different directory. This works fine in most cases but in some cases the output file's name has a .pd ending instead of a .pdf ending. I tried to add the missing f-character manually and it worked (I could open the file like a normal PDF). So it seems like the OCR process and PDF creation works fine. It just saves the result with a wrong filename. Can somebody tell me what the issue here is?

Thanks in advance for your help! 

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Permanently deleted user

    Please make sure that the extension (.pdf) of the output file is always used fully and correctly in the used export method in the corresponding parameter.

    If everything seems to be correct, but the issue persists, please send to SDK_Support@abbyy.com the following:

    1. Your serial number.

    2. The FREngine log file generated by the FREngine application when the issue occurs. To switch on logging use the StartLogging() method of the Engine object.

    3. The sample project where the issue is reproduced.

    0
  • Avatar
    Permanently deleted user

    I found the Problem myself. It seems like the path for the output PDF containing German Umlaut-characters like ä, ö or ü causes the problem. I guess they are read like two characters (a, o or u plus the two dots) and that messes up the length of the String or something like that. 

    0

サインインしてコメントを残してください。