I try to debug a Web-Service that takes XML data as input and returns a PDF.
Since I could not convince Fiddler to write the response to a usable file, I tried my luck with the PDFVierer addon.
I noticed that the PDF is technically correct, however the PDFView windows does not show any text on the page. Graphical elements are shown, just all the text is missing. I managed to capture the PDF file with a different tool and the file itself is OK. All my PDF readers show the text. It's just the Fiddler PDFView Plugin that does not.
The PDF references plain Arial Font which would probably render with the "default sans serif" font for devices that do not know Arial (my Windows does).
Anything I can do about that? Maybe any way to hand the extracted file to the default handler for that content type?
Since I could not convince Fiddler to write the response to a usable file, I tried my luck with the PDFVierer addon.
I noticed that the PDF is technically correct, however the PDFView windows does not show any text on the page. Graphical elements are shown, just all the text is missing. I managed to capture the PDF file with a different tool and the file itself is OK. All my PDF readers show the text. It's just the Fiddler PDFView Plugin that does not.
The PDF references plain Arial Font which would probably render with the "default sans serif" font for devices that do not know Arial (my Windows does).
Anything I can do about that? Maybe any way to hand the extracted file to the default handler for that content type?