Adobe's PDF Library SDK

I'm using php for development on Windows.
I need the php to be read and downloadable in PDF format. I found this article http://www.adobe.com/devnet/pdf/library.html#av  Will Adobe PDF library SDK will support for my requirement.
Kindly suggest if the following queries.
1. Can this library be used with stand-alone PHP web based applications?
2. Where can I find examples of usage of this library?
If not Can u suggest me the product for my requirement.
Awaiting your response,

Hi,
I just want to report my experiences with hybrid extensions and CS Extension Builder 1.5 for use with InDesign CS 5.5. I can say that trying to build a hybrid extension brings a lot of frustration, because CS Extension Builder has many bugs and the documentation plus the examples from InDesign and Illustrator are only a hint one can use. At least I am happy that I must not use the hybrid extension in my project, because I could do it completely in C++.
The "SDK Extension Toolkit" mentioned in the post seems to be what I have as "nativeapptoolkit", and it has not much in it except the PlugPlug library itself and a small sample for Photoshop.
After several days with resolving severe problems with the help of the forum messages, I was in the end not able to receive the user defined events that were sent from the plugin to the extension, what is the preferred way of communicating between plugin and extension.
It seems that there is still a lot of work to do for Adobe to deliver an environment that is easy to use. Another obstacle is that one has to use the installer created by CS Extension Builder to install both the plugin and the extension, what limiteds the customization of the installer.
Wolfgang

