WebBoard Conference: (P-PDF) DevelopersThis conference is for PDF developers.Why CM of Zlib (filter is flatedecode) not equal to 8- (Found July 8, 2008 ) Streams don't start 0D 0A. These would be a newline preceding the stream data. My experience is that you can pass stream data to zlib and it works. So I've never had to look far enough into Flate decode to even know what CM is or understand your question. When it doesn't work, it is because the file is encrypted. ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61096&fid... Can't seem to get line-breaks to work- (Found July 8, 2008 ) There is no concept of line breaks, line wrapping etc. in PDF at all. Either (a) you need to pre-divide your text up into lines, positioning each one explicitly (typically by calculating the width of each letter in the chosen font, and breaking on the last space before the line is overflowed), or (b) you need to use an API that provides high level text formatting. ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61165&fid... Can't seem to get line-breaks to work- (Found July 8, 2008 ) Hello, First off, I'm using PHP (v.5.2.5), MySQL (v.5.0.45), and Apache (v.2.2.6). I've attached my PHP script that converts my content to a PDF file (createpdf.php). As you can see in the script, I'm fetching content from five MySQL tables - four of the tables does just contain about 50 letters, but the fifth table contains about 400 letters. So my prob ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61165&fid... Character Spacing and Word detection.- (Found July 8, 2008 ) Hi all, I work on a PDF parser which extracts text from PDF file. As you are all aware that PDF file may or may not have any space characters between words. Often times wordscharacters have absolute positioning. This is an excerpt of a problem file: BT TT0 1 Tf 0.2404 Tc 0.0021 Tw 0 Ts 100 Tz 0 Tr 8.04 0 0 8.04 252.1995 658.1408 Tm (AN)-20(D)7(R)-17(E)-6(A)1( W) ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61151&fid... Search a PDF for keywords (VB6)- (Found July 8, 2008 ) I believe that you cannot get the current page number from the browser component. However, Acrobat (not Reader) supports other interfaces for displaying a PDF file which I think may give this information. The ActiveView sample in the SDK may be the place to look for the basic principle, and check out the IAC Reference for methods available. You can start a Search from JavaScript. Not su ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61144&fid... OC ( layer ) AS order config- (Found July 8, 2008 ) Does anyone have any idea about how to change optional content configurations Any hint would be great, Thanks. ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61117&fid... Search a PDF for keywords (VB6)- (Found July 8, 2008 ) I have Adobe Acrobat Standard version 8.0.0 And I am using VB6 with the component 'Adobe Acrobat 7.0 Browser Control Type Library 1.0' -- This is me who are you ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61144&fid... Search a PDF for keywords (VB6)- (Found July 8, 2008 ) Do you have Acrobat Professional ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61144&fid... Search a PDF for keywords (VB6)- (Found July 8, 2008 ) Hi, I am creating a library of files with a built in search function. What I need is a way to 1) Get the currently viewed page number. andor 2) access the search controls within the pdf viewer. i.e., pre-fill the search text box and start the search. If I can do both of the above I can automate the full system. If I can only do one of the above it will save me weeks or wo ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61144&fid... Convert PDF file into PostScript file- (Found July 8, 2008 ) Hi I am using VB.Net and i have to create .PostScript file using Adobe javascript. I am able to create .ps in abode using javascript. Now I called that Javascript in my VB.Net code using JSO object. I copied the javascript in C:Program FilesAdobeAcrobat 8.0AcrobatJavascripts folder. VB.NET Code:- Dim gApp As Acrobat.CAcroAppbr ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61090&fid... |