Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Outside Software Awards
Product Details
The ExpertPDF HTML to PDF Converter Library for .NET can be used as general purpose component for converting web pages and HTML scripts to PDF documents or it can be used to easily create PDF reports directly from ASP.NET pages.
Making Web content available as PDF is one way to facilitate the dissemination of content. In some industries, providing access to print-formatted documents, such as employee benefit descriptions, is mandatory.
Just printing the Webpage is not sufficient because the print format must include a table of contents with page number references.
To add such functionality to a Webpage, developers can convert the HTML content to PDF format; ExpertPDF has the features needed to achieve this.
NEW in v8.0.0: - Performance improvements - Bug fixes - (Cumulative update)
Features added in previous versions: 1. Directly convert an URL to a PDF file 2. Convert an HTML string to PDF 3. Convert to PDF from a file saved on disk 4. Get the PDF byte stream 5. Set the text and appearance of the PDF header and footer 6. Set page number options 7. Set PDF compression level 8. Set PDF page type 9. Dynamically append an existing PDF file to the newly exported PDF file/stream 10. Show/hide headers/footers 11. Set page margins 12. Change page orientation (portrait, landscape) 13. Customize header (add images, change height, change fonts, colors) 14. Customize footer (change height, change fonts, colors)
pdfConverter.PdfFooterOptions.FooterText = ("Sample footer: " _ + (TxtURL.Text + ". You can change color, font and other options")) pdfConverter.PdfFooterOptions.FooterTextColor = Color.Blue pdfConverter.PdfFooterOptions.DrawFooterLine = false pdfConverter.PdfFooterOptions.PageNumberText = "Page" pdfConverter.PdfFooterOptions.ShowPageNumber = true
'pdfConverter.LicenseKey = "put your serial number here" Dim downloadBytes() As Byte = pdfConverter.GetPdfFromUrlBytes(url) Dim response As System.Web.HttpResponse = System.Web.HttpContext.Current.Response