Ejemplo n.º 1
0
        public void SendCertificates(String outboxPath, List <String> certificateDocIds)
        {
            GetCertificatesInfo(certificateDocIds);
            GetCertificates(outboxPath);

            PDFCreator pc = new PDFCreator(Certificates);

            pc.OutboxPath = outboxPath;
            pc.CreatePdf();
        }
Ejemplo n.º 2
0
        public void SendCertificates(String outboxPath, List<String> certificateDocIds)
        {
            GetCertificatesInfo(certificateDocIds);
              GetCertificates(outboxPath);

              PDFCreator pc = new PDFCreator(Certificates);
              pc.OutboxPath = outboxPath;
              pc.CreatePdf();
        }