문제

I'm working on a mini project in which I need to insert 'the number of parts in stock' dynamically and display it on the pdf page(probably in a control??) I have a web service i can call to get the number of parts in stock.

Is there a way that, when a pdf file loads we can make a call to the web service, returning the number of parts in stock....and display it on the pdf page?

If so, what controls can i use and what tools will i Need?

Greatly appreciate any help on this...Thanks in advance!

도움이 되었습니까?

해결책

LiveCycle Designer can be used to generate a XFA-based PDF form which can behave that way (call a webservice via SOAP, then populate fields with the results). Although you need to 'Reader-extend' the PDF so that it can call the services when opened with Adobe Reader, otherwise will only work on Acrobat.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top