|
 |
| |
| 4.2.2.0 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: PDF checkboxes display a '4' instead of a checkmark when selected in the output PDF. Checkboxes now display a checkmark as expected.
- FIX: When the 'PrintImage' method is used in generating a PDF with a barcode, the barcode does not appear in the output file. Barcodes are now generated as expected when using the 'PrintImage' method.
- FIX: When using the 'CopyForm' method on an activePDF-Server generated PDF, bookmark and PDF information set using Server is not present in the output PDF. Bookmark and PDF information is retained in output PDF files as expected.
- FIX: In some scenarios, the Toolkit process appears to hang when merging multiple PDF files. The 'MergeFile' method now functions as expected.
- FIX: The 'PDFFieldInfo' sub-object's 'OnFocusScript' property has no effect when applied to a button field. The 'OnFocusScript' property now works with buttons as expected.
- FIX: When using the 'FindCertificate' method, Toolkit is unable to locate an imported certificate. Toolkit is now able to locate imported certificates without issue.
|
| |
 |
| |
| 4.2.1.1 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: When using Toolkit to collate PDFs that contain filled form fields, the operation fails with no error message. Toolkit now collates all PDFs as expected.
- FIX: The SetHeaderMultilineText method fails to generate some characters in the output PDF file. SetHeaderMultilineText now generates text as expected.
- FIX: File specific. The Encryption128 method fails when used with some input PDF files. Encryption128 now functions as expected.
- FIX: File specific. The GetPDFInfo method fails with a -1 error code when when used with some input PDF files. GetPDFInfo now functions as expected.
- FIX: Toolkit experiences crashes when concatenating multiple PDF files. The ConcatenateToExisting method now functions without issue.
- FIX: Applications referencing the PVW32CNV.dll Toolkit file experience access violation errors when converting multiple images to PDF using the ImageToPDF method. The PVW32CNV.dll file has been updated and now functions without issue.
- FIX: When converting a multipage TIFF file to PDF using the TIFFToPDF method, only the first page of the input file is converted. The TIFFToPDF method now behaves as expected and all pages in a multipage input TIFF file are included in the resultant PDF.
- FIX: File Specific. Converting some .txt files to PDF using Toolkit results in jumbled text in the output PDF. Toolkit now converts all input .txt. files to PDF without issue.
- FIX: In some scenarios, Toolkit experiences 'memory leaks' when generating high quantities of PDFs, causing the conversion process to crash or hang. Toolkit no longer experiences memory leaks when converting high quantities of PDFs.
- FIX: The LinearizeFile method fails with a -1 error code if an owner password has been set using EncryptFile or EncryptFile128. LinearizeFile now behaves as expected, regardless of password settings.
|
| |
 |
| |
| 4.2.0.4 |
| |
|
| |
Updates |
| |
|
| |
- Licensing Improvements (4.2.0.4): Improvements have been made to the Toolkit licensing system and weekly registry updates are no longer required.
- PDF 1.5 Compatibility (4.2.0.4): Toolkit can now open and read PDF 1.5 files.
NOTE: PDF 1.5 output is not yet supported, output files created from PDF 1.5 will be PDF 1.4.
|
| |
|
| |
Fixes |
| |
|
| |
- FIX: In some environments, the 'TIFFToPDF,' 'PrintTiff,' and 'ImageToPDF' methods fail with a -1999 error message. The 'TIFFToPDF,' 'PrintTiff,' and 'ImageToPDF' methods have been improved to reduce the occurrence of errors.
-
FIX: In some environments, the 'PrintImage' method fails with a -1999 error message. The 'PrintImage' method has been improved to reduce the occurrence of errors.
- FIX: Toolkit application fails to open PDF files created with Adobe® Acrobat 8 or 9 (PDF 1.5) with a -1 error code. Toolkit now opens PDF 1.5 files without issue.
NOTE: Toolkit does not currently support PDF 1.5 output. PDF 1.5 files opened in Toolkit will result in 1.4 output.
- FIX: Barcodes created using the 'Barcode' sub-object display as a solid black bar in the output PDF. Barcodes now display correctly in PDF output.
- FIX: Checkbox fields display numerical characters rather than checkmarks in the output PDF. Checkboxes display as expected, using the symbol specified using the 'CheckBoxStyle' property.
- FIX: Text set using the 'ButtonTextRollover' and 'ButtonTextAlternate' properties does not display correctly and disables the specified button. All Button text now displays as expected and button functionality is retained.
- FIX: In some environments, the licensing registry fails to update, preventing Toolkit from being actively registered. The licensing system has been updated and weekly registry updates are no longer required.
- FIX: The 'GetFormFieldData' method fails to retrieve data from form fields that contain Japanese characters. The 'GetFormFieldData' now retrieves Japanese characters without issue.
- FIX: Input created using Winnovative® software fails to open in Toolkit with a '-1' error code. Toolkit now opens files created using Winnovative software without issue.
- FIX: When running multiple threads on a multiple processor system, the Toolkit process hangs during the 'OpenInputFile' method. Performance improvements have been made to significantly decrease the occurrence of process hangs.
- FIX: Toolkit fails to open 128-bit encrypted files created using GhostScript® software. Toolkit now opens files created with GhostScript without issue.
- FIX: When the 'AddHyperLink' method is set, the resultant PDF contains extra blank pages. The 'AddHyperLink' method now behaves as expected and extra pages are no longer added to the output PDF.
|
| |
 |
