Good morning.

I am dynamically creating PDF documents on the fly. I have a problem
when i am printing the PDF document. when i try to print the first
page of the PDF document, i am getting the error - "document could not
be printed"

I am able to print pages 1 to say 10 - without any errors. but if i am
printing all pages / first page, i am getting this print error.

PDF spec is 1.4 and Adobe version is 5.0.5.

i compared the same PDF documents one with PDF 1.3 and and one with
PDF 1.4 and I saw some sections different. these sections are as
follows

PDF 1.4 version


%PDF-1.4
%âãÏÓ
32 0 obj

.........

..............


/A << /S /GoTo /D [ 42 0 R /XYZ null null null ] >>
...........

................


/Type /Annot
/Subtype null
-----------------------------------------------------------------------

PDF 1.3 version


%PDF-1.3
32 0 obj
.........

..............

/A << /S /GoTo /D [ 42 0 R /XYZ null null 0 ] >>

.............


...............

/Type /Annot
/Subtype /Text


Please can you help me out. I am comparing the documents and i am also
going thru the PDF spec 1.4, but so far i am not able to proceed
further abt the fix or actual problem to sort.