Similar Messages

  • Queries on The Adobe PDF Library SDK

    Hi,
    I have a requirement to merge multiple PDF files to single PDF on AIX 5.3 Server. This is currently done using Itext and Java. But recently we noted that Itext doesn't compress the PDF significantly. Then we tried merging the PDF with Adobe Acrobat Writer(Adobe Standard 8) manually on Desktop (windows Vista). To our surprise the Merged PDF size was less.
    So we want to move on to Adobe SDK. Appreciate response on below queries:-
    1) Is it possible to use PDF Library SDK to Merge multiple PDF to single one via Java program.
    2) As the Program will be run in AIX 5.3 Server which is the version of PDF Library SDK I can use?
    3) Can I use PDF Library SDK on server?
    4) Is license required to create one target PDF from multiple source PDFs? I presume PDF Library SDK require license.
    5) How much is the cost involved in purchasing it. Do i have to buy whole suite as my requirement is only PDF writer?
    6) Can I get any support from Adobe for SDK related problems after the purchase of product.
    7) I have downloaded, Acrobat 9 SDK. Please suggest how to proceed for finding docs on PDF writer as folder looks ambiguous.
    Thanks,
    Anu

    Thanks lrosenth.
    Please help me with the below queries also,
    1) Advantage of LiveCycle ES over Adobe PDF Library?
    2) Can I use Adobe PDF Library on AIX system and Java?
    3) LiveCycle ES family of products :- Is it comes as single license, or can i purchase it based on my requirement of SDK (Only PDF Merge & Compresssion) ?
    4) LiveCycle ES family of products:- Will it work with Java and AIX.
    Depending on your reply i will raise license request for either LiveCycle ES / Adobe PDF Library .
    Best Regards,
    Anu

  • Where can I find CODE & DOCS for Acrobat PDF Library SDK?

    Hi,
    I had used Acrobat PDF SDK in the past but it didnt serve the purpose and we had to abort plan. THis time we are using PDF LIBRARY SDK instead. When can i find the code and documentation for it?
    The only page I see is http://www.adobe.com/devnet/pdf/library/
    So I want to study the object models, objects, functions etc, cant find it. Also is there a book you can suggest to study it. I sort of know the PDF-SDK wel, is the PDF-LIBRARY-SDK almost the same ?
    Pls direct me to the code and documentation, so I can start coding on it.

    >WHy dont you have non confusing names for the products, one is the free Acrobat PDF SDK
    No, it's the Acrobat SDK. This doesn't seem confusing at all: it's an
    SDK for automating/controlling Acrobat, just as the Windows SDK is a
    tool for working with Windows, the Photoshop SDK is a tool for working
    with Photoshop etc. "Free" isn't used in the title, because that would
    be confusing, and might suggest it can be deployed with the free Adobe
    Reader.
    Nevertheless, maybe something could improve it because there are a
    huge number of developer who assume it will work with the Reader or
    without Acrobat, despite its name.
    >and the other is Acrobat PDF LIBRARY SDK, right?
    The other is the Adobe PDF Library. It's a library from Adobe for
    working with PDF. Acrobat is not part of the name. It would be
    confusing if it were. Maybe it could be called the "non-Acrobat PDF
    Library".
    Aandi Inston

  • Cannot download PDF Library SDK

    Whenever I follow the link to download the PDF Library SDK, I get an error:
    Insufficient privileges (HTTP 403 error)
    I have registered and have a valid account, so it appears its a problem with Adobe's website. Anybody at Adobe know whats going on?

    How many non-web developers even know what a 403 is? Any link spitting out error codes, 404, 403, 500 or whatever is broken as far as I am concerned. Those codes tell me nothing about what I did wrong to cause them. What if the dev that wrote that script forgot to chmod a required file? Nothing indicates the error was my fault.
    Furthermore, if it eases your frustrations, you will notice that this is the first time I have had to post. I have used the forum for quite some time and been able to find all of my answers. I have been trying to download the SDK for a solid week now, so I resent you telling me I am too lazy to read. I did in fact read the entire page, but the paragraph you site did not indicate to me that failing to obtain a license would cause me to see a 403. I assumed the license would be required before distributing the software, I wasn't positive it was required for the download link to function.
    The fact remains, Bernd gave me all the information I required. I even admitted my mistake. There was no need for you to post with your attempt to humiliate me on a public forum. I never said "Adobe sucks", so I don't know who you were quoting.

  • Output to Postscript using PDF Library SDK

    I'm pretty sure I read that the PDF Library supports exporting to Postscript, but I'm having a hard time finding how to do that in the documentation. Can someone tell me which document (AND IT'S PAGE NUMBER) that explains how to take a PDF and convert it to Postscript using the PDF Library (not the Acrobat SDK). I'm guessing we will be working with version 8.1 unless 9.0 of the PDF Library SDK is released soon.
    Let me phrase it a little in a different way since I know that some of the regulars here tend to be touchy on the wording of a question. I have a PDF and I want to use the PDF Library SDK to a Postscript version of that PDF.
    Here's a picture: PDF file -> PDF Library SDK-> Postscript file
    I appreciate the help.
    Thanks,
    JK

    Hi guys. I have been trying for a few days now to produce a postscript file from a pdf within my own project using bits and pieces from the printpdf sample project. I can compile and run the sample project fine, but after I compile my project and run it I keep getting the following error:
    Error code: 1, Error Message: An internal error occurred.
    After pulling out most of my hair I decided to create a new project and include only the exact files that the printpdf sample includes.
    I created a new console project (VS2005). I added the following preprocessor directives:
    _DEBUG
    WIN_ENV
    WIN_PLATFORM
    PRODUCT=\"HFTLibrary.h\"
    WIN32
    _CONSOLE
    _CRT_SECURE_NO_DEPRECATE
    I added the correct headers directory and the correct libs directory with the correct lib.
    I added the following files that are necessary for the printpdf project to work:
    Header Files:
    MyPDFLibUtils.h
    Source Files:
    MyPDFLibApp.cpp
    MyPDFLibUtils.cpp
    PDFLInitCommon.c
    PDFLInitHFT.c
    printpdf.cpp
    I haven't changed any of the files other than the input and output file.
    I can compile my newly created project fine, but when I run the app a 0 byte postscript file is produced and the following error still occurs:
    Error code: 1, Error Message: An internal error occurred.
    It's blowing up on the following line of code:
    PDFLPrintDoc(doc, &rec);
    Like I said before the sample pdfprint project is able to produce the postscript file without the error and I am using the same pdf input file and output file specified as in my own project.
    I'm hoping that someone has run into this before or knows what I might be doing wrong. The sample code works, but when I take that sample code and put it into a new console project and match all of the project settings it will compile but it won't run without getting that error.
    Any help is appreciated.

  • How to get a trial version of the Adobe Acrobat PDF Library ?

    And I'm also looking for a trial version of the Adobe Acrobat Capture® SDK
    Thanks
    Frederic

    Contact Datalogics (http://www.datalogics.com) who license the Adobe PDFLibrary on behalf of Adobe.
    The Capture SDK is no longer available as Adobe no longer actively sells/markets Capture.

  • Adobe PDF Library

    Hi,
    I have a Acrobat Plugin component implemented using the Acrobat SDK and now I would like to replace this SDK with the
    Adobe PDF Library SDK.  Is this option would be possible? 
    Thanks & Regards,
    Abdul Rasheed

    Depending on what features of the SDK you have used, yes it is quite possible.
    You will need to license the PDFLibrary from Datalogics (http://www.datalogics.com).
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 12 Jan 2012 19:51:39 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Adobe PDF Library
    Adobe PDF Library
    created by skrasheed<http://forums.adobe.com/people/skrasheed> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4137439#4137439

  • Acrobat sdk and pdf library questions.

    hello everyone. i have some questions.
    is acrobat sdk can develop software without acrobat?  like pdf library sdk
    pdf library sdk and acrobat sdk can use same project?
    thank you

    This question belongs here: http://forums.adobe.com/community/acrobat/acrobat_sdk

  • Remove/Replace rich media elements with PDF Library?

    I am embarking on a project and need to know if Adobe's PDF Library can accomplish the following...
    1. Using an existing PDF file as a "template", find existing elements within the document (a rectangle, perhaps)
        and remove that element, then insert in its place a rich media element (video, U3D file, JPEG, or text).
    2. If not (1), then can i create a new PDF file and insert text, video, JPEG, and especially U3D models?
    Thanks,
    Glenn Reid

    Try the forum for Acrobat SDK.

  • Exception thrown while processing pdf file with composite fonts using adobe pdf library (v 9.1 )

    Hi All,
    I have an issue with processing composite fonts with adobe pdf library (v 9.1 ).
    While processing a pdf file having composite fonts, the pdf library is throwing an exception.
    The api which throwed exception is "PDPageAcquirePDEContent()". In my code i am calling PDDocGetNumPages(), PDDocAcquirePage() before this api is called, but all those functions suceeded. In the HANDLER, using the ASGetErrorString(), i got this exception error as  "The encoding (CMap) specified by a font is missing."
    Now coming to the input file (which is also attached), this document have three different composite fonts ( details are given below )
    Font Name : TicketBold, Bold(Embedded)
    Font Type : Trueype (CID)
    Encoding : Identity-H
    Font Name : Times-Roman (Embedded)
    Font Type : Type 1 (CID)
    Encoding : Identity-H
    Font Name : TimesNewRomanPSMT (embedded)
    Font Type : TrueType(CID)
    Encoding: Identity-H
    If i convert all the composite fonts to outline using pitstop before processing, it works fine.
    So my question is that whether pdf library doesnt support composite fonts (which i dont think so ) or i need to do a special handling for these kinds of fonts in my application ( which i strongly belive ). If its the latter case, please let me know how to handle it in my application.
    thanks in advance
    best regards
    ~jafeel

    Hi Leonard,
    Thanks for your reply. May i ask you which sample of the PDF Library you used to test my scenario.
    One question i would like to put to you beofre going for filing a formal issue to Adobe will be does this issue has anything to do with the initialization of the pdf library?
    What i meant is that when we call the PDFLInit() we pass a PDFLDataRec structure which is initialized by various path to font folders, cmap folders and unicode folders. Whether if i miss any of these folders will it cause this issue???
    thanks again
    regards
    ~jafeel

  • Demo license for the Adobe PDF library

    Hi,
    Does anyone knows how to get the demo license for the adobe PDF library?? I just need to test the API calls to see whether they suite my needs or not.. Kindly help me in this regard... Any other way would also be welcomed.. thanks..
    Deepak

    The Adobe PDF Libarary is mainly licensed through DataLogics
    (http://www.datalogics.com/)
    So contact them directly to find out if a demo license is available,
    and what the eventual licensing terms would be.
    Aandi Inston

  • Adobe PDF Library DLE General Question

    Has anyone here experience with the use of the Adobe PDF Library and/or Datalogics Enhancements (DLE) in a DOT.NET environment?
    I don't know if this is the right place to ask questions here.
    I will ask more specified questions if anybody knows somethings about.

    Hi,
    Since upgrading from Windows 95 to Widows XP Home Edition 18 months ago I have had problems opening PDF files. Using Windows 95 I could open PDF files in emails or contained in Web Sites.
    I have Adobe Reader 6 on my hard drive and have downloaded the latest reader.
    The problem I have opening PDF files shows up several different ways:
    1. When I try to open an Acrobat Doc. on my hard drive I get a message insert Adobe Reader 6.0.1.disc which of course I do not have. If I then open my copy of Adobe Reader 6 and select file and find the same doc. on my hard drive it will open.
    2. If I try to open an email with an attached PDF file I cannot open it but if I save it to my hard drive I can open it as above.
    3. If I visit a web site that contains PDF files I cannot open them, all I get is a blank screen with a little box containing an x in the top L/H corner. This a particular problem as I am at present considering paying for/downloading some British Wills in PDF format and am unsure whether I will be able to save them to my hard drive and then open them OR whether I am wasting my money and will only get a blank screen.
    When I open the Adobe 6 program on my hard drive I get a window showing available updates containing various updates including Adobe 7, when I select add Adobe 7 and click on update I get a message saying that updates will be loaded, etc, so I click O/K, I then get a message Download cannot be completed unable to access server.
    HELP please.
    Maurie Prendergast
    Melbourne
    Australia

  • Flex Use of the Adobe Acrobat Library SDK

    Hello
    I have Flex Builder 3 and have been using Director and Flash for ages. Can anybody point me towards any FLEX 3 + AS3 code useage that builds Adobe Acrobat "Academic Library Facilities" e.g. Organiser into a Fully functioning website. I have chased the Adobe Acrobat Library SDK all around the Adobe site and through Google but I am still feeling that I have to work it out for myself.
    Help. Laurie THOMAS Director of The Centre for the Study of Human Learning, Oxford U.K.
    [email protected]

    I checked with the Acrobat team and this is not something that will be trivial I'm guessing.  There are no real libraries to support you.  The Organizer data is stored in a SQLLite database, which means that if you write an AIR application you could access it, but we don't document the format nor do we guarantee a consistency of format between versions.<br /><br />So I think basically you are going to have to work this out for yourself to meet your own needs, it won't be that generic.<br /><br />Best,<br />Matt<br /><br /><br />On 9/25/08 11:20 AM, "Prof. Laurie THOMAS" <[email protected]> wrote:<br /><br />A new discussion was started by Prof. Laurie THOMAS in<br /><br />Developers --<br />  Flex Use of the Adobe Acrobat Library SDK<br /><br />Hello<br />        I have Flex Builder 3 and have been using Director and Flash for ages.  Can anybody point me towards any FLEX 3 + AS3 code useage that builds Adobe Acrobat "Academic Library Facilities" e.g. Organiser into a Fully functioning website. I have chased the Adobe Acrobat Library SDK all around the Adobe site and through Google but I am still feeling that I have to work it out for myself.<br />Help.  Laurie THOMAS  Director of The Centre for the Study of Human Learning, Oxford U.K.<br /><br />[email protected]<br /><br />________________________________<br />View/reply at Flex Use of the Adobe Acrobat Library SDK <a href=http://www.adobeforums.com/webx?13@@.59b695bc><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b695bc!folder=.3c060fa3>  form to cancel your email subscription.

  • PDF Portfolio SDK setup - Navigator project wizard in Flex Builder 4.6 does not show

    Hello, Experts
    I am trying to build PDF Custom Navigator using Adobe PDF Portfolio SDK; however, for some reason, when performing step 3 of installation, Navigator project wizard in Flex Builder  (  4.6 ) would not show;
    The plugins have been extracted to:
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins
    The NavigatorSupport folder has been extracted to:
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse and ( just in case ) to
    C:\Program Files\Adobe\Adobe Flash Builder 4.6\
    any advice would be greatly appreciated
    Best Regards,
    -Alex

    as per Joel's recommendation, used 4.5 instead - that worked just fine

  • PDF Library in a folio

    I am attempting to make a PDF library within one of my folios. It is a 4 page article, with the 3 and 4th pages having links to PDF's.
    Originally the PDF library was an HTML widget built for an iBook. But when I use a button to launch a Web Content overlay, there is no way to close the widget. iBooks would place its own DONE or close button over the widget to allow the user to close it and go back to the iBook. in DPS, it opens the widget, but does not give a close button. I tried creating an MSO with a close button in it, but the web content overlay hides the button, even if the close button is on the layer above it within the MSO state.
    So, I am trying to rebuild the widget within ID DPS, and am about 90% there. I have an MSO with the layout of the buttons to launch the PDF's in one state, and a blank object. I can use a button to GO TO STATE 2 to display the state with all the links and a background in it, and it shows the close button that has a GO TO STATE 1 function that triggers state 1 which is blank.
    So, that all works just fine. My problem is that I can't get a PDF to open from within the MSO STATE 2. I've tried a button with an OPEN FILE action, I've tried hyperlinks to the HTMLResources zip file that I've uploaded the PDF's to. The both don't work. I've tried the procedure in the DPS tips and tricks app, but I can't get the pdf to open. When previewing on the iPad, it shows an error that it can't find the URL.
    Any ideas? It seems that InDesign isn't always good at updating the web content overlay links either. I'll make a change to the HTML content in dreamweaver, save it, switch to ID and relink to the same index page of the HTML content, preview it and the changes are not there.
    Matt

    Unfortunately, you cannot change a scan into live text using Adobe Reader. At a minimum you would need Adobe Acrobat to run what's called Optical Character Recognition.
    What I've recommended to people in the past is to use the drawing markup tools to draw boxes around the text they want highlighted then play around with the fill color of the box until they get something close to what they want.

Maybe you are looking for

  • Trying to increase the sound of recorded screen captures

    Hi. I'm making screen capture movies with Snapz PRo 2 and they are being saved as QT movies on my desktop. When I open them in QT and try to increase the sound volume, the setting don't stick if I try to raise the volume over 0db. I read somewhere th

  • Loading resources via classpath

    My application should load resources (as XML files) from the ClassLoader. For example, this code fragment should load the file "constantes.xml" if it is on the claspath: ClassLoader cl = ClassLoader.getSystemClassLoader(); InputStream recurso = cl.ge

  • Loadfile to install a Supplementary Security Domain in GP 2.2?

    Hi all, I have Secure Elements with GP 2.2 and would like install Supplementary Security Domains there. In my previously chips GP 2.1 that was not a problem, there was a preloaded Loadfile with AID:A0000000035350 (Security Domain) For my Supplementar

  • Camera app auto start

    the camera app from my xperia z1 it's auto starting every time. I restart the smartphone to the original settings and the issue continue Solved! Go to Solution.

  • Office X on Intel?

    I'm still using the first version of Office for OS X on my G4 Powerbook and it runs fine in Leopard. Anyone using this version on a Intel Machine?