Release notes for the PDF Toolbox SDK
Version 4.2
15 May 2023
Pdf.Annotations.TextStamp
- Deprecated static method
createRaw. - New static method
create.
Pdf.Content.TextFragment (.NET and Java)
- New method
remove.
Pdf.Annotations.FreeText
- Changed static method
Create: Extended with optionalStroke.
Pdf.Annotations.FreeText
- New property
FontSize.
Pdf (.NET and Java)
- Changed the following classes to be abstract:
Pdf.Content.ColorSpacePdf.Content.ContentElementPdf.Forms.ChoiceFieldPdf.Forms.FieldPdf.Forms.FieldNodePdf.Forms.TextFieldPdf.Navigation.DestinationPdf.Navigation.DirectDestinationPdf.Navigation.Link
Version 4.1
28 March 2023
Pdf.Metadata
- New method
setCreationDate.
Pdf.Annotations.Annotation
- New property (get)
Name.
Version 4.0
23 January 2023
Sdk
- Changed behavior of static property
ProducerFullName. The producer full name is returned instead of the product name.
Pdf.Content
- New enumeration
FontWeight.
Pdf.Content.Font
- New property (get)
Weight.
Pdf.Content.Glyph
- New property (get)
Width.
Pdf.Document
- Changed behavior of static methods
CreateandCreateWithFdf. AConformanceExceptionis generated if the conformance level is lower than 1.7 and Unicode passwords are specified.
Pdf.Permission
- New enumeration items
AllandNone.
Sys.MemoryStream (Java only)
- New constructor from an
InputStream. - New method
read. - New method
readAllBytes. - New method
toByteArray. - New method
transferFrom. - New method
transferTo. - Removed all
MemoryStreamconstructors accepting “blockSize” as an argument.
Sys.FileStream (Java only)
- New enumeration
FileStream.Mode. - Changed type of the “mode” argument in
FileStreamconstructors fromStringtoFileStream.Mode.
Version 3.10
28 September 2022
Pdf.Content
-
New class
Subpath. - New struct
PathSegment. - New enumeration
PathSegmentType.
Pdf.Content.Path
- New extension of interface: Now extracted
Paths are an iterable for containedSubpaths.
Pdf.Document
- New static method
CreateWithFdfto store markup annotations in a separate FDF document.
Version 3.8
16 June 2022