Ask a Question related to Adobe Acrobat Macintosh, Design and Development.
-
quriocity@adobeforums.com #1
Handling Object Stream / Cross Ref stream in PDF 1.4
Hi,
My PDF Application handles only PDF spec 1.4 and when my Application process a PDF file generated with Acrobat ~ PDF 1.6, I see some
Cross Reference Stream object Xrefstm.
I did go through PDF Spec 1.6, but I am not able to code the same in my
application.
When a PDF Acrobat 8 file is processed by my Application, an output file
generated, but unable to open it.
It shows the follwing err - expected dict object and I found that object having
Catalog Type, does not have a Pages Object entry.
Is this (Missing Dictionary object - Pages )due to my code not handling xrefstm?
---------------------------------------------------------------------------------------
Aandi Inston - 9:15am Aug 3, 08 PST (#1 of 2)
Sounds likely to be the cause. You should detect and reject this case.
Aandi Inston
----------------------------------------------------------------------------------------------------------------
Hi Andi,
In 1.6 generated Acrobat file - my input file, the after reading /Prev
entry, traverses to starting of the file to beginning of the cross
reference section or table (as per the PDF 1.6 Spec this is how /Prev
works)
In my application, it is going / reading the object second object (it
also contains XRef, not handled in my code), the first object after
the header information is not at all read.
The object at the beginning contains type -- ObjStm ( this is not
handled in my code),
My Application reads the input file (PDF 1.4) from first object - here
I dont have any /Prev entry.
Not sure how to handle the XrefStm,- can you please guide me how to
reject this case (XrefStm)
Any guidance..
quriocity@adobeforums.com Guest
-
can stream LIVE, but can't stream FLV -=
Hi there. Pulling out my hair...and i'm bald enough already! I built a FLA that streams live from the FME - works great. Cannot for the life... -
Cross Site stream???
hi, im building a webcam app i have 2 websites: site1.com & site2.com publishing and playing from site1 to site1 is ok publishing and playing... -
Delete stream object
If I use netStream.close command I stop the stream but I don't delete the object that remain in server with the number ID of client and the status... -
ADO Stream object
I'm trying to execute the piece of code below: Const adTypeBinary = 1 Dim BinaryStream Set BinaryStream = CreateObject("ADODB.Stream") ... -
heads-up on cross-platform text handling
A little idiosyncrasy I just discovered regarding how different platforms handle fonts in an swf: It seems that even if you embed your fonts,... -
Jon Bessant #2
Re: Handling Object Stream / Cross Ref stream in PDF 1.4
i would listen to Aandi and others in the original PDF specification
forum ...
Jon
[email]quriocity@adobeforums.com[/email] wrote:> Hi,
>
> My PDF Application handles only PDF spec 1.4 and when my Application process a PDF file generated with Acrobat ~ PDF 1.6, I see some
> Cross Reference Stream object Xrefstm.
>
> I did go through PDF Spec 1.6, but I am not able to code the same in my
> application.
>
> When a PDF Acrobat 8 file is processed by my Application, an output file
> generated, but unable to open it.
>
> It shows the follwing err - expected dict object and I found that object having
> Catalog Type, does not have a Pages Object entry.
>
> Is this (Missing Dictionary object - Pages )due to my code not handling xrefstm?
> ---------------------------------------------------------------------------------------
> Aandi Inston - 9:15am Aug 3, 08 PST (#1 of 2)
>
> Sounds likely to be the cause. You should detect and reject this case.
>
> Aandi Inston
>
> ----------------------------------------------------------------------------------------------------------------
> Hi Andi,
>
> In 1.6 generated Acrobat file - my input file, the after reading /Prev
> entry, traverses to starting of the file to beginning of the cross
> reference section or table (as per the PDF 1.6 Spec this is how /Prev
> works)
>
> In my application, it is going / reading the object second object (it
> also contains XRef, not handled in my code), the first object after
> the header information is not at all read.
>
> The object at the beginning contains type -- ObjStm ( this is not
> handled in my code),
>
> My Application reads the input file (PDF 1.4) from first object - here
> I dont have any /Prev entry.
>
> Not sure how to handle the XrefStm,- can you please guide me how to
> reject this case (XrefStm)
>
> Any guidance..Jon Bessant Guest



Reply With Quote

