aspEasyPDF
History preview from HTML for the Professional version
1.2 (PRO RC5) ( 15/02/2002 )
•
PRO: When retrieving a html file it will skip the hexadecimal chars 0xA and 0xD
•
PRO: HTML Anchor tag <A> has full support to jump inside the document
•
PRO: Links can now be wrap when it founds a margin break ( AddURL. not for the AddURLPos )
•
PRO: Links could cause an exception when using it on multiple pages.
•
PRO: Added Body tag with the background color for the document
•
PRO: Added full support to the links
•
GetProperty now returns html colors
•
GetProperty csPropPosX and csPropPosY was returning an integer and was a Float variant
•
Angle in radians of the text to display for the addTextPos
•
3D Shadow text on the addTextPos
•
New setting for the BackGround colors for the page or for the whole document
•
You have a new option to designate when opennig the document to fit to the whole page on the window. ( const csPropIntFitWin = 503 )
•
Properties to control the spaces between characters and words. Warning as it does not work for the addtext method, only for addtextpos. Also with gettextwidth you will not get the correct size width when using those properties.
•
Another option to open the document to full screen ( const csPropIntFullScreen = 504 )
1.10a (PRO RC4) ( 31/01/2002 )
•
Offsets where with am maxium of 6k, all solved to have a max. of 2GB of size.
1.10 ( PRO RC3) ( 25/01/2002 )
•
Create and Destroy methods
•
Bug when adding two different graphics on each page that was mixing the information
•
PRO: AddHtml now can use url from different sites or files
1.10 RC2 ( 14/01/2002 )
•
PRO: Now the Addhtml remembers all fonts used on the html. So when you add 4 more fonts tags when finishing it it will remember the 4 different fonts.
•
PRO: Add on the html the blockquote and anchor links
•
Underline was not using the margins, this has been fixed.
•
PRO: There where some blank spaces that where not drawn on html.
•
PRO: Fixed the bug for the align="center", it was general fault for wich was releaseing more memory that was not allocated.
1.10 RC1a ( 13/01/2002 )
•
PRO: Bug found on the True Type font, it was adding the Arial font even when specify another
•
PRO: Code Bars now works fine
•
PRO: Bold tag implemented , only work with F1 font
•
PRO: Found a bug with the align="center" that causes an exception, I didn't found where it cames, hope to get it fixed on next release.
1.10 RC1 ( 11/01/2002 )
•
It uses the fonts that you use on the document not the all 14 fonts, this reduce the sizes and draws fast.
•
blank spaces at the beginning of the word and in the end was trimmed when using the AddText method.
•
The csPropPar margins has been remplaced by the page margins and is defined for each page.
•
The csPropIntCoord now affects alls coordinates, graphics and positions.
•
Complete underline for addparagraph ( not supported for justified align )
•
Underline now draws with the same color of the text
•
Underline bug fix when AddTextPos with -1 argument
•
Added some new methods, SetFont, PageSize
•
International charset size
•
Concatenated branches when using the addParagraph
•
Underline height varies from the size of the font
•
When adding bitmaps and Gifs there was a bug that didn't release the work buffer memory when destroying the object. The JPG was not affected.
•
PRO: Coded all features inside the 1.10
1.04 ( 8/11/2001 )
•
The BinaryWrite it now fully supports graphics, so you don't have to care about
saving files everywhere and also about the privileges to be write enable.
1.03 ( 6/11/2001 )
•
Removed the bug from the Right Paragraph margin.
•
When adding the margins from right to left it was not well justified when drawing
text.
1.02 ( 20/10/2001 )
•
Reentrant creation of the component was not releasing all the memory and crashed when
creating more than 2 times
1.01 ( 02/10/2001 )
•
Small bug on the registered version and handling the license file
1.00 ( 01/10/2001 )
•
A lot of changes, please make a backup of the last binary version because you can get a different look from this version.
•
Removed the Adobe message that the file was damaged and was being repairing, this correction has made a lot of internal changes. It has been improved the speed on the Acrobat reader, the document is generated in the fastest way for Acrobat.
•
Priority for text / graphics, text over graphics or down the graphics.
•
Removed the limitation of 10 graphics per page to 100 graphics per page.
•
When adding two same file graphics, then it only adds one with two different positions. Optimize the size of the PDF document.
•
Now you can specify the color of the boxes and lines, and also the fill color for the boxes.
•
Added shadow boxes
•
Measure the text length with the GetTextWidth method
•
Added more properties to control the page number, width and height.
•
For registered users, now you can specify where is the license file allowing you a different location of the license file. Better control on different IP address. Add the unique ID machine for multiple address.
•
and added internal functions that improves speed and reliability.