Beispiel #1
0
        // Links wiating for internal document references
        //private ArrayList pendingLinks;

        public PdfCreator(Stream stream)
        {
            // Create the underlying PDF document.
            doc         = new PdfDocument(stream);
            doc.Version = PdfVersion.V13;

            resources = new PdfResources(doc.NextObjectId());
            AddTrailerObject(resources);
            this.xrefTable = new XRefTable();
        }
Beispiel #2
0
        // Links wiating for internal document references
        //private ArrayList pendingLinks;

        public PdfCreator(Stream stream)
        {
            // Create the underlying PDF document.
            doc = new PdfDocument(stream);
            doc.Version = PdfVersion.V13;

            resources = new PdfResources(doc.NextObjectId());
            addTrailerObject(resources);
            this.xrefTable = new XRefTable();
        }