wPDF 릴리스
Released: Oct 7, 2015
v4.11 버젼 업데이트
- Added support for Delphi 10.
- Improved combobox fields.
- Fix for Type3 embedding.
- Fixed - list of embedded files was not always detected correctly by reader.
- Added flag wpdfaLevel3B which is essential for the ZUGFeRD support.
- Fixed - the font Segoe UI Symbol was not exported correctly.
- Improved code to undo a SetWorldTransform in PDF code.
- Fixed - rotated text was not printed at the correct position if it was converted to glyphs.
Released: May 27, 2015
v4.09 버젼 업데이트
- Fixes problems with CIDFont export when certain glyphs were not found.
- Fixes problem with Cambria Math font.
Released: Mar 9, 2015
v4.08 버젼 업데이트
- Fixes a problem with polypolygon api used inside of paths.
- Calculation of text rectangles have been updated.
- Fixed - wpNoTextScaling was ignored before.
- Fixed - hatches are not drawn with a background (caused black boxes).
- Fixed - update of annotation used for embedded data.
Released: Nov 7, 2014
v4.07 버젼 업데이트
- wpAllSymbolFontsAsGlyph mode will now create Type3 fonts for symbols, not individual glyphs.
- Type1 fonts can now be embedded (subset is not possible).
- Improved y coordinate calculation in glyph output, i.e. when printing symbols.
- Improved font ability detection.
- Added DevModesEx wpPrintTextWordByWord - useful when tabs are printed using the dx parameter of ExtTextOut (Only required when Type3 and CIDMode is not used).
- Fixed broken support for WPTools 4.
Released: Sep 19, 2014
v4.06 버젼 업데이트
- Added support for Delphi XE7.
- Improved Type3 text printing on rotated coordinate systems.
- Fixed problem with semi transparent images.
Released: Jun 16, 2014
v4.0 버젼 업데이트
- Added new fontmode: wpEmbedType3 - create type3 fonts which are very compact
- Added new fontmode: wpEmbedCIDFonts - select the CID Font "unicode" mode which was added to wPDF 3
- Added properties: Info.CopyrightNotice, Info.CopyrightURL and Info.CopyrightPublicDomain
- DrawPNGFile. This methods exports a PNG file. It requires the PDF Engine to be able to decode PNG.
- DrawPNG: This method exports PNG data. It requires the PDF Engine to be able to decode PNG.
Released: Mar 8, 2007
v3.0 버젼 업데이트
- Support for standard brush styles (hatching)
- TransparentBitBlt
- Automatic reuse of the same image data. This way, when you export a document which often uses a logo the PDF file will be significantly smaller
- Creation of PDF/A complient PDF files (with added meta data and PDF tagging when you use it with WPTools)
- Support of CID fonts (known as "unicode" support)
- Binary Data embedding: You can store the document source which was used to create a PDF file within this PDF file. When you use WPTools...