itext7

Digital PDF Document Signing

穿精又带淫゛_ 提交于 2020-11-24 22:57:09
问题 Update 2: I have uploaded sample at https://1drv.ms/u/s!Al69FgQ8jwmZbgiBMXLLM4j5sbU?e=vyGF4m Can you please check. I am stuck at last step. However, please confirm if other appraoch is correct. Update 1: I have confirmed the flow. So I am clear on it. As part of that digital signing PDF document flow , We want to use third party to provide Signed Hash of PDF. Here are steps: There is 3rd party inhouse system which will generate PDF document from word. That PDF will be send to another service

PdfDocument to byte[] using PdfMerger iText7

拈花ヽ惹草 提交于 2020-07-31 04:16:31
问题 I've a requirement, where I am generating different pdf' using iText 7.1.11 . I am using PdfMerger to merge all pdf's on the fly. I am able to generate pdf successfully at my local system, but the application needs to send bye[] in response. The solution I found here and here . but the problem is PdfMerger does not accept Document object, and I am not sure if i revert my code to use Document instead of PdfDocument will it work or not. Below is the code, with what I tried. public static void