Home Image to PDF Dynamic Link Library (DLL) Version History Buy Now
Image to PDF PDF Chart Creator Testimonials Resources Contact Us / FAQs
.:. Overview .:. Features .:. Version History

v2.70 January 2012
  • Added I2PDF_PDFALevel API to set the produced pdf document into a PDF/A 1A or 1B pdf document.
  • Integrated ZLIB Compression Library version 1.2.5.
  • Integrated JPEG Library version 8b.
  • Integrated PNG Library version 1.5.6.
  • Integrated TIFF Library version 3.9.4.
  • Integrated cxImage Library version 7.0.2.
  • Integrated libharu Library version 2.3.0.
  • Note: Some images that previously could not be loaded due to incorrectly written image file formats can now be loaded.
  • Enhanced I2PDF_MetaToNativePDF so that any embedded image bitmaps are now automatically saved as full color JPEG images (compressed at the quality level as defined by the I2PDF_JpegCompress API) if they are not palette based images instead of being downgraded to 256 color PNG images.
  • Enhanced I2PDF_PDFVersion to support setting to additional versions of v1.7 (Acrobat 8.x) to v1.8 (Acrobat 9.x)

v2.66 November 2011
  • Enhanced I2PDF_MetaToNativePDF text handling (for multi-byte/wide and ASCII versions) to obey the OPAQUE flag to color the text background.

v2.65 October 2011
  • Added Image2PDFLocalExternalFunctions.txt and Image2PDFInstanceVariables.txt (interface for Sybase Powerbuilder).
  • Added I2PDF_ForceCodepage API for use with I2PDF_MetaToNativePDF to fix problem when converting WMF (to intermediate EMF format provided by Windows API) which does not always preserve the codepage of any text.
  • Enhanced API logging so that return codes are also logged to aid with diagnostics.
  • Fixed I2PDF_MetaToNativePDF Unicode required codepage character (i.e. Unicode values < 256) so that they are correctly treated as direct indices into the current pdf codepage font and not treated as full Unicode character glyph.
  • Fixed problem when PDF being created is already open in another application which was not resetting the internal variables in accordance with I2PDF_MakePDF option settings.

v2.64 September 2011
  • Added Image2PDF.pas (interface for Delphi).
  • Enhanced I2PDF_MetaToNativePDF with better support for dashed and dotted line styles.
  • Fixed rare embedded image size issue when using I2PDF_MetaToNativePDF.

v2.63 July 2011
  • When logging is on at the start there is now additional system information about the locale to aid with diagnostics.
  • Added I2PDF_CountImages which returns the total number of images added.
  • Enhanced I2PDF_MetaToNativePDF to support BEGINPATH, ENDPATH, ABORTPATH, FILLPATH, STROKEANDFILLPATH and STROKEPATH records.
  • Fixed I2PDF_MetaToNativePDF image offsetting.

v2.62 February 2011
  • Added I2PDF_ResolveWildcardFilenames API to allow wildcarded filenames to be immediately resolved and all matching images to be added to the conversion list.
  • Enhanced I2PDF_MetaToNativePDF BITBLT handling when no pixel data with unusual ROP code.
  • Enhanced I2PDF_MetaToNativePDF to better convert WMF (which uses the provided Windows API SetWinMetaFileBits) internally into EMF for subsequent parsing.
  • Fixed I2PDF_MetaToNativePDF BITBLT, STRETCHBLT and STRETCHDIBITS to correctly handle world transform when using device coordinates.

v2.61 November 2010
  • Added new log level flag to I2PDF_Log API so that can now log all API calls and parameters (very useful for debugging purposes!).
  • Enhanced I2PDF_Log API when including font matching information so that the full list of installed fonts is also output.
  • Enhanced I2PDF_MetaToNativePDF font matching when italic and/or bold are specified for a font that does not actually support these features.
  • Fixed problem with I2PDF_MakePDF with option flags not working correctly and for the stdcall version of the DLL which was not checking for or returning error level 4.

