URL- GIF & Tables

Hello,

we have problems with creating a PDF from a URL.
The html Files looks like



AngebotsTemplate1
http://crmdev/CRMFiles/Quotes/templates/css/home.css" />









http://crmdev/CRMFiles/Quotes/templates/bg.gif">





One Name http://crmdev/CRMFiles/Quotes/templates/logo.gif" hspace="0" align="right">


Generiert von Gerhard Mayer











Opportunity Name: 1000 Socks
Kontakt: Best Customer

 


 


 


Here you can add you freetext


Here also


Custom Tag


What ever…..






and we try to create a pdf with:

Aspose.Pdf.Pdf pdf =
new Pdf();
pdf.BindHTML("urlName");
pdf.Save("pdfFilename");

but neither the bg.gif not the logo.gif was found in den pfdfile. And also the tables not looking in the form, as we design it in frontpage.

Thx Gerhard
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Dear gebinger ,

Thank you for considering Aspose.


Setting the

's backgroud is not support now, image in the table will be supported in next releases and next releases will be release in 3~5 days.
It is natural that tables not looking as the same of which in the form, we are try to make it nice-looking.