Replies: 1 comment
-
Sorry for the terrible code formatting. I tried to get the editor to handle it but I just wated to get the question posted |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am having trouble with a PDF file. It actually gets generated fine. But when I try to use the document in code, it can't be loaded. What I found is that if I open the PDF in Adobe reader and try to do a Save As..., Adobe reader says the file cannot be read. Which is weird because Adobe Reader initially opens it just fine.
Has anyone seen this before? Here is my code and I also attached the file that was created. (I know I know - VB.NET)
`
Dim tempFilePath As String = Server.MapPath(MPFileHelper.GetClientUploadURL(Me.UserSession.ClientGUID))
& Guid.NewGuid().ToString() & ".pdf"
Using qrGenerator As New QRCoder.QRCodeGenerator()
End Using
`
Thanks for any insight.
Robert
d3be16f6-39e3-495e-8421-50187c6b3161.pdf
Beta Was this translation helpful? Give feedback.
All reactions