0

I am having difficulty receiving a PDF file via a rest service. The rest service returns a long string with the data that is suppose to make up the PDF. My overall goal is to save the response as a PDF file for later use.

I call this service url: http://4.hidemyass.com/ip-2/encrypted/dnXuHKAZVZaONS2GNfC9RFn8k8puE2YJx6MjcPDMaKdpMRTBkvNF4CrTg4m7GeKjcLfO1bgYWIwR9bz1ZJP-LTK6Gm8tG_-d4V-oSUMfT-tIJMuZizsz9AeZp5tcZWVcz62A6j7YRWqJRAS_s_cMFLlo&f=norefer

and according the docs, it should be the string contents that make up a valid PDF.

What am I missing? What do I need to do in order to make is viewable as a PDF.

Thanks!

Chuc

4

1 に答える 1

0

申し訳ありませんが、上記のリンクは失敗しました。

最終的に、JSON でラップされたバイナリ データとして PDF を送信すると、うまく機能しないことがわかりました。サービスの作成者は、フレームワークがバイナリ データをわずかに操作し、一部の文字を変換していることに気付きました。彼らは最終的にBase 64エンコーディングに切り替えましたが、これはうまく機能しました.

于 2013-09-11T15:06:36.440 に答える