public Aspose_ImageToPdf(ImageToPdfOptions options)
 {
     outputPdfFileName = options.FileName;
     CurrentDirectory  = options.FilePath;
     FillFilesInPath(CurrentDirectory);
     if (FilesInPath == null)
     {
         StartUp();
     }
 }
Exemplo n.º 2
0
        public PdfSharp_ImageToPdf(ImageToPdfOptions options)
        {
            // Fill all the options, then decide on calling on StartUp.

            Console.WriteLine("As of now this hasn't been implemented. Looks like PDF sharp doesn't have image handlers.");
            return;

            //outputPdfFileName = options.FileName;
            //CurrentDirectory = options.FilePath;
            //FillFilesInPath(CurrentDirectory);
            //if(FilesInPath == null)
            //{
            //    StartUp();
            //}
        }