Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
13 replies
Subscribers
7 subscribers
Views
5809 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
We are looking to request/receive a PDF document via a webservice call, how do w
adamm
over 11 years ago
We are looking to request/receive a PDF document via a webservice call, how do we go about presenting the received document? Ideally we would like to present it inline in a UIT, but only see the option of including images (gif and jpeg), does it have to be linked to a stored document somehow?
I am also unsure how to convert the data from the webservice to a PDF to be displayed or linked to, are is there an existing example application or other resource to work from as a baseline?
Thanks!...
OriginalPostID-101607
OriginalPostID-101607
Discussion posts and replies are publicly visible
Parents
0
adamm
over 11 years ago
Ok, I've built a process and been fiddling with it, but I have not yet gotten it to work.
I have the string from the webservice isolated in a text PV, and am then running the decode function on it:
base64decode(pv!isolatedBase64_text)
When I write that value to a text variable, the header information looks good, so I do think the decode is occurring correctly. However if I pass the result to a Document variable, I get a -1. I have got to be missing something, any clues?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
adamm
over 11 years ago
Ok, I've built a process and been fiddling with it, but I have not yet gotten it to work.
I have the string from the webservice isolated in a text PV, and am then running the decode function on it:
base64decode(pv!isolatedBase64_text)
When I write that value to a text variable, the header information looks good, so I do think the decode is occurring correctly. However if I pass the result to a Document variable, I get a -1. I have got to be missing something, any clues?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data