WebBoard Conference: (P-PDF) DevelopersThis conference is for PDF developers.PDEContentAddPage fails- (Found July 8, 2008 ) Hitokiri Hi guys, PDEContentAddPage rise an Exception, always at 0x7c812aeb. What is for Some pdf files pass correctly other doesn't; - PDF Library, no acrobat plug-in. Windows plataform. This is my minimus sample. Why PDEContentAddPage get failure 1.- Create a new PDF ----------------------------- ASFixedRect OutputRect; Outpu ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61168&fid... OC ( layer ) AS order config- (Found July 8, 2008 ) Hi all, I have a question concerning the order of the layers of a PDF. According to the spec. (Table 4.51) the Order array dictates the order that should be followed when displaying the layers, Ex 1: Order Layer4Layer1 Layer5 will have Layer4 as parent to the other 2 layers. However in order for the layers to display properly according to t ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61117&fid... how to deal with menuitem and toolbarbuttons- (Found July 8, 2008 ) i have a mfc project that i used 'Adobe Acrobat 7.0 Browser Document 1.0' to open a pdf file(use 'LoadFile()' function) with Adobe Reader . Because reader doesn't support the typelib like acrobat pro. Then is there any way i can deal with menuitems and toolbarbuttons For example, i want to disable 'Select Tool' in Menu or 'Print' in Toolbar . Any way can be used to do ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61099&fid... Re: how to get the app of adobe reader 8.0- (Found July 8, 2008 ) ok got it .3x all. ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61086&fid... Re: CMYK and LibJpeg- (Found July 8, 2008 ) For RGB (but not CMYK), with a default Decode array, you can use the raw (compressed) data as a JPEG file in most real-world cases though there are theoretical cases where it won't work. For ALL other image formats you must extract the uncompressed pixel values and generate the image file format. So you would need to know the BMP format in full detail. Be sure you realise the pixel data ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=33402&fid... Why CM of Zlib (filter is flatedecode) not equal to 8- (Found July 8, 2008 ) How to manipulate the stream of flatedecode when the CM of zlib is not equal to 8 RCF1950 stated that CM must be 8, but why not ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61096&fid... Re: CMYK and LibJpeg- (Found July 8, 2008 ) If the images are already DCTDecoded - then you do NOT need to use libjpeg. Just extract the image data (using Cos API's) directly to a file. How do you directly create a jpeg file from a PDEImage already DCTDecoded, or a BMP file from a PDEImage already FlateDecode with COS API-s Kinds regards. ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=33402&fid... Re: how to get the app of adobe reader 8.0- (Found July 8, 2008 ) Yes. Please read: http:www.codeproject.comKBmiscctrlacroview.aspx ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61086&fid... Compare PDFs using Visual Basic- (Found July 8, 2008 ) Hi, We have created one Visual Basic exe for comparing two PDFs.We are using AcroExch.App and AcroExch.avDoc for creating adobe application object. And we are using MenuItemExecute 'DigSig:ToolsDiff' for comparing the PDFs. This piece of code is working fine with Adobe 4.0 and it is comparing the PDFs and showing the mismatches. But the same piece of c ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61093&fid... Why CM of Zlib (filter is flatedecode) not equal to 8- (Found July 8, 2008 ) Can someone tell me why many pdf files streams don't start as 0D 0A 78 DA but start as 0D 0A 68 2F etc. instead ...http://forum.planetpdf.com:80/wb/default.asp?boardid=2&action=9&read=61096&fid... |