Changelog
Follow us on Twitter for updates. Our blog highlights the best new features and changes.
Newest Release
2.5.0 - 22 Nov 2019
See the announcement post.
- AddedAdded ability to control if individual annotations are editable. (#15714)
- AddedAdded ability to limit the set of editable annotation types. (#20673)
- AddedAdded method for calculating Words from Glyphs. (#22307)
- FixedFixes an issue where flattening should override incremental save. (#22094)
- FixedFixes an issue where resetting a PdfView would fail. (#16037)
- FixedFixes an issue with freeform rotated annotation rendering. (#22342)
- FixedFixes issue with IntelliSense documentation. (#22393)
Model
- ChangedImproves memory usage while searching document with a lot of annotations. (#22367)
- ChangedImproves the rendering of annotations with dashed borders. (#10216)
- ChangedIncreases image size limits. (#22029)
- FixedFixes ISO8601 timezone support in instant json. (#21148)
- FixedFixes a crash related to multi-threading and font loading. (#22387)
- FixedFixes an issue if a TrueType font collection has more than 32 fonts. (#22148)
- FixedFixes an issue where annotation additional actions may not be deserialized correctly. (#21983)
- FixedFixes an issue where certain high resolution images weren’t rendered. (#22322)
- FixedFixes an issue where deleting or moving pages from a PDF did not update the outline. (#21620, #22048)
- FixedFixes an issue where form repairs were done too eagerly. (#20786)
- FixedFixes an issue where some filled form fields may not show their content correctly. (#22100)
- FixedFixes an issue where some properties of a widget annotation were not persisted when the document was saved. (#21546)
- FixedFixes an issue where text entered in certain form fields was rendered garbled. (#21700)
2.4.2 - 24 Oct 2019
- ChangedImplements offical workaround from Microsoft for their Store issues. (#22042)
- FixedFixes an issue with setting passwords and DataProviders. (#22034)
2.4.1 - 22 Oct 2019
- FixedFixes an issue with some licenses and forms. (#21985)
2.4.0 - 17 Oct 2019
See the announcement post.
- AddedAdds support for pinch-to-zoom gestures on touch screens. (#15426)
- AddedAdds support for navigating pages by tapping the left and right parts of the background in PER_SPREAD scroll mode. (#3658)
- AddedAdds double tap to zoom support when using touch screens. (#1384)
- AddedAdds support for JavaScript in PDF documents to the PdfView (disabled by default). (#21227)
- AddedAdds CloudyBorderInset property to Rectangle, Ellipse and Polygon annotations. (#21896)
- AddedAdds AES encryption example to the Catalog app. (#21286)
- AddedAdds Pivot example to example Catalog app. (#21223)
- AddedAdds ability to Ink.SetBoundingBoxAndResizeLines to maintaining aspect ratio. (#21906)
- AddedAdds bitmap format and alpha mode options to rendering methods. (#21183)
- AddedAdds support for rotation to widget annotations. (#3114)
- ChangedImproved exception message for when PdfView is not finished initializing. (#21158)
- ChangedImproved exception messages for uninitialized SDK. (#21407)
- ChangedImproves tiling experience by avoiding temporary blurriness when zooming in and out. (#3654)
- ChangedRotation class moved into PSPDFKitFoundation namespace. (#21641)
- FixedFixes an issue when saving some newly created annotations. (#21490)
- FixedFixes an issue with escaped characters. (#21255)
- FixedFixes an issue with password changes when flattening. (#21634)
- FixedFixes a possible crash when loading annotations failed in certain Instant documents. (#21617, Z#15606)
- FixedFixes an issue getting outline element by GoTo page. (#21623)
- FixedFixes an issue with transparent strokeColor in Instant JSON. (#21391)
- FixedFixes issue with occasional invisible selection handles. (#19413)
- FixedFixes support for Hololens. (#21676)
- FixedFixes an issue where hovering over a note annotation would render the tooltip of a different, currently selected annotation. (#3697)
Model
- ChangedImproves font rendering and fixes several edge cases. (#20930)
- ChangedImproves memory usage on complex documents. (#20970)
- ChangedImproves the stability of some PDF form operations. (#21032)
- ChangedStrengthens the validation of InstantJSON format in some corner cases. (#20748)
- ChangedUpdates Botan to version 2.11.0. (#20549)
- ChangedUpdates Duktape to version 2.4.0. (#20954)
- ChangedUpdates HarfBuzz to version 2.6.2. (#21686)
- FixedFixes a crash when using the processor on certain documents with very deep object hierarchies. (#21674)
- FixedFixes a performance regression when rendering with an ICC based color space. (#21776)
- FixedFixes a possible crash in certain documents due to a null dereference in
PDFC::Forms::FormCorePDFBackend::isLinkedInAcroForms
. (#21121) - FixedFixes a problem where some PDF images may be missing in some documents. (#21353)
- FixedFixes a rare deadlock when rendering certain documents. (#21856)
- FixedFixes a rare situation where setting form field flags may cause a deadlock. (#19942)
- FixedFixes a regression that caused certain link annotations to not work. (#21709)
- FixedFixes a rendering error where the font
ArialMT
wasn’t selected correctly. (#21744) - FixedFixes an issue when importing XFDF files in specific documents. (#21271)
- FixedFixes an issue where a digital signature applied to a certain kind of document may not show correctly in third party PDF readers. (#18943)
- FixedFixes an issue where documents using certain kind of fonts may cause the app to be terminated unexpectedly. (#21626)
- FixedFixes an issue where images with the lighten blend mode didn’t get rendered correctly. (#20642)
- FixedFixes an issue where loading a document would fail if it contained JPEG2000 images not specifying a color space. (#21311)
- FixedFixes an issue where text after signing had incorrect characters after looking at it in another viewer. (#20930)
- FixedFixes some stability issues related to color space management. (#21529)
- FixedFixes some stability issues when fonts are loaded from a document. (#21042)
- FixedFixes widget annotation rotation property persistence when coming from instant JSON. (#21552, #21621)
2.3.2 - 17 Sep 2019
- FixedFixed an issue when saving some newly created annotations. (#21490)
2.3.1 - 26 Aug 2019
- FixedFixed an issue with older versions of Windows App Cert Kit. (#21120)
2.3.0 - 20 Aug 2019
See the announcement post.
- AddedAdded Visual Document Editor. (#20710)
- AddedAdded model only support to Document. (#20520)
- AddedAdded API to render a page or tile on any calling thread. (#20499)
- AddedAdded Modified property and ModifiedAt event to Document. (#20706)
- AddedAdded Welsh localization support. (#20471)
- AddedAdded ability to set zoom level and scroll bar positions. (#20671)
- AddedAdded an event handler to PdfView for ViewState changes. (#20671)
- AddedAdded a method to the TextParser for getting text from page regions. (#20646)
- AddedAdded ability to add user and/or owner passwords and remove passwords. (#20619)
- AddedAdded ability to get outline element by page index. (#20782)
- AddedAdded method for setting ViewState to Controller. (#20409)
- ChangedReduced memory usage. (#20921)
- ChangedRefreshed UI icons and color scheme. (#20965)
- FixedFixed an issue with the line width slider. (#20543)
- FixedFixed an issue reading media boxes. (#20592)
- FixedFixed an issue that would occur after applying an InstantJSON update to a document where the changes contained form field updates. (#20152)
- FixedFixed an issue with ViewState page index being ignored. (#20582)
- FixedFixed an issue with reporting Auto-Saving errors. (#20693)
- FixedFixed an issue with strokeColor. (#20666)
Model
- AddedAdds support for preserving the InstantJSON id in the PDF. (#20572)
- ChangedImproves JPEG2000 with transparency support. (#20483)
- ChangedImproves performance when parsing many links. (#20786)
- ChangedUpdates Expat to version 2.2.7. (#20545)
- ChangedUpdates libpng to version 1.6.37. (#19851)
- ChangedUpdates openjpeg to version 2.3.1. (#20647)
- FixedFixes an assertion when importing annotations outside the page range using XFDF. (#20424)
- FixedFixes an issue where form fields with calculation order may not be flattened correctly by the processor. (#20434)
- FixedFixes an issue where some documents with dropdown fields may show an arrow when the document is flattened. (#9539)
- FixedFixes very occasional text rendering problems. (#20155)
2.2.0 - 27 Jun 2019
See the announcement post.
- AddedAdds multithreaded rendering. (#18706)
- AddedAdds a set bounding box method to Ink Annotation which will resize the points and line width automatically. (#20201)
- AddedAdds methods to Controller for getting and setting the Scroll Mode. (#20284)
- AddedAdds custom logging example to Catalog app. (#20299)
- AddedAdds method for setting ViewState to Controller. (#20409)
- AddedAdded a Catalog example demonstrating signature storing and application. (#19997)
- ChangedChanged the default Arabic font to Arial. (#20320)
- ChangedImproved default font selection for Arabic. (#20320)
- ChangedImproved print service error logging. (#16218)
- ChangedImproved watermark placement and enhanced the Catalog example. (#19382)
- FixedFixes an issue with Note annotation and touch. (#18702)
- FixedFixes an issue with blinking annotation tools. (#18700)
Model
- ChangedImproves loading performance for documents with complex outlines. (#20279)
- ChangedImproves rendering of non-ASCII text. (#20189)
- ChangedImproved automatic repair of AcroForms on loading documents with a large number of annotations. (#19947)
- ChangedSupport vertical alignment in single-line form fields when exporting or printing PDF files. (#19882)
2.1.0 - 5 Jun 2019
See the announcement post.
- ChangedImproves font rendering. (#19910)
- FixedFixes an issue with Windows 10 1709. (#20079)
- AddedAdds a Catalog example to show how to save and load signatures to file. (#19997)
Model
- ChangedUpdates Expat to version 2.2.6. (#19868)
2.0.0 - 21 May 2019
See the announcement post.
- AddedAdds support for ARM64. (#19760)
- AddedAdds CustomData property to IAnnotation for storing user defined data. (#18961)
- AddedAdds ability to obtain glyph information. (#18813)
- AddedAdds example code to the Catalog demonstrating prevention of text copying. (#19754)
- AddedAdds support for mailto links. (#19532)
- AddedAdds the ability to rotate pages with the document editor. (#18816)
- AddedAdded tile rendering API. (#18815)
- ChangedChanged the minimum supported Windows 10 version to 1709 Fall Creators Update. (#19760)
- RemovedDeprecated ExportFlattened methods. (#19755)
- RemovedDeprecated TextForPageIndexAsync method. (#19755)
- FixedFixes an issue when recalling an annotation preset which is invalid. (#19713)
- FixedFixes an issue with quotes in annotation content. (#19928)
Model
- AddedAdds
FontStyle
to Instant JSON widget annotations. (#18083) - ChangedImproves results from
Search.Library
whenSearch.LibraryQuery.MatchExactPhrases
is set totrue
. (#19685) - ChangedUpdate ICU to use OS provided library. (#18974)
- ChangedUpdate libjpeg-turbo to 2.0.2. (#18973)
- ChangedUpdate libpng to 1.6.36. (#18972)
- ChangedUpdate zlib to 1.2.11. (#18975)
- ChangedUpdates the Botan library version to 2.10.0. (#19767)
- FixedFixes a potential crash when processing large documents under low-memory conditions. (#19768)
- FixedFixes an issue where malformed widget annotations weren’t correctly attached to the form. (#19581)
- FixedFixes an issue where readonly checkboxes may not be rendered correctly. (#19506)
1.12.0 - 16 Apr 2019
See the announcement post.
- AddedAdds model-only Document Editor. (#19320)
- AddedAdds ability to obtain glyph information. (#18813)
- AddedAdds support for passwords in Library indexing. (#18584)
- AddedAdds support for cloudy border styles. (#19237)
- ChangedLoad Windows system fonts for rendering. (#19530)
- FixedFixes an issue where restricted document permissions incorrectly prevented annotating. (#19029)
- FixedFixes an issue with flattening Note annotations. (#19286)
- FixedFixes an issue with full-text-search cleanup. (#19533)
- FixedFixes an issue with rendering of imported json of ink annotations. (#19364)
Model
- FixedFixes a rare issue when parsing outlines. (#19469)
- FixedFixes an issue when drawing a path using a pattern with alpha transparency. (#19148)
- FixedFixes an issue when rendering text with an overlay blend mode. (#19151)
- FixedFixes an issue when sharing a document that resulted in blank pages. (#19267)
- FixedFixes an issue where QuadPoints of link annotations were saved to the PDF incorrectly. (#19427)
- FixedFixes an issue where annotations created by Apple Preview may not be copied and pasted correctly. (#19154)
- FixedFixes an issue where link annotations may not work correctly after a document is exported. (#19222)
- FixedFixes an issue where some JPX images may not render correctly. (#18648)
- FixedFixes an issue where text edited in form fields was incorrectly set in other form fields as well. (#19236)
- FixedFixes an issue where the
fillColor
property was ignored in Instant JSON for polyline annotations. (#19443) - FixedFixes rendering of free text annotations with vertical alignment. (#19145)
1.11.0 - 14 Mar 2019
See the announcement post.
- APIAdds the ability to get the document outline programmatically. (#18814)
- APIAdds form field support. (#18543)
- APIAbility to highlight search results via API. (#18694)
- APIAdded a method to get cropbox and mediabox. (#18810)
- APIAdded a method to get page rotation. (#18810)
- APIAdded method to retrieve document title. (#18580)
- AddedAdded ability to place sidebar on left or right side. (#19025)
- AddedAdded support for PdfView and printing watermarks. (#17029)
- ChangedSignificant performance improvments for large documents. (#19143)
- ChangedImproved user experience with image annotations. (#19230)
- ChangedBetter error message and exception for license errors. (#18167)
- ChangedPrebuilt Catalog app package supplied with SDK. (#18916)
- ChangedCatalog app builds out of the box. (#18734)
- ChangedChanged Catalog example app to use bundled NuGet package. (#18461)
- FixedFixes an issue when setting annotation colors to transparent. (#18978)
Model
- AddedAdds support for modifying form fields and annotation widgets to Instant Document JSON. (#18771)
- FixedFix an issue in full-text search that could cause a deadlock during indexing. (#18750)
- ChangedLoading PDF actions is now more reliable. (#18843)
- FixedFixes a bug where annotations parsed from XFDF would be displayed incorrectly on a rotated page. (#17603)
- FixedFixes an issue where some layers were hidden incorrectly. (#14439)
1.10.1 - 14 Feb 2019
- ChangedImproves performance when reading and writing to file. (#18897)
- FixedFixes an issue with reporting the incorrect toolbar items. (#18730)
1.10.0 - 31 Jan 2019
- AddedAdds support for opening PDFs and retrieving info without a PdfView. (#17841)
- AddedAdds support for PdfView and printing watermarks. (#17029)
- AddedAdds the ability to customize dropdown groups for toolbar items. (#17438)
- AddedAdds annotation rotation to image, stamp and text annotations. (#18634)
- AddedAdds the text highlighter default toolbar item. (#18666)
- AddedAdds more PdfView property reset options. (#18238)
- AddedAdds public CSS classes for annotation toolbars toolboxes. (#2392)
- AddedAdds
PSPDFKit-Icon-<IconType>
public CSS classes to style individual icons. (#2664) - AddedAdds persistence of properties to ink signatures. (#2479)
- AddedAdds automatic font size calculation for combo box widgets. (#2644)
- AddedAdds 4pt, 6pt, 8pt, and 200pt to the list of possible font sizes for text annotations. (#C18485)
- ChangedImproves performance of annotation selection. (#18459)
- ChangedCorrect access for SpacerToolbarItem. (#18538)
- FixedFixes an issue with annotation preset updates reporting incorrect values. (#18585)
- FixedFixes an issue with line cap selection. (#18418)
- FixedFixes an issue where the annotation toolbar layout would break when changing the font size. (#2225)
- FixedFixes an issue where rotating the page could eventually trigger an exception. (#2622)
- FixedFixes an issue where markup annotations changes were not being persisted in the annotation preset. (#2621)
- FixedFixes an issue where ink signatures were created at the current page index instead of the related signature form field. (#2642)
- FixedFixes wrong computed document height when opening a sidebar. (#2652)
- FixedFixes an issue where the
minimumZoomLevel
andmaximumZoomLevel
where wrong on landscape documents. (#2661) - FixedFixes an issue with custom
ToolbarItem
where theselected
property was ignored. (#2662) - FixedFixes an issue where the selected item was not shown in the list of font sizes for text annotations. (#2672)
- FixedFixes an issue where some overflown text fields would not adjust the font size. (#2677)
- FixedFixes an issue while highlighting where the current highlight annotation would disappear if clicked. (#2675)
Model
- AddedAdds support for cloudy borders in shape annotations and free text annotations via Instant JSON. (#18547)
- ChangedImproves initial text parsing performance. (#18534)
- ChangedImproves performance when looking up fonts. (#17981)
- ChangedUpdates the Botan library to version 2.9.0. (#18271)
- ChangedUse app name in JavaScript alerts. (#18529)
- FixedFixes a problem importing/exporting color values. This could lead to unnecessary appearance stream regeneration. (#18428)
1.9.1 - 7 Jan 2019
- FixedFixes an issue with the Nuget package. (#18242)
1.9.0 - 20 Dec 2018
See the announcement post.
- ChangedImprovements to API documentation. (#18016)
UI
- AddedAdds smooth line rendering for ink annotations and ink signatures. (#1588)
- AddedAdds ability to prevent text copying. (#17965)
- FixedFixes an issues where PdfView mode can be stuck. (#18127)
Model
- AddedAdds CreatedAt and UpdatedAt to IAnnotation. (#17977)
- AddedAdds CreatorName to IAnnotation. (#17976)
- AddedAdds NoView property to IAnnotation. (#18017)
- AddedAdds the ability to import and export via XFDF. (#17843)
- AddedAdded Name property to IAnnotation. (#17944)
- AddedAdded ability to use custom data providers and sinks. (#17842)
- ChangedImproves handling of malformed documents when parsing the extended graphics state. (#18057)
- FixedFixes a crash parsing text on a very small number of documents. (#18032)
- FixedFixes an issue where
Search.Library
would return incorrect results when searching within documents that contained Unicode surrogate pairs (like Emoji) in their text. (#3292) - FixedFixes issue with future access list if file is no longer available. (#17884)
- FixedFixes an issue importing text annotation styles from Instant JSON. (#17949)
- FixedFixes an issue with file access in app assets. (#17876)
- FixedFixes an issues where OnDocumentOpened event not always fired. (#18126)
PSPDFKit for Web 2018.7
- APIAdds public CSS class for active Dropdown Buttons. (#2466)
- AddedAdds new stroke color icon to avoid confusion for non closed shapes (ink, lines, polylines). (#2508)
- AddedAdds support for deleting selected annotations with Backspace and Delete keys. (#1405)
- ChangedImproves contrast of annotation toolbar icons. (#2508)
- FixedFixes an issue where the annotation toolbar layout would break when changing the font size. (#2225)
- FixedFixes the mixup between the border color and the fill color icons. (#2508)
- FixedFixes an issue where the last point of an ink annotation line being created was lost when releasing the pointer. (#2518)
- FixedFixes an issue where stamps UI would break when editing text. (#2445)
- FixedFixes an issue where some standard stamp annotations were being rendered as
Custom
. (#2467) - FixedFixes an issue where stamp annotations were rendered rotated when viewing rotated documents. (#2486)
- FixedFixes bookmarks sidebar translations to be more accessible and self explanatory. (#2478)
- FixedFixes an issue with
SidebarMode.BOOKMARKS
not being activatable via public API. (#2500) - FixedFixes an issue where note annotations content new lines were not being rendered. (#2487)
- FixedFixes an issue where annotations could be deleted even though read only mode is enabled. (#2505)
- FixedFixes an issue where certain annotation toolbar items did not share the same height. (#2508)
- FixedFixes an issue where annotations hit test area was too wide. (#2127)
- FixedFixes an issue where setting className and icon for the layout-config got ignored. (#2536)
- FixedFixes an issue where the annotation toolbar for note annotations was shown when in read only mode. (#2461)
- FixedFixes an issue where text selection using the touch mode was not properly working. (#2407)
- FixedFixes an issue where stamp annotations added to rotated PDF pages were not rendered correctly. (#2521)
- FixedFixes an issue where rendered squiggle annotations would shrink when the viewport was zoomed out. (#2555)
- ChangedImproves automatic font size calculation for text widgets. (#C18095)
- FixedFixes an issue where custom stamps were not being correctly validated. (#2477)
- FixedFixes an issue where attachments provided via InstantJSON were not created upon initialization. (#2530)
- FixedFixes issues when importing annotations on rotated pages using InstantJSON. (#C17814)
- FixedFixes some visualization issues with markup annotations, especially on rotated pages. (#C17889, #C18002, #C18024)
- FixedFixes an issue where squiggly annotations may not be created correctly on rotated pages. (#C17950)
- FixedFixes text parsing issue noticed on a very limited number of documents. (#C18032)
1.8.0 - 29 Nov 2018
See the announcement post.
- AddedAdds bookmarks support. (#17028)
- AddedAdds support for stamp annotations. (#17027)
- AddedAdds a helper method for getting all annotations. (#17452)
- AddedAdds a toggleable toolbar item. (#16632)
- ChangedInteraction mode changes now set focus on the WebView. (#17439)
- APIBreaking changes made to ToolbarItem to allow richer button support. (#17481)
- FixedFixes an issue with annotation borders drawn too thick. (#17599)
- FixedFixes an issue where annotation setting were not remembered. (#17341)
- FixedFixes an issue with Image annotation properties. (#17597)
- FixedFixes an issue with file access in app assets. (#17876)
- FixedFixes an issue with text preset positions. (#17447)
- FixedFixes issue with future access list if file is no longer available. (#17884)
1.7.1 - 29 Oct 2018
- FixedFixes an issue with unresponsive toolbar buttons. (#17371)
- FixedFixes an issue where preset updates could not be disabled. (#17388)
1.7.0 - 23 Oct 2018
See the announcement post.
- AddedAdded incremental saving and made it the default mode. (#17079)
- AddedAdded Auto-Saving to the PdfView. (#14399)
- AddedAdded the ability to provide a custom logger. (#17268)
- AddedAdded the ability to set the sidebar mode programmatically. (#16947)
- FixedFixes an issue where documents with a large number of form fields failed to display editing options. (#16911)
- FixedFixes an issue with ink signature persistence. (#17201)
1.6.1 - 26 Sep 2018
- AddedAdded annotation preset update event. (#16778)
- FixedFixes an issue where the print dialog does not receive a source. (#16796)
- FixedFixes an issue with Rects in markup annotations. (#16806)
- FixedFixes an issue where the pager toolbar item would disappear. (#2320)
Model
- FixedFixes an issue where not all form fields were listable immediately after opening a document. (#16479)
1.6.0 - 6 Sep 2018
See the announcement post.
- AddedAdds support for image annotations. (#16682)
- AddedAdds Outline and Annotation Sidebars. (#16660)
- AddedAdds localization support. (#15629)
- AddedAdds Annotation Presets. (#16660)
- AddedAdds Importing and Exporting of Instant Document Json. (#16557)
- AddedAdds IsSignature property to Ink annotation. (#16251)
- AddedAdds method for serializing partial, incomplete annotations to JSON. (#16660)
- FixedFixes an issue with NuGet and x64 architecture. (#16431)
- FixedFixes exception reporting with creation. (#16718)
- FixedFixes toolbar manipulation in PdfView.Loaded. (#16476)
1.5.4 - 13 Aug 2018
- FixedFixes an issue with some licenses unable to display documents. (#16428)
1.5.3 - 7 Aug 2018
- APIRemoved InteractionMode.LayoutConfig. (#16312)
- AddedAdd flattening example to Catalog example app. (#16275)
- FixedFixes an issue when saving populated forms. (#16336)
1.5.2 - 01 Aug 2018
- AddedAdds NuGet package to SDK. (#16200)
- AddedAdds layout-config item to toolbar item types. (#15999)
- AddedAdds the ability to set the toolbar early. (#15903)
- ChangedImproves print dialog exception handling (#16218)
- FixedFixes an issue with toolbar colors. (#16094)
PSPDFKit for Web 2018.4.1
- ChangedImproves text selection behavior when there is padding between the individual text lines. (#2090)
- FixedFixes an issue where the viewport was too large when zoomed in. (#2086)
1.5.1 - 19 Jul 2018
- FixedFixes an issue where certain licenses failed. (#16116)
1.5.0 - 17 Jul 2018
See the announcement post.
- AddedAdds support for shape annotations. (#15807)
- AddedAdds support for password protected PDFs. (#15467)
- AddedAdds ability to flatten PDFs. (#16062)
- AddedAdds an event handler OnSuspendUnloading to PdfView. (#15892)
- AddedAdds export example code to Catalog app. (#15913)
- FixedFixes an issue where exporting to the currently open file failed. (#15994)
Model
- ChangedAllows printing without a PdfView. (#15225)
- FixedFixes issue with setting toolbar hiding in xaml. (#15904)
PSPDFKit for Web 2018.4
- AddedAdds support for shape annotations: line, rectangle, ellipse, polyline and polygon. (#1203)
- AddedAdds public CSS classes for the Layout Config toolbar item and dropdown for easy styling. (#2064)
- ChangedImproves style of disabled buttons. (#1920)
- ChangedChanges the order of
PSPDFKit.defaultToolbarItems
. (#2039) - FixedFixes a rendering issue that resulted into blurry pages at certain zoom levels. (#1824)
- FixedFixes a regression where form fields were read-only when the document permissions didn’t permit modification. (#1976)
- FixedFixes an issue where forms were not enabled when document permissions didn’t permit modifying annotations and forms. (#1999)
- FixedFixes an issue where annotation toolbars and some toolbar buttons included
undefined
as class name. (#2013) - FixedFixes an issue with long text overflowing in the layout configuration dropdown. (#2023)
- FixedFixes an issue where the delete icon in the annotation toolbar was visible although the annotation was not created yet. (#2043)
- FixedFixes an issue where the text-align icon was not correct. (#2042)
- FixedFixes an issue with forms not rendering in standalone when rotating pages. (#2057)
- FixedFixes an issue where invalid annotations crash the application. (#2004)
1.4.1 - 28 Jun 2018
- FixedFixes an issue with selection handles. (#15836)
1.4.0 — 21 Jun 2018
See the announcement post.
- AddedAdds ARM Support. (#15185)
- AddedAdds a code example for custom CSS to the Catalog app. (#151635)
- AddedAdds a code example to demonstrate multiple
PdfView
s on page. (#15739) - AddedAdds the ability to print a range or selection from document. (#15207)
- ChangedImproves
PdfView
CSS property URI validation and error reporting. (#151664) - FixedFixes an issue when resizing the print window. (#15687)
PSPDFKit for Web 2018.3.2
- FixedFixes a regression where readOnly form fields were not properly disabled. (#1921)
- FixedFixes an issue with selection grippers not working on Windows touch devices. (#1925)
- FixedFixes an issue with contextual menus overlap the text markup annotation popover on some touch devices. (#1925)
1.3.0 - 30 May 2018
See the announcement post.
- AddedAdds the ability to add custom toolbar items. (#14193)
- AddedAdds the ability to change the toolbar item order. (#14193)
- AddedAdds the ability to get and set ink signatures. (#15370)
- AddedAdds utility methods for converting InstantJSON coords to PDF coords. (#15376)
- ChangedImproved performance of file access and memory usage. (#15151)
- ChangedPrevent pinch-zoom from zooming the toolbar. (#15425)
PSPDFKit for Web 2018.3
- AddedAdds support for ink signatures. (#1704)
- ChangedImproves rendering performance when resizing the sidebar and when switching between page modes. (#1859)
1.2.1 - 14 May 2018
- FixedFixes an issue with CompareOptions flags. (#15220)
1.2.0 - 3 May 2018
See the announcement post.
- AddedAdds indexed full text search feature. (#14830)
- AddedAdds ability to get page sizes. (#14992)
Model
- ChangedImproves compatibility of note annotations with certain 3rd-party viewers such as Apple Preview. (#14953)
- AddedAdded annotation
name
to Instant JSON. Also renamedpspdfkit/file
name
tofilename
to prevent collisions. (#14856) - AddedAdded better detection for standard stamp subjects for Instant JSON. (#14919)
1.1.0 - 9 Apr 2018
See the announcement post.
- ChangedExtensive refactor of SDK. (#14515)
- APIAdds support for getting the text behind a markup annotation. (#14793)
- APIAdds support for getting, setting and responding to selected annotation changes. (#14779)
- AddedAdds
createdAt
,updatedAt
andcreatorName
to Instant JSON. (#14443) - ChangedUpdate to PSPDFKit for Web 2018.2. (#14761)
- FixedFixes an issue where CR and LF characters were not accepted in annotation content. (#14459)
- FixedFixes an issue where newline characters were not accepted in annotation content. (#14459)
- FixedFixes an issue with Middle Vertical Alignment of Annotations. (#14687)
- FixedFixes an issue with permissions when exporting to a StorageFile. (#14620)
PSPDFKit for Web 2018.2
- AddedAdds support for parsing
GoToEmbeddedAction
,GoToRemoteAction
,HideAction
,JavaScriptAction
,LaunchAction
, andNamedAction
. (#1736) - ChangedImproves rendering performance on low resolution and mobile devices. (#1727)
- FixedFixes an issue with the layout of slider inputs on Microsoft Edge and Internet Explorer 11. (#1775)
1.0.1 - 5 Mar 2018
- AddedAdds an event handler
OnOnCurrentPageChangedEvent
which occurs when the currently visible page changes. Example code is provided in the Catalog app. (#14279) - AddedAdds a parameter to
PrintHelper
for describing the print job in the system print dialog. (#14362) - ChangedImproves performance while debugging. (#14346)
PSPDFKit for Web 2018.1.2
- AddedAdds support for automatically extracting links from text. (#C13944)
Previous Releases
1.0.0 - 15 Feb 2018
See the announcement post.
- ChangedInitial Release