pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Implementation of PDF string


From: jemarch
Subject: Re: [pdf-devel] Implementation of PDF string
Date: Tue, 06 Nov 2007 14:35:56 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.93 (x86_64-unknown-linux-gnu) MULE/5.0 (SAKAKI)

   I read in the PDF reference that PDF strings within content streams have a
   maximum length of 32767 bytes, but there is no restriction for PDF strings
   outside content streams. Is there any good reason to define as an integer
   the length of the data within the pdf_string_s struct? What if a PDF string
   which is not within a content stream is longer than the maximum integer
   value?

You may use the `pdf_pos_t' type defined in `pdf_base.h'. It is
assured to be a scalable signed integer type.

-- 
Jose E. Marchesi <address@hidden>

Project Engineer
Real Time System Division
Deimos Space, SL (http://www.deimos-space.com)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]