Hi,
We also encountered a problem converting Excel to PDF.
The Hebrew in the graphs is writen in reverse order (see attachment).
Another HTML2PDF issue: pdf.HtmlInfo.PageWidth&PageHeight don’t seem to have any effect
Please advise.
Hi,
Hi Dvir,
dvirP:
Another HTML2PDF issue: pdf.HtmlInfo.PageWidth&PageHeight don't seem to have any effect
dvirP:
Another HTML2PDF issue: pdf.HtmlInfo.PageWidth&PageHeight don't seem to have any effectPlease advise.
HtmlLoadOptions htmloptions = new HtmlLoadOptions(basePath);
htmloptions.PageInfo.Width = 900;
htmloptions.PageInfo.Height = 590;
// load HTML file
Document doc = new Document("test.html", htmloptions);
doc.Save(myDir + "HTMLtoPDFDOM.pdf");
Please feel free to contact us for any further assistance.
Best Regards,
Hi,
Hi Dvir,
Hi,
can I have a 3.5 version?
Hi,
Hi,
The issues you have found earlier (filed as CELLSNET-43267) have been fixed in this update.