Ben XFDF ile PDF alanları önceden doldurur bir sistem var.
THe XFDF code seems fine, but when I try to open it with the header() in PHP, PDF fires an error. If I ignore it and refresh the page, it works fine and poplulates the form correctly.
Aşağıda XFDF kod yanı sıra ben kullanıyorum başlığıdır ...
Herhangi bir fikir neden PDF hemen göstermek değil mi?
<?xml version="1.0" encoding="UTF-8" ?>
<
xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
<'Alanlar>
<field name="user_name">
<
value>Some Name
<'/field>
<field name="course_name">
<
value>Some Course
<`/field>
<`/ Alanlar>
<`F href =" http://the_URL_to_the_PDF_that_needs_to_be_populated_with_the_XFDF bilgileri "/>
<`/ Xfdf>
Ben aşağıda başlık komutu ile yukarıdaki açmaya çalışıyorum ..
header ("Content-type: application / vnd.adobe.xfdf");