| |
| 4.1.2.0 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: (Bug ID - 00000602) Text fields populated with Japanese characters using the SetFormFieldData method do not display the specified text. Japanese text entered using the SetFormFieldData method is now displayed correctly within text fields.
- FIX: (Bug ID - 00000632) When set to generate a hyperlink on each page of a PDF, the AddHyperlink method fails to create a hyperlink on the first page of the document. The AddHyperlink method has been improved to ensure the appropriate hyperlinks are generated on all specified pages.
- FIX: (Bug ID - 00000610) The PrintTIFF and TIFFToPDF methods are not functioning. The PrintTIFF and TIFFToPDF methods now work as expected and input TIFF files are handled correctly.
- FIX: (Bug ID - 00000646) In certain situations, Stack Overflow errors occur, resulting in failed conversion attempts. Overall improvements have been made to Toolkit performance to reduce the occurrence of stack overflow errors.
|
| |
 |
| |
| 4.1.1.0 |
| |
|
| |
Fixes |
| |
|
| |
- FIX:
(Bug ID - 00000194) Document specific. Errors or exceptions occur when attempting to use some PDFs with Toolkit. PDF files can be used with Toolkit without issue as expected.
- FIX:
(Bug ID - 00000221) "Memory leak" causes memory usage to increase drastically when generating multiple copies of the same PDF in the .NET environment. Memory usage no longer spikes when generating multiple copies of the same PDF.
- FIX:
(Bug ID - 00000445) When using Toolkit to populate a PDF, existing tags are removed. Original tags are now retained in the resultant PDF.
|
| |
 |
| |
| 4.1.0.9007 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: Issue in generating output with ASCII85 encoding. Server dependent. Toolkit now properly encodes ASCII85 output.
- FIX: Transparent and color form field border and background colors appearing as black in output file. Transparent and color form field borders and backgrounds now display correctly.
- FIX: Radio button form field values cannot be exported. Toolkit now enables exporting of radio button form field values.
|
| |
 |
| |
| 4.1.0.8316 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: Blank owner password causes output PDF to become corrupted.
|
| |
 |
| |
| 4.1.0.8276 |
| |
|
| |
Update |
| |
|
| |
- EmbedAnyFile: The EmbedAnyFile method enables you to attach a file to a PDF document. Refer to the"Attaching Files using Toolkit's EmbedAnyFile Method" article for detailed information on using this method.
|
| |
|
| |
Fixes |
| |
|
| |
- FIX: The script engine hangs when MergeFile encounters an input PDF that displays the following error in a PDF viewer: "There was a problem reading this document (23)." The script engine now returns an error code when the PDF cannot be read.
- FIX: Document-specific. During a CopyForm operation, a System.OutOfMemoryException / System.AccessViolation error is returned. CopyForm now operates as expected, without returning the system errors.
- FIX: Document-specific. After a MergeFile operation, the output PDF returns the following error message in a PDF viewing application: “There was a problem reading this document (110)." This same error occurs on specific documents after a CopyForm operation. MergeFile and CopyForm both perform as expected, and the output files can be opened in a PDF viewer without error.
- FIX: Adding a digital signature to an encrypted PDF results in corruption of the signature. Encrypted files can be digitally signed without corruption of the signature. The PDF document must be encrypted first, and then digitally signed.
- FIX: In certain PDF files, existing bookmarks in the input file are lost after Toolkit operations. Subsequently, when the output PDF file is opened the bookmark index pane is empty. Bookmarks are not lost during Toolkit processing.
- FIX: Document-specific. CopyForm produces corrupted PDF, resulting in an error when attempting to close the output file. CopyForm now performs as expected, without producing a corrupted PDF.
- FIX: CloseOutputFile crashes when OutputLinearized is true AND SetOutputSecurity is applied. CloseOutputFile now performs as expected with files having both security and linearization applied.
- FIX: When SetOutputSecurity is used, the output file returns an error “An unrecognized token '?' was found” when opened in a PDF viewer. SetOutputSecurity performs as expected, and the output file can be opened in a PDF viewer without error.
- FIX: Setting OutputLinearized = true results in a corrupted output file. OutputLinearized performs as expected, and the output file can be opened in a PDF viewer without error.
- FIX: SetHeaderImage yields an output PDF that does not contain a header image. When the file is opened in a PDF viewer, the following error is displayed: "Could not find the XObject named '%s'." SetHeaderImage performs as expected: the output file contains the header image and can be opened without error.
- FIX: Document-specific. CopyForm crashes using a specific input file, due to the stream ending prematurely with an endobj. Toolkit now traps the endobj correctly and processes it, and CopyForm concludes successfully without crashing.
|
| |
|
 |