v2.60 October 2010
  • Added I2PDF_ModificationDate API to set the PDF modification date.
  • Added I2PDF_AdjustTextForLeading API to adjust the baseline position of text to tak einto account the font leading when using I2PDF_MetaToNativePDF.
  • Added I2PDF_FitImageToPageSize API to force the image to be scaled to fit the page size (accounting for any borders set) defined by I2PDF_PageSize.
  • Added extra log level to I2PDF_Log API that outputs a list of all character codes that are available in a Truetype font that has been referenced when using I2PDF_MetaToNativePDF.
  • Enhanced I2PDF_MetaToNativePDF to support EMRSETVIEWPORTORGEX record.
  • Enhanced I2PDF_MetaToNativePDF so that always attempt to map Microsoft Symbol font private use characters (eg 0xF0B7 which is a bullet point) into the appropriate Adobe Base14 Symbol font character.
  • Enhanced I2PDF_MetaToNativePDF so that when scaling font sizes from logical to pdf output if the size is within +/- 0.05 of a whole point size then the whole point size is used, eg 9.96 pt will be changed to 10 pt as would 10.04 pt.
  • Fixed I2PDF_MetaToNativePDF font matching of the same font but to different codepages on the same page - previously subsequent different codepages were not being matched.
  • Fixed I2PDF_MetaToNativePDF font matching for some language codepages (e.g. Hebrew) which was not converting text if the text was specified using glyph indices into the true type font table instead of direct Unicode characters.
  • Fixed I2PDF_MetaToNativePDF handling of EMRSETTEXTALIGN which was incorrectly determining right text alignment when there was not any.
  • Fixed problem with I2PDF_SetPermissions which was not working correctly.

v2.59 August 2010
  • Enhanced I2PDF_MetaToNativePDF so that as many unique EMF images per PDF document can be accommodated as necessary subject to memory limitations.
  • Added in check to ensure that an image exists and if not to log this reason rather than a generic "could not load" reason.
  • Changed meta file rendering of embedded bitmaps so that it only uses the bounding rectangle position and size when the stated size is incorrect.
  • Fixed I2PDF_MetaToNativePDF crash when using I2PDF_MetaMargins and encountered negative frame bounds.

v2.58 July 2010
  • Added I2PDF_BackgroundImage API to allow for images to be placed on top of page (for example a scan of some headed paper).
  • Added I2PDF_BackgroundImageDPI API so that the background image can be of a different DPI to the general images in the PDF.
  • Added I2PDF_OffsetToBackgroundImage API to allow images to be placed directly over the required area of the background image.
  • Fixed I2PDF_MetaToNativePDF so that it correctly interprets an undocumented world transform mode.
  • Fixed I2PDF_MetaToNativePDF crash when more than the maximum number of unique EMF images was encountered.
  • Fixed I2PDF_MetaToNativePDF virtual memory large increase when an EMF embedded image was in an 8 bit palette format.
  • Fixed I2PDF_PageImageAlignment which had the "top" and "bottom" parameter options being interpreted the wrong way round.

v2.57 May 2010
  • Fixed crash when an image in a multi-image TIFF file is skipped due to corrupt TIFF image data.

v2.56 April 2010
  • Added I2PDF_BatesFont2_Real/Int/Web API to allow "Bates" text to include lines in a different font.
  • Enhanced I2PDF_BatesFormat API to support <F2> at the start of a line to signify that the line is to be displayed using the font defined by the I2PDF_BatesFont2_Real/Int/Web API.
  • Added additional support for dealing gracefully (ie not abandoning current PDF) with images that cannot be converted with I2PDF_LoadImageFailureMoveTo.
  • Added Windows 7 detection into logged information.
  • Extended error information logged when an image fails to load.
  • Protected against possible division by zero when using I2PDF_MetaToNativePDF rendering of circles and arcs.
  • Extended I2PDF_MetaToNativePDF rendering to support Japanese fonts (MS-Gothic, MS-PGothic, MS-Mincyo, MS-PMincyo), Korean fonts (Batang, BatangChe, Dotum, DotumChe), Chinese Simplified fonts (SimSun, SimHei) and Chinese Traditional font (MingLiU).
  • Added I2PDF_TempPath API to provide alternative to using Windows default temp directory when creating temporary images from various image file formats.

