Subject: PDF Merge NOT working for pdf documents that are "signed"
Date: 2013-03-11 14:46:22
From: Heidi Krout
Source: pdf-merge-not-working-pdf-documents-signed
----------------------------------------------------------------------

I am trying to merge two documents, the second of which is a pdf file that has been digitally signed. I am using the Merge method that takes a string array. The first string in the array is the file name for the pdf that is not signed. The second string in the array is the file name for the pdf that is digitally signed.

The code does NOT throw an exception, and the resultant file contains just the digitally signed pdf, not the unsigned pdf. is there at least a workaround for this problem?

My code looks like the following:

doc = PdfDocument.Merge(new string[] { fileName1, fileName2); });

 

 

 

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index