| |
|
| 4.0.6.8198 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: Allows the forced embedding of a font. Example, formerly when setting the font to "Arial" TK would confirm that the font has been fully embedded or it would subsitute the build in Helvetical font. Now if the the option "useOSFont" is used with SetFont or SetHeaderFont, the font on disk is used. For example:
TK.SetFont "arial|useOSFont", 24
|
| |
|
 |
| |
|
| 4.0.5.8170 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: Issue where InvisiblySignFile produces invalid signature.
- FIX: Issue where CopyForm was crashing on certain PDFs. Active Server Pages error 'ASP 0115'
- FIX: Issue where Morovia dll (barcode support) throws intermittent memory error.
- Pending Resolution: Activation Key Expiration after 7-10 days in ASP environments. (See KB #11800 for workaround.)
|
| |
|
 |
| |
|
| 4.0.5.8131 |
| |
|
| |
Fixes |
| |
|
| |
- FIX: Issue where SetOutputSecurity scrambled the image color palette.
- FIX: Issue where a specific font caused an exception in SetFont.
- FIX: Issue where merging two files with the same form field name would remove the 'scrollable' functionality of that field.
- FIX: Issue where an extra page was generated in the output pdf due to SingOutputFile.
- FIX: Issue where APToolkitNET.Toolkit.SetOutputRotation did not function properly.
- FIX: Issue where the output pdf displayed 'negative' numbers after document to pdf conversion.
- FIX: Issue where the color of a chart legend was being altered during a merging process.
- FIX: Issue where output files from calls to TIFFToPDF, and MergeFile, contained pages with reversed (black and white --> white and black) color schemes.
- FIX: Issue where CopyForm resulted in extra space being added into the pdf.
- FIX: Issue where Toolkit was not recognizing form fields created in NitroPDF or LifeCycle Designer.
- FIX: Issue where SetTextRotation did not function in the APToolkitNET.dll wrapper.
- FIX: Issue where SetOutputSecurity was corrupting unicode characters.
- FIX: Issue where VisibleSignFile was corrupting output pdf.
- FIX: Issue where the XMLSetFormFieldData method not functioning in the APToolkitNET.dll wrapper.
- FIX: Issue where merging operations on 40-bit RC4 encrypted files caused a Stack Overflow error on subsequent call to CloseOutputFile.
- FIX: Issue where SetFormFieldData failed to work with input pdfs created by Designer 7.
- FIX: Issue where Toolkit not reading as being licensed in ASP.
- Document Specific: FIX: Issue where CopyForm caused corruption of specific documents.
- Document Specific: FIX: Issue where fonts in the header would lose spacing after a call to MergeFile or CopyForm.
- Documentation: To flatten a form field and have the output be true CMYK, the SetFlattenFieldColorInfoCMYK function must be used.
- Documentation:
- For FlattenedColorInfo to set the Fill color to BLACK; set AmtRed, AmtBlue, AmtGreen all to -1.
For Example : Tk.SetFlattenedColorInfo -1,-1,-1,0,0,0,0,0,0
- For FlattenedColorInfo to set the Stroke color to BLACK; set AmtStrokeRed, AmtStrokeBlue, AmtStrokeGreen all to -1.
For Example : Tk.SetFlattenedColorInfo 0,0,0,0,1,-1,-1,-1,0
|
| |
|
 |
| |
|
| 4.0.4.8052 |
| |
|
| |
Fixes |
| |
|
| |
- Included the SecureLM licensing software in Toolkit Professional and Standard.
- FIX: Issue where CopyForm was crashing on certain PDFs.
|
| |
|
 |
| |
|
|