v2.55 March 2010
  • Added I2PDF_SaveExtractedImages API that will save a PNG copy of all images extracted from TIFF, WMF and EMF files into the nominated directory.

v2.54 February 2010
  • Enhanced meta file rendering of embedded bitmaps to obey the bounding rectangle position and size.

v2.53 May 2009
  • Enhanced I2PDF_BatesFormat API to support the inclusion of newlines to allow multi-lines of output "Bates" text and extended it from 100 to 500 characters.
  • Extended I2PDF_BatesLocation so that margin values have an increased maximum limit of 1000 points instead of 100.
  • Added I2PDF_Version that forces the PDF version to be set to the desired value from v1.2 (Acrobat 3.x) to v1.6 (Acrobat 7.x)

v2.52 April 2009
  • Added I2PDF_MetaTextCharacterSpacing that forces individual letter positioning when outputting text (used with I2PDF_MetaToNativePDF).
  • Enhanced I2PDF_BatesFormat to support inclusion of the image filename (in three formats).
  • Changed I2PDF_MetaToNativePDF rendering of filled rectangles with pen stroked outlines so that default pen widths of 1 get adjusted by the DPI being used.

v2.51 February 2009
  • Enhanced meta file DPI detection to round up instead of rounding down, eg 599.3 instead of being taken as 599 is rounded up to 600.
  • Fixed meta file rendering which was ignoring the DPI due to recent I2PDF_PageSize change.
  • Fixed some C# API prototypes.

v2.5 February 2009
  • Added I2PDF_PageSize to ensure that all pages in the PDF have a fixed size with the images centered on the page within them. If an image is larger than the page size it is scaled to fit the page.
  • Added I2PDF_PageImageAlignment to allow an image which is smaller than the defined page size to be placed horizontally (to left, center or right) and vertically (to top, middle or bottom).
  • Extended maximum number of images from 1000 to 2000.
  • Added I2PDF_MetaSplitPDFOnTextChange that detects a required change within text (eg account number) within a run of meta image files so that separate PDFs are produced based on the content of the meta image file.
  • Enhanced I2PDF_MetaToNativePDF font matching to support compressed true type font files (.ttc) as well as multiple font names in a single Windows Registry font entry which are separated by ampersands.
  • Extended I2PDF_TreatImageExtensionAs to allow for a target filetype of "...." to be specified which will force the actual image type to be auto-detected.

v2.42 October 2008
  • Enhanced I2PDF_MetaToNativePDF font matching to use non-English words for bold (negrita, fett, gras) and italic (cursiva, kursiv, italique) for localised versions of Windows.
  • Added I2PDF_ForceFontScaling to override font size information when using I2PDF_MetaToNativePDF

v2.4 October 2008
  • Added I2PDF_PDFVersion that forces the PDF version to be set to the desired value from v1.2 (Acrobat 3.x) to v1.6 (Acrobat 7.x)
  • Enhanced existing I2PDF_MetaToNativePDF SmallTextOut record support.
  • Integrated latest version (1.2.26) of the PNG Reference Library.
  • Integrated latest version (1.2.3) of the zlib Compression Library.
  • Updated TIFF support to include the ability to decode "Old JPEG" embedded data.
  • Manual now provided in HTML format.

v2.3 April 2008
  • Enhanced I2PDF_MetaToNativePDF to support undocumented ModifyWorldTransform mode 4 record.
  • Enhanced I2PDF_MetaToNativePDF to support SmallTextOut record.
  • Enhanced I2PDF_MetaToNativePDF to support Windows font aliases.
  • Enhanced I2PDF_MetaToNativePDF to round the calculate DPI to the nearest integer.
  • Enhanced I2PDF_MetaToNativePDF so that fonts specified with a system default charset now use the current system codepage rather than defaulting to codepage 1252.
  • Added I2PDF_UseEMFFrameSize as an alternative method of determining the PDF page size.
  • Fixed I2PDF_MetaToNativePDF Unicode text code pages to use the Microsoft code page character encoding rather than the appropriate ISO8859 part for Latin2, Cyrillic, Greek, Turkish, Hebrew, Arabic, Baltic.

