Search found 3 matches

by codeklopper
Thu May 03 2007
Forum: Visual Basic Community
Topic: SetWatermark-Function
Replies: 4
Views: 16748

Hello Joan, I am using version 2.10i-8 what you can obtain from the epoline website. http://docs.epoline.org/epoline/products/Amyuni2.10i-8.zip Even a simple example like Dim Doc As CDIntfEx.Document Call Doc.Open("C:/document.pdf") throws an exception in line 2. Do you have any advice? Be...
by codeklopper
Wed Apr 04 2007
Forum: Visual Basic Community
Topic: SetWatermark-Function
Replies: 4
Views: 16748

Thank you for your response. It would be cool if you provide a little example code for merging two pdf files. I have codes something like this which throws an exception at line 3: Dim CDInf As CDIntfEx.CDIntfEx Dim Doc As CDIntfEx.Document Call Doc.Open("C:/document.pdf") Call Doc.Merge(&q...
by codeklopper
Tue Mar 27 2007
Forum: Visual Basic Community
Topic: SetWatermark-Function
Replies: 4
Views: 16748

SetWatermark-Function

Hi, I am trying to create a watermark from a pdf file. I only found the method SetWatermark in your Dll which enables to create a simple text watermark. The method is not overloaded and I didn't find an equivalent function for creating a watermark from a pdf file. How can I create a watermark from a...