Hi zyx, hi Josef,

On Sun, 2016-04-17 at 19:42 +0200, zyx wrote:

> On Fri, 2016-04-15 at 11:03 +0200, Josef Rokos wrote:>> In 
> signature_field.patch I added support for PDF document
>> certification and filling "Location" attribute in signature details.
> 
>     Hi,

> thanks for the patches. I committed the above as revision 1703:
> http://sourceforge.net/p/podofo/code/1703
> 

> I split the second patch in more smaller parts.

sorry for not posting right away about the first patch: There are some
bad spelling mistakes in it ("Cerifiacion" instead of the correct 
"Certification"),
so could you (zyx) please commit the patch I have attached to correct them?
Because it was only committed less than 3 days ago, AFAICS nobody should already
rely on them (Josef, I hope you are OK with spelling your calls to the new API
correctly?).

I'll probably send another patch today to show I'm really interested in fixing
bugs in PoDoFo, not just complaining about spelling ;-).

>
>     Bye,

>     zyx

Best regards, mabri
--- src/doc/PdfSignatureField.h (revision 1707)
+++ src/doc/PdfSignatureField.h	(working copy)
@@ -98,7 +98,7 @@ public:
      *  \param pDocumentCatalog the catalog of current document
      *  \param perm document modification permission
      */
-    void AddCerifiacionReference(PdfObject *pDocumentCatalog, EPdfCertPermission perm = ePdfCertPermission_NoPerms);
+    void AddCertificationReference(PdfObject *pDocumentCatalog, EPdfCertPermission perm = ePdfCertPermission_NoPerms);
 };
 
 }
--- src/doc/PdfSignatureField.cpp (revision 1707)
+++ src/doc/PdfSignatureField.cpp (working copy)
@@ -164,7 +164,7 @@ void PdfSignatureField::SetSignatureLoca
     m_pSignatureObj->GetDictionary().AddKey(PdfName("Location"), rsText);
 }
 
-void PdfSignatureField::AddCerifiacionReference( PdfObject* pDocumentCatalog, EPdfCertPermission perm )
+void PdfSignatureField::AddCertificationReference( PdfObject* pDocumentCatalog, EPdfCertPermission perm )
 {
     if( !m_pSignatureObj )
     {
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to