v2.22 January 2008
  • Added I2PDF_MinImageSize API to allow images to be skipped during the conversion process that are smaller than the required size.
  • Added "Simple Image2PDF MFC C++ Example" project.
  • Enhanced I2PDF_MetaToNativePDF to support Arc record.
  • Enhanced I2PDF_MetaToNativePDF brushes to allow for hatched brushes so that these now show the correct filled in color (although the hatching is still not drawn).
  • Enhanced I2PDF_AddImage and I2PDF_AddImageBookmark to return an error if the image being added does not exist.
  • Fixed I2PDF_MetaToNativePDF problem with fonts that are specified with a non-default width for their point size.
  • Fixed I2PDF_MetaToNativePDF problem when output text that has been specified as zero length (ie an empty text string with no text in it) which if it had been specified before the font selection caused the conversion to abort.
  • Fixed I2PDF_MetaToNativePDF problem when displaying a bitmap without any bitmap data, it will now only fill in the bitmap area with the current color if the background mode is not transparent.

v2.2 October 2007
  • Fixed outline (bookmark) style of capitalise which was not forcing subsequent letters of a word to lower case after the initial capital.
  • Fixed full screen option so that it always works (before having an outline active stopped this).
  • Fixed Bates background outline mode which was filling the Bates area instead of stroking the outline of it.
  • Fixed problem when using I2PDF_SetCreationDate with no GMT difference because of daylight savings calculation which was returning an invalid date error when trying to create the PDF.

v2.1 September 2007
  • Fixed problem when using any of the image transform commands with JPEG images (these had stopped working).
  • Added I2PDF_EncryptionLevel API that allows the selection of either 40 bit (default if not specified) or 128 bit encryption and to be able to force the encryption of the PDF in all circumstances.

v2.00 July 2007
  • Added I2PDF_MetaDefaultFontXScaling API for I2PDF_MetaToNativePDF that applies font scaling to the default native PDF rendering of text for fonts that cannot be matched to better approximate the size of the un-matched font.
  • I2PDF_MetaToNativePDF now supports a number of text Unicode code pages - CP874 (Thai), CP1250 (Latin2), CP1251 (Cyrillic), CP1252 (Latin1), CP1253 (Greek), CP1254 (Turkish), CP1255 (Hebrew), CP1256 (Arabic), CP127 (Baltic).
  • Added I2PDF_UseArabicContextualForms API for I2PDF_MetaToNativePDF that translates basic Arabic text from codepage CP1256 into contextual Arabic (initial, medial, final and isolated forms).
  • Added I2PDF_EmbedFonts API for I2PDF_MetaToNativePDF that will embed font data so that a PDF can be viewed correctly on a system which does not have the required font available.
  • Default producer value now set to combat problem if not set and using produced PDF with other applications.

v1.92 May 2007
  • WMF/EMF now supports text rotated at any angle (not just horizontal or vertical).
  • WMF/EMF now supports font usage whose font sizing is non-standard (where the width of the font is squashed or expanded in relation to its height).
  • Fixed recently introduced bug which caused WMF/EMF fonts to always be matched with Helvetica.
  • Enhanced extraction of OCR'd text as produced by Microsoft Document Imaging to also support Office XP (in addition to Office 2003).

v1.91 April 2007
  • Changed WMF/EMF sizing of text to make it more compatible with how Windows would have displayed the text.
  • Changed WMF/EMF handling of GDI objects (pen, font, brush) to double the number of supported object definitions per page (to 200) to support applications that may not de-duplicate identical objects when creating some types of pages (eg reports with multi-column text).

v1.9 April 2007
  • Added I2PDF_IncludeTIFFOCRText API that includes any OCR'd text stored within the TIFF file (eg produced by Microsoft Document Imaging) as invisible "searchable" text within the PDF.
  • Added I2PDF_SaveTIFFOCRText API that outputs any OCR'd text stored within the TIFF file (eg produced by Microsoft Document Imaging) into a text file with the same name and in the same location as the produced PDF.
  • Added support for Bates (Page/Document) Numbering with the new commands: I2PDF_BatesFormat, I2PDF_BatesLocation, I2PDF_BatesLocation_Int, I2PDF_BatesFont_Real/Int/Web, I2PDF_BatesFile, I2PDF_BatesNumber, I2PDF_BatesIncrement, I2PDF_BatesBackground_Real/Int/Web.
  • Added support for dealing gracefully (ie not abandoning current PDF) with images that cannot be converted with the new APIs: I2PDF_LoadImageFailureCopyTo, I2PDF_LoadImageFailureSkip, I2PDF_LoadImageFailurePageFont_Real/Int/Web, and I2PDF_LoadImageFailurePage_Real/Int/Web.
  • When the PDF is saved, the log now records how many pages were in the saved PDF.
  • Changed image filename wildcard matching to allow files which have the "compressed" and/or "temporary" file attributes set to be included for conversion.
  • Added log option to I2PDF_Log that can be used as an aid to debugging problems when using image filenames with wildcard characters in.
  • Added I2PDF_MetaToNativeFontSubstitution API that forces named font and character substitution to be applied.
  • Fixed bug with WMF/EMF drawing of ellipse outline which was additionally drawing a vertical line from the center of the ellipse to the top of the ellipse.

v1.83 February 2007
  • Added I2PDF_TreatImageExtensionAs API that allows non-standard image extension names to be treated as known image extensions.
  • Added I2PDF_PreventPDFOverwrite API that will stop an existing PDF being overwritten.
  • Added I2PDF_SaveFailureBackupPDF API that will save the PDF to a backup filename if the required file cannot be written.
  • Added I2PDF_MetaBitmapForcedFontQuality API that forces the bitmap rendering of a meta image file to use a specified font quality setting.
  • Added I2PDF_CenterMetaImageOnPage API that ensures that the native PDF rendering of a meta image centers the actual rendered content on the page.
  • Added Image2PDF.prg (interface for xHarbour / Five Win Harbour).
  • Fixed bug with WMF/EMF invalid embedded meta file images - previously they were plotted even if there was no image - now they are not.
  • Fixed bug with WMF/EMF text plotting in the wrong Y position when the text reference point was set to baseline or bottom.
  • Fixed bug with WMF/EMF line drawing thickness which was not taking into account the world transform factors.
  • Fixed bug with WMF/EMF world transforms which started off without initially setting either the identity matrix or an initial matrix value.
  • Fixed bug with WMF/EMF vertical text rendering.
  • When logging is active the log now includes the version of Windows in use.

v1.82 January 2007
  • Added I2PDF_SetOutlineTitle API which allows the outline root title to be specified.
  • Added I2PDF_TreatImageTmpExtensionAs API that allows image files with TMP extensions to be treated as a nominated image filetype.
  • Fixed bug with WMF handling which temporariliy converted them into EMF images for use that was leaving the temporary EMF image file behind.

v1.81 December 2006
  • Added I2PDF_SilentRunning which prevents information from being printed to the console window.
  • Fixed WMF/EMF World Transform state when saving/restoring device contexts.
  • Fixed WMF/EMF text underline when bold text used so that the underline is also bold.
  • Fixed WMF/EMF problem when a unicode euro symbol was used and not converted correctly.
  • Fixed bookmarks so that when click on a bookmark it does not reset the PDF document zoom factor to 100% but leaves it as it is.

v1.8 December 2006
  • Created a simple example C# project.
  • Amended Image2PDF.cs (interface for C#).
  • Added I2PDF_AddImageBookmark which allows custom bookmark names to be used in the outline.

v1.72 October 2006
  • Added I2PDF_MetaTextFitBoundingRect API which reduces the font size of text until it fits within the defined bounding rectangle.
  • Improved I2PDF_MetaToNativePDF font handling when matching font name stems (eg Arial no longer matches with Arial Narrow but with Arial).
  • Improved I2PDF_MetaToNativePDF pen and brush handling, especially where text is drawn over filled rectangles.
  • Added I2PDF_Reset that resets all settings including the list of images added.
  • Added support for TIF images with different horizontal and vertical DPI settings (eg normal mode faxes) when actual image DPI is used.
  • Fixed actual image DPI usage when an image does not have any DPI specified - it reverts to the previously specified DPI setting (or the default setting of 72 DPI).
  • Added I2PDF_MetaDefaultFont API that allows the specification of a default font when a font cannot be matched from the meta image file.
  • Improved I2PDF_MetaToNativePDF image handling.

v1.71 September 2006
  • Improved I2PDF_MetaToNativePDF font handling so that System font is correctly translated into MS Sans Serif for Windows versions prior to 2000 and to Tahoma for 2000 and later instead of being converted to Helvetica. Non True Type fonts now get converted to either Courier (if fixed font) or Helvetica (if proportional font) rather than just Helvetica. True Type fonts which do not have a CMAP table are now handled rather than erroring and are treated as if they were a non True Type font.

v1.7 September 2006
  • Added I2PDF_MetaToNativePDF API that converts a meta image file into a native PDF representation (does not render into an image but converts meta image commands directly into equivalent native PDF graphic and text functions).
  • Added I2PDF_MetaVerticalRenderScale and I2PDF_MetaVerticalRenderScale_Int APIs that allows vertical scaling during the meta file render process.
  • Added I2PDF_UseEMFDeviceSize API that determines the size of an EMF meta file by using the embedded reference device bounds.
  • Added I2PDF_Log API that records information and error messages to the required log file.
  • Added I2PDF_WildcardFilenameUse API that allows PDFs to be produced per image file or per directory and for recursion down sub-directories.
  • Added support for wildcard image filenames in I2PDF_AddImage.
  • Amended Image2PDF.vb (interface for Visual Studio 2005 VB.net) to correctly specify public constants.
  • Added I2PDF_TreatImageNumericExtensionAs that allows image files with numeric extensions to be treated as a nominated image filetype.
  • In order to restrict user actions (ie I2PDF_SetPermissionEdit, I2PDF_SetPermissionEditExtra, I2PDF_SetPermissionCopy, I2PDF_SetPermissionPrint) the owner password (I2PDF_SetOwnerPassword) must be specified, otherwise a user can perform any action.
  • All images types (excluding JPEG) now require less memory when creating a PDF document.
  • PDF creation has been speeded up (actual speed increase depends on format and size of images used).

v1.61 / v1.62 July 2006
  • Fixed bug for standard WMF/EMF files which would get the image dimensions wrong on occasion - NB Aldus placeable WMF files were not affected.
  • Added in missing exported DLL function for the API I2PDF_SetBorder in "Image2PDF StdCall.dll"
  • Fixed bug when using I2PDF_DeleteImagesOnConvert API with a WMF file that was not deleting the source WMF file. Also, the bookmark name was incorrect when a WMF file was used.
  • Additional language interface provided for LabVIEW.
  • Additional language interface provided for Borland C++ Builder.

v1.6 July 2006
  • Extended I2PDF_SetDPI API that overrides the specified (or default) DPI setting and uses the actual DPI recorded in the image file.
  • Added I2PDF_Rotate API that allows rotation of an image by 90, 180 or 270 degrees.
  • Added I2PDF_AutoRotate API that rotates (if required) an image by 90 or 270 degrees so that all images are either in portrait or landscape orientation.
  • Added I2PDF_Flip API that allows the image to be flipped horizontally and/or vertically.
  • Added I2PDF_Grayscale API that converts the image from color to grayscale.
  • Added I2PDF_Negative API that inverts the image colors.
  • Added I2PDF_JpegCompress API that forces JPEGs to be re-compressed at a specified quality level.
  • Added I2PDF_MetaMargins API that preserves the margins (no matter how large they might be) around WMF and EMF meta images.
  • Fixed bug in TIFF library code when loading in a minority of TIFF files that caused the library to crash.
  • Fixed minor issue with OPTION_RESET as used by the I2PDF_MakePDF API - it was not resetting all options.
  • Additional language interface provided for Clarion.

v1.5 May 2006
  • Added EMF and WMF meta format image support.
  • Added I2PDF_MetaImageMaxMP, I2PDF_MetaImageMaxMP_Int, I2PDF_MetaImageScale, I2PDF_MetaImageScale_Int, I2PDF_MetaStampImageMaxMP, I2PDF_MetaStampImageMaxMP_Int, I2PDF_MetaStampImageScale, I2PDF_MetaStampImageScale_Int APIs that constrain the size of converted EMF and WMF meta format images.
  • Increased border maximum size from 100 to 500 to allow for larger image stamps being embedded within the border.

v1.42 April 2006
  • Fixed bug that did not correctly reset all settings when the reset option was specified without the open PDF one from I2PDF_MakePDF.
  • Extended image stamp support so that if the image stamp is larger than the image then it is scaled down to fit.

v1.41 March 2006
  • Added I2PDF_Border, I2PDF_SetBorderColor_Real, I2PDF_SetBorderColor_Int, I2PDF_SetBorderColor_Web APIs that allow a colored border to be inserted between the image and the edge of the PDF page.
  • Added TIFF image support (including multi-page TIFFs).
  • Added animated GIF support.
  • Fixed bug that crashed the DLL if the PDF being created already existed and was being held open by a PDF viewer application.
  • Fixed bug that did not include outline titles (ie bookmarks) in the output PDF.
  • Changed so that by default a user only has read access to the PDF, if the user is allowed to edit, copy or print these must now be explicitly specified.
  • Re-wrote manual so that it is language neutral and easier to use.
  • Included simple test projects in C, Visual Basic 6 and VB.net

v1.4 March 2006
  • No version released.

v1.31 February 2006
  • Amended I2PDF_MakePDF API so that it's parameter list is more flexible and better supports languages such as Visual Basic 6. All programming language specific files updated with these parameter changes.
  • Visual Basic 6 .bas declaration module updated with better declarations and Visual Basic 6 specific version of the DLL produced that uses the correct function calling convention required.

v1.3 December 2005
  • Added I2PDF_StampURL API that specifies the URL that the Image Stamp will open with in the default web browser when it is clicked on.
  • Added I2PDF_SlideShow API that displays a PDF full screen with a chosen screen transition (17 available) between each page with user defined durations for both the transition and page display.
  • Added GIF, BMP, PCX and TGA image support.
  • Fixed bug that gave blank outline (bookmark) names when image filenames specified had no filepath (ie in current directory).

v1.1 November 2005
  • Added I2PDF_ImageStamp API that allows an image (eg a logo) to be stamped at the specified location on each page of the output PDF document.
  • Added I2PDF_DeleteImagesOnConvert API that will delete all images converted to PDF once the PDF document has been successfully produced.
  • Additional language interfaces provided (Visual Basic 6, Visual Basic .net, C# .net, C++ .net, J# .net).

v1.0 July 2005
  • Initial Release

.:. Download
Click here to download the Image to PDF Dynamic Link Library ZIP file (2.30Mb)

Why not try our risk free trial – there is no online form to fill in, no hard sell – just download the utility using the link above and try it out in full (any output will feature an “Evaluation Mode” notice).
.:. Keep Up To Date
If you would like to be kept up to date with the free future versions and upgrades then you might like to subscribe to our RSS feed.

Click here to find out more about RSS and our available RSS feeds.
.:. Pricing
Per Product $99.99
Buy Now
Unlimited Development   $249.99

See explanation of the pricing above.
Copyright © 2012 Utility Warrior. All Rights Reserved.
Reproduction in whole or in part in any form or medium without the express written permission of Utility Warrior is prohibited.