Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Reading PDF form field data from Flex 4 ( via php or coldfusion ) -


been searching web answer month. not expert in coldfusion. supposedly easy in cf -- mark-up confuses heck out of me. here am.

i have managed import , read pdf using cf proxy actionscript: http://forums.adobe.com/thread/754629?tstart=0 --- --- after trouble there, precious form filed information looking not there in pdf info object. grrrr. looking way cfc's or cfm's or php.

all want this:

  • read pdf flex app.
  • get form field information.
  • write new pdf form field values.

i have found many close no cigar options ... , have tried many failed. there many free pdf , out there. adobe seems reserve real functionality themselves. free options don't seem have access form data?

anyways exhausted looking ways this. need help!

it possible collect form data , not whole pdf file lot more efficient in case not need pdf form data. assuming interested in form data.

you can have pdf file submit fdf or xfdf (in acrobat, create button, select action submit , edit select fdf or xfdf, url, fields,...) coldfusion, php,... page can read form fields. if chose fdf, form data in form scope. if chose xfdf have collect them http header of request.

fdf simpler. gives form data not comments added pdf file. (xfdf give yous comments too). can ready data form scope (cf: form.your_pdf_field_name) same way read data posted html form.

as writing new pdf withe form field values, can send .xfdf or .fdf file browser. inside either of them there address of pdf file (local or on server). in either file can supply form field values pdf file use pre-fill form fields.

i'm sure flex has features deal form data , producing text files (xfdf ,fdf)

hope helps


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -