|
-
Aug 5th, 2008, 08:52 AM
#4
New Member
Re: Merge Pdf Files and Add Bookmarks to It (Using iTextSharp)
Hi,
I tried your code, it seems to run well but unfortunately, it doesn't create the output file.
Should the output pdf file exists before running the program?
Here is my code:
Dim y(1) As String
y(0) = MyPath & "Report1.pdf"
y(1) = MyPath & "Report2.pdf"
x = MergePdfFiles(y, MyPath & "me.pdf")
in the function, I have copied exactly your code.
Help
Mia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|