Exemplo n.º 1
0
        public static void _main(string[] args)
        {
            DirectoryInfo dir = new FileInfo(RESULT_HIGH).Directory;
            if (dir != null)
                dir.Create();

            ContentStreams cs = new ContentStreams();
            cs.CreatePdfHigh();
            cs.CreatePdfLow();
            cs.CreatePdfUncompressed();
            cs.CreatePdfChunks();
            cs.CreatePdfAbsolute();
            cs.CreatePdfReflow();
            cs.CreatePdfReflowLow();
        }
Exemplo n.º 2
0
        public static void _main(string[] args)
        {
            DirectoryInfo dir = new FileInfo(RESULT_HIGH).Directory;

            if (dir != null)
            {
                dir.Create();
            }

            ContentStreams cs = new ContentStreams();

            cs.CreatePdfHigh();
            cs.CreatePdfLow();
            cs.CreatePdfUncompressed();
            cs.CreatePdfChunks();
            cs.CreatePdfAbsolute();
            cs.CreatePdfReflow();
            cs.CreatePdfReflowLow();
        }