Skip to content

Commit a361e80

Browse files
committed
DigSig sample update
1 parent b1b822c commit a361e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int main()
5454
ConvertToHtml(email, key, open_path, GetAbsolutePath(L"output/index.html"), config_path,
5555
PdfHtmlParams());
5656
DigitalSignature(email, key, open_path, GetAbsolutePath(L"output/DigitalSignature.pdf"),
57-
GetAbsolutePath(L"resources/cert.pfx"), L"PASSWORD");
57+
GetAbsolutePath(L"resources/test.pfx"), L"TEST_PASSWORD");
5858
DocumentMetadata(email, key, open_path, GetAbsolutePath(L"output/DocumentMetadata.pdf"),
5959
L"ouput/metadata.xml");
6060
EmbedFonts(email, key, open_path, GetAbsolutePath(L"output/EmbedFonts.pdf"));

0 commit comments

Comments
 (0)