Sign In  Sign Up Live-Chat

XML Export, OK -> XML Import not OK

Last post 11-13-2008, 5:39 AM by forever. 6 replies.
Sort Posts: Previous Next
  •  08-28-2008, 6:07 AM 141609

    XML Export, OK -> XML Import not OK

    Attachment: Present (inaccessible)

    Hi,

    I have a Form - NABTEST.PDF that contains filled-out form fields. This is exported til NABTEST.XML - OK.

    I then tried to import the data from NABTEST.XML to NAB-ORG.PDF (empty form) placing the output in NABTEST-filled.PDF - but this does not work. The NABTEST-filled.PDF is still empty.

    Please find files attached.

    The form is created with Adobe 8 - LiveCycle Designer.

    Michael

     
  •  08-28-2008, 8:41 AM 141629 in reply to 141609

    Re: XML Export, OK -> XML Import not OK

    Attachment: Present (inaccessible)

    Dear Michael,

    Thanks for considering Aspose.Pdf.Kit.

    I tested your templates with the newest release V3.2.0.0 on my platform. Everything is OK. Please check your code according to the following code.

       //Export OK
       Form form1 = new Form("NABTEST.pdf");
       System.IO.FileStream xmlOutputStream = new FileStream("NABTEST.xml", FileMode.Create);
       form1.ExportXml(xmlOutputStream);
       xmlOutputStream.Close();

       //Import also OK
       Form form2 = new Form("NAB-ORG.pdf", "NABTEST-filled.pdf");
       System.IO.FileStream xmlInputStream = new FileStream("NABTEST.xml", FileMode.Open);
       form2.ImportXml(xmlInputStream);
       xmlInputStream.Close();
       form2.Save();

    The output file is also attached, please check it. If the problem remains, please post it here in intail. We will help you until it works.

    Best regards.


    Luke Fu
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  08-28-2008, 10:01 AM 141642 in reply to 141629

    Re: XML Export, OK -> XML Import not OK

    Hi,

    thanks for rour reply - I downloaded the version, and it works...

    except from the Radio Button - <txKonRB>02</txKonRB>

    Gender - Male / Female - this field is not updated.

    Best regards

    Michael

     
  •  08-28-2008, 3:21 PM 141680 in reply to 141642

    Re: XML Export, OK -&gt; XML Import not OK

    Hi Michael,

    I have tested the issue, and I am able to notice the same problem. I will discuss it with development team, and will update you with the status of correction.


    Nayyer Shahbaz
    Support Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  08-28-2008, 3:38 PM 141683 in reply to 141680

    Re: XML Export, OK -&gt; XML Import not OK

    Dear Michael,

    You are quite right. Sorry for my carelessness. This bug is expected to be solved in the next release. The ETA is about two weeks.

    Best regards.


    Luke Fu
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  10-17-2008, 1:47 PM 148403 in reply to 141683

    Re: XML Export, OK -&gt; XML Import not OK

    Hi Michael,

    The issue has been resolved. If you need this fix before we publish new version, you could download a Beta version(3.2.1.3) of Aspose.Pdf.Kit.dll from this thread: http://www.aspose.com/community/forums/thread/144639/inserting-html-like-line-break-in-pdf.aspx

    Thanks,

    Felix Liu
    Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  11-13-2008, 5:39 AM 152386 in reply to 141609

    Updated component version is available

    The issues you have found earlier (filed as 5847) have been fixed in this update.


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
View as RSS news feed in XML