Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 12,079
|
This build includes the following bug fixes/improvements:
1. Added support to load/write encrypted PDF files; 2. Added support to fill in PDF forms; 3. Added AutoFitX/AutoFitY on HtmlToPdfOptions to support various scale/shrink options; 4. Added FirstPageNumber on HtmlToPdfOptions to support custom page number base index; 5. Added HTML to PDF JavaScript interface to allow page to detect whether it’s being converted to PDF and the ability to manually triggering the conversion through JavaScript; 6. Added JpegQualityLevel on HtmlToPdfOptions to support custom jpeg compression level; 7. Added support for UNC file path and local file path. For example, “<img src=’c:\logo.gif’ />” or “<img src=’\\SERVER1\IMAGES\logo.gif’ />”; 8. Added support to include Unicode text in resource path (for example, in image Url); 9. Added support to directly load and render XML file with style sheet; 10. Added AutoFormsAuthentication property on ASPXToPDF control that allows the control to automatically impersonate form authentication identity on sub resources (images, scripts, etc); 11. Fixed when the document contains a large number of pages, images are not rendered correctly in some pages problem; 12. Fixed AcmText.AutoTrim not working correctly problem; 13. Fixed not rendering certain theme controls correctly on Windows XP problem; 14. Fixed right to left language text selection not working correctly problem; 15. Fixed text using Helvetica font not rendered correctly problem; 16. Fixed forcing page break on images that’s bigger than a single page causing conversion to fail problem; 17. Fixed certain SVG elements not rendering correctly issue; 18. Fixed bottom portion of a document with only inline element may be incorrectly clipped off problem; 19. Changed converter to ignore invalid SSL certificate error. Previously conversion will fail if the SSL certificate is invalid, which makes it impossible for the converter to work in a test environment with a temporary SSL certificate; 20. Changed user agent string to include “EO.Pdf”;
Enjoy!
|