WPViewPDF and WPViewPDF PLUS Demo Component Version 5

Please note, this download is dedicated to the use of developers to evaluate our component.

WPViewPDF is a powerful component which allows you to view and print PDF data. The data can be loaded from memory, file or stream. As “PLUS” edition it can be used to merge PDF files into a new, single file. You can extract PDF pages or delete pages. With the new version 5 you can also add annotations, highlight text and add text fields to create pdf forms.

Here you can download a demo edition of this component. The demo edition will only work until a fixed date, after that it will show the message “expired”. It also will print a “Demo” watermark. Also installed is a simple exe (pdfview.exe) which uses the component to view and manipulate PDF files. This application lets you try out WPViewPDF without having to use it in your development system.

   End-User/Developer License Agreement (EULA)

Instructions for installation and uninstallation

Installation: Download the software and run the installer. The installation program will guide you through all the necessary steps.

Uninstall: Access the Windows Control Panel from the Windows start menu. Click Programs and Features and select “WPViewPDF Demo V5.xx” from the program list. (xx is the minor version number). Then click Uninstall. The software will now automatically be removed from your computer.

Please note that the application was made for demo purposes only. It is provided for evaluation purpose only and may not be used in production. This is not free software, it is a programming sample which may only be downloaded from this site. Distribution on other media, download sites, CDs etc. is prohibited.

2 thoughts on “WPViewPDF and WPViewPDF PLUS Demo Component Version 5”

  1. Thanks for providing this demo release. I really like the new PDF form creation feature.
    I am looking forward to integrate the tool into my application.

    I miss the possibility to integrate format checking into the fields. Could that be added?

    • Actually this is already possible.

      WPViewPDF includes a simplified code interpreter – it actually only interprets one line of code.
      But that code interpreter is sufficient to accept the usual PDF format checking functions which are:
      AFDate_KeystrokeEx
      AFDate_FormatEx
      AFPercent_Keystroke
      AFPercent_Format
      AFNumber_Keystroke
      AFNumber_Format
      AFSpecial_Keystroke
      AFSpecial_Format
      If a function call of these is found, a special edit mask will be created for the edit fields.

      The included PDFEdit.EXE includes a form to let you try this feature out. Click on Menu Fields/Add form field and you will see the dialog to specify the properties of a new field. You can select type and color and when you click on “Insert field and draw widget” you can draw a frame on the PDF page to create a new data entry field. The dialog will remain open to create the next field.

Comments are closed.