All releases tagged improved PDF printing


Release Notes: This release added the ability to render text as text rather than as graphical objects when printing documents. The printing feature was made more robust when using the Document and PdfViewer classes. One of the new features regarding document conversion is During conversion from PDF to MS Word, headers and footers are now converted properly. Many classes including Table, Row, Cell, MarginInfo, BorderInfo, etc. are now in the Aspose.Pdf namespace rather than in Aspose.Pdf.Generator.


Release Notes: This new release provides a new feature for removing duplicate/unused fonts from PDF documents. It also replaces the font for all text fragments on all pages. It is now possible to extract form fields from a particular rectangular region of a PDF document. In order to fulfill this requirement, a GetFieldsInRect(Rectangle rect) method was added to the Aspose.Pdf.Form class. Many issues related to PDF printing, conversion of HTML files into PDF format, form filling, and text extraction were fixed.