Archive for the 'PDF Tools' Category

PDF split and merge update

Thursday, January 18th, 2007

A new version of PDF split and merge is released.
This version fixed the crash problem in previous version. 

Fill PDF form with PDF stamper ActiveX

Tuesday, December 19th, 2006

We add a new feature to PDFStamper ActiveX. Now it supports Fill forms in PDF file.
The syntax for filling form is easy. First add all the form field name and correspondent value (strings),

Scale image when converting tiff to pdf

Tuesday, July 25th, 2006

TIFF is a raster image. It has a DPI property to tell how long in inch the width or height of the image is.
When converting tiff to pdf, the default pdf DPI is 72, which means 72 pixels per inch.

Write a folder in ASP.Net

Friday, June 30th, 2006

When using our components like  pdf split and merge in your ASP.Net application, you need to first set the working folder access to ensure the folder can be written in ASP.Net
 1. Using Windows Explorer, navigate to the working Folder (for example C:\Inetpub\wwwroot).

PDF stamper: stamp watermark on given pages

Saturday, June 17th, 2006

We have updated the PDF Stamper component with a new method SetPageMask.
You can use this method to specify which pages you want to stamp watermark or text onto.

Stack error with VS2005

Sunday, May 14th, 2006

Recently I found an issue with our VB.Net and C# demo for PDF components. When compiling with VS2005, the component will fail to be initialized with a stack overflow error. The one compiled with VS2003 (.Net 1.1), the VB, VBScript demo all works well. So I doubt if this is a bug of .Net 2.0.
Overal it […]

PDF security new method

Saturday, March 18th, 2006

We added a method to PDF security.
IsEncrypted(String file)
 This function will return 1 on an encrypted PDF, 0 on an unencrypted one. It will return negative  if there is any error.
 

Javascript in PDF

Wednesday, March 15th, 2006

PDF file format supports javascript. The script can access the pdf document object model like the HTML DOM.
When doing pdf encryption or decryption, it is necessary to keep the javascript information.

A stress test example

Friday, January 27th, 2006

 
When developing our development tools product, we have consider the stress testing scenarios. Since our product might be used in server scenarios which means it should be stable, reliable.