PDF Export via DI API

Hi All,
I know this topic has been discussed previously, but I just wanted to clarify whether anything's been enhanced in version 2007. I know in 2007 you can export (via the GUI) to PDF, but is there an interface to this via the SDK DI API?  I want to export the invoice layout of a specific invoice to a PDF file.
I would sooooo like for the SDK to be able to do this as I am currently using Crystal Reports to accomplish this task, which makes my add-on unneccesarily expensive as they also have to purchase Crystal.
Thanks in advance,
Adele

Hi Adele,
I'm afraid that nothing I've seen in the 2007A SDK makes me think that this is directly possible through the DI API. I had heard that there will be an API available for the ALD, allowing you to create and generate reports via an addon. ALD has built-in PDF export options. There will be a fee for this API (the ALD addon itself is free for 2007A) but no cost indication was given. I'm hoping for more information on this as (depending on cost) this might be the neatest solution.
If you are only interested in the PDF format then there are APIs out there capable of turning, for example, an XML document in to a PDF printout. Most aren't free though...
Kind Regards,
Owen

Similar Messages

  • Executing a Job and Exporting PDF Output via API

    I can't seem to execute a job and export the PDF output via the API.<BR><BR>I use the following code snippet and nothing is exported:<BR><BR> jobAction.setAction(jobAction.ACTION_EXPORT_SECTION);<BR>     jobAction.setFormat(jobAction.FORMAT_PDF);<BR><BR>If use the snippet below, HMTL is exported:<BR> <BR> jobAction.setAction(jobAction.ACTION_EXPORT_AS_JOB_OUTPUT);<BR>     jobAction.setFormat(jobAction.FORMAT_PDF);<BR><BR>The javadoc for JobActionEnum says to use the former method. However, this doesn't seem to work. Is this an API bug or something obvious that I am not doing?<BR><BR><BR> -Eric D. Hill

    Joe
    Here is the where you can change the server group/job server.
    - After you add the Batch/real Time job as a webservice.
    - Go to the Webservice Batch Job Attribute and from the drop down choose the "Enable job Attributes" and hit apply.
    - After this if you use the WSDL URL http://<Data Services Web Server>:<Web server Port>/DataServices/servlet/webservices?ver=2.0&wsdlxml
    - You will see the job attributes that you can change based on the allowed parameters mentioned in the documentation.
    The batch job or real time job is published without the job parameters by default. Once you enable the job attributes, remove and re publish the batch job as a web service. The application making the call to this webservice should be able to read the WSDL generated by Data services and pickup all the input and output parameters of the method.
    Refer to the Data Services Integrator guide (Chapter 3 : pages 25 - 33 ) to get the exact parameter values permitted via Data Services jobs called via web services.
    Hope this helps!
    Thanks & Regards
    Tiji

  • PDF export : difference between JRC and Server

    Hello,
    We can see differences between the pdf export with Crystal Reports Server 2008 and the Java Reporting Component.
    The most important difference is the font size wich are bigger on the PDF exported via the JRC.
    We also saw a size difference with the frames.
    Can you tell us the reason of those differencies ? Could there be a parametrizing to do to correct this ?
    Thanks in advance for your help.
    Florian

    The JRC uses a different export functionality, and has a different print engine than Crystal Reports Server.  While the JRC object model appears to be the same as the RAS object model, underneath the way the reports are processed and subsequently exported is different.
    The JRC does not do font embedding when exporting to PDF; thus if your font in the report cannot be found on the machine with the PDF it may look different.  As well, because the JRC doesn't do font embedding, it relies on the language packs for Adobe which consist of languages within the WINANSI 1252 codepage, and some specific Asian fonts.
    That all being said, if you have ensured that your fonts fit within the above criteria, make sure you have all of the latest updates for the JRC installed; alot of font problems have been fixed.

  • Error Encountered while uploading HTML, PDF files via WEBUI and IFS API

    Hello:
    We have suddenly run into problems while using IFS to upload files. We cannot seem to upload html and pdf files using either the WEBUI or Oracle's IFS API. However we are able to add .gif, jpeg files both via the WEBUI and Oracles IFS API's
    This is the error we get while trying to upload .html files via the WEBUI
    IFS-30002: Unable to create new Library Object.
    This is the stack trace we get when we try creating content objects via IFS API's. We can't seem to understand why something that used to work has suddenly quit working.
    Does this have anything to do with running out of space requirements in the table spaces?
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject oracle.ifs.common.IfsException: IFS-32251: SQL Error inserting index entry into ODMZ_CONTEXT_ROUTER java.sql.SQLException: ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
    ORA-01410: invalid ROWID
    ORA-01410: invalid ROWID
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1846)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1771)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2361)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:487)
    at oracle.ifs.server.S_LibrarySession.execute(S_LibrarySession.java:14319)
    at oracle.ifs.server.S_Media.insertIntoContextRouter(S_Media.java:2473)
    at oracle.ifs.server.S_Media.postSetContent(S_Media.java:2440)
    at oracle.ifs.server.S_Media.setContent(S_Media.java:1699)
    at oracle.ifs.server.S_ContentObject.setContent(S_ContentObject.java:399)
    at oracle.ifs.server.S_ContentObject.extendedPreInsert(S_ContentObject.java:236)
    at oracle.ifs.server.S_LibraryObject.preInsert(S_LibraryObject.java:1644)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2711)
    at oracle.ifs.server.S_LibrarySession.createSystemObjectInstance(S_LibrarySession.java:8128)
    at oracle.ifs.server.S_Document.setContentObject(S_Document.java:475)
    at oracle.ifs.server.S_Document.extendedPreInsert(S_Document.java:313)
    at oracle.ifs.server.S_LibraryObject.preInsert(S_LibraryObject.java:1644)
    at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2711)
    at oracle.ifs.server.S_LibrarySession.newLibraryObject(S_LibrarySession.java:7922)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7963)
    at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7945)
    at oracle.ifs.server.S_LibrarySession.DMNewPublicObject(S_LibrarySession.java:7604)
    at oracle.ifs.beans.LibrarySession.DMNewPublicObject(LibrarySession.java:7898)
    at oracle.ifs.beans.LibrarySession.NewPublicObject(LibrarySession.java:5342)
    at oracle.ifs.beans.LibrarySession.createPublicObject(LibrarySession.java:2969)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createDocumentDefinition(IfsDocumentUtility.java:238)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createHTML(IfsDocumentUtility.java:133)
    at ORG.oclc.da.utilities.ifs.IfsDocumentUtility.createDocument(IfsDocumentUtility.java:89)
    at ORG.oclc.da.chs.userinterface.CHSProcessListener.download(CHSProcessListener.java:1043)
    at ORG.oclc.da.chs.core.Spider.download(Spider.java:605)
    at ORG.oclc.da.chs.core.CHSTest_raj.main(CHSTest_raj.java:145)
    Any help on this front is appreciated.
    thanks
    Mathangi

    try this code, it works fine for me:
    <%@ page import="java.io.*"%>
    <%
         String name = "C:/temp/EURO_Weekly_wk01-10-26.pdf";
         try
         InputStream in = new FileInputStream(name);
         int n = 0;
              //read the file from the input stream to the byte buffer
         out.clear();
         response.setContentType("application/pdf");
         while( (n=in.read()) != -1)
                   out.write (n);
         out.close();
         catch (IOException ioe) {
                   out.println ("io error: " + ioe.getMessage());
                   return;
    %>

  • Retrieve Email Group Status via Bulk API Exports

    What methods are needed in order to retrieve email group status and subscription date for contacts (alongside contact information) via Bulk API 2.0?
    Thank you,
    SR.

    After further testing you can subscribe two groups but the log message will be misleading.  I created a bulk import with 10 contacts to be subscribed to two email groups.  The log message indicated that 20 contacts had been subscribed to the first email group.  Checking the contacts via the web interface showed that they were properly subscribed to both groups.  The count was correct, just the text of the message was overly specific.

  • Keynote and PDF Export

    Exporting Keynote presentation in PDF via email is a great feature that has been awaited by potential business users.
    However, PDF exports from ipad do not seems to be supported by acrobat especially on PCs/windows system. Font conversion seems corrupted and text appears with bullets.
    Any hint on how to send keynote presentation converted in pdf properly ?
    Many thx

    I also ran into a bug with PDF export today. The PDF displayed properly on my mac, but when viewed on other laptops (and when uploaded to Scribd), the text was missing. :/
    Workaround was to export the keynote file to my mac, then use the desktop keynote app to re-export as PDF.

  • My client asks ... can we generate a PDF not via Word...?

    Using: RH HTML 7.0.3.
    Hi all,
    A client has invested time into developing a good CSS style sheet and RoboHelp template for creating a nice looking CHM HTML Help. My client wants to find a way of creating a nice looking PDF document without investing more time in developing a good Word template for export to PDF.
    The client asked me what seems to me to be a dumb question about PDF generation. Is there such a thing as generating a PDF not via Word? - (Whatever that means.) My client seems to think there is a way. But since my client asked, I have to ask you all...
    I tried out the quick way of simply clicking on the PDF icon, and seeing what happens. So RH generated for me a PDF, without asking me for any more info. The Output logger showed clearly that RH was first creating a *Word file*. And sure enough when I looked in its target folder I saw there was also a *Word doc* there, completed a minute earlier. A definite sign, I think, that RH first created the Word doc and then from it created the PDF. (Btw, I don't know where RH got the TOC from for this PDF generation - it seems like a ghost of the TOC I used months ago.) 
    Then I tried using the Generate wizard from the Single Source Layouts pod. One of the stages of this wizard prompts you to select a template, including any *Word templates* you have fed RH in the past. Again a good sign, IMO, that the initial process for making a PDF is the same as for making a Word doc.
    Over to you all.
    TIA
    avraham

    RH has to create a Word document but if you deselect the Word check box, it is not saved. What you saw was probably an old document. Delete it and publish just a PDF and you should not be able to see the temporary Word document that is created.
    In the wizard you don't have to select a Word template, that is just one of the options.
    The content of the print layout is not related to your TOC. It takes the content of a TOC when you first create the print layout but then the two are standalone. You might not want the print layout to be the same as the TOC. If you do, use the arrows to clear the content and then replace it with the current TOC.
    This is covered in Printed Documents on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • PDF Export Looks Good at 150% Zoom, but Bad on 100%

    Hi,
    I'm extremely new to InDesign, and am trying to make a colourful resume/portfolio design using ID, but am running into an issue already with exporting via PDF.
    The original issue was that the logo (which has my name and occupation(s)) were coming out SUPER blurry as a PSD I "placed" in the ID document (I tried PNG and Photoshop PDF as well, to no improvement).  After a lot of struggling with export options, I went back to PhotoShop and changed the PSD from 72 ppi to 300 ppi, which increased the dimensions of the PSD but improved the quality significantly. 
    However, now I find that the PDF file looks great in Acrobat on larger zooms (150% and 200%), but bad on 100% (where it seems like it's being "downscaled," so the smaller text looks awfully compressed).  I've experimented with ppi's in between (240, 180, etc), but it ends up becoming "blurry" at 100%, like the 72 ppi setting.
    Any ideas on how I can fix this so the logo looks crisp at 100% on a PDF export?
    Thanks,
    RTL
    Image (full-size): http://www.starrcadia.com/logo2.png

    Hi Willi,
    I tried a PNG once earlier (when I was still trying to fix the 72 ppi logo), but since it had no improvement, I abandoned the PNG way before (it's a PSD in those screenshots above).
    The PSD is still layered in Photoshop.  I took your advice and imported it into Illustrator, and saved as an AI file, and then placed that in the ID, but it wasn't an improvement.  I notice that everything (including text I wrote in ID) looks far superior on 150% zoom in Acrobat, and perfect on 200%, but 100% seems to downscale all of the content (except the background).
    Thanks!   

  • How to convert XPS file to a PDF one via Adobe Acrobat XI Pro with command line?

    Hello,
    How to convert XPS file to a PDF one via Adobe Acrobat XI Pro with command line?

    It is not good. If I need to export some hundred of separate *.XPS files to hundred separate *.PDF files, I need to do this manually with each file. It is stone age.

  • Only western European glyphs appear in PDF export

    Our application uses the .NET report viewer component to display reports that may contain any Unicode characters.  When this report is exported (via the .NET report viewer) only western European and Arabic glyphs are displayed in the PDF file.  Glyphs from other languages (Chinese, Japanese, Korean, Bengali, Malayalam, etc..) are rendered as empty boxes.
    If this report is exported to any other format all of the glyphs can be displayed.  The system where the report is viewed, exported, and where the exported report is viewed has the East Asian fonts and complex scripting installed.  We can reproduce this on an XP SP3 machine and a Windows 2008 Server machine (these are the only systems we have tried).
    If the report is exported to an excel document, and then the excel document is saved as a PDF then all glyphs can be rendered in the excel-generated PDF.
    Looking at the PDF properties in Adobe Reader I see that the PDF generated by the Crystal Reports viewer contains only the font we specified in the report (Tahoma), while the excel-generated PDF includes several of the fonts to which the Tahoma OpenType font is linked.
    This problem was observed using the Crystal Reports 2008 SP2 runtime.
    How can we get the PDF export to include the linked fonts needed to render the non-western European glyphs?

    The source of this problem is embedded fonts in PDF documents.  The font we chose did not include all of the glyphs used by the report.  Windows can be configured with linked and fallback fonts that can provide glyphs when a character is not included in a font, but PDF documents only use the glyphs embedded in them.
    The solution was to use a different font.  When our software generates a report it will first replace all of the fonts in the report with the font MS Shell Dlg2 is configured to use.  This font always contains English glyphs and glyphs for the language of the operating system, which almost always contains all the characters in the report.

  • Bug: Temp files with 0-Byte size are not removed after PDF export

    Post Author: chaplin
    CA Forum: Exporting
    When exporting to PDF through the CR-API (CRPE) the temporary files epfHHHH.tmp and ctmHHHH.tmp in the windows temporary path (with HHHH = hexadecimal number with 4 digits) are not deleted when they are 0-Byte in size - even after closing the application which called the CRPE-API. When HHHH reaches its limit (hex FFFF = dec 65535) the Crystal Reports DLLs are not able to create more PDFs - the export aborts with an error and the PDFs are 0-Byte in size.
    This behaviour was tested/reproduced with Crystal Reports 8.5, but (as many other long-term bugs) might be also exist in later releases of Crystal Reports as well as on the other SDK interfaces.
    KBase Article ID:2009412, Track ID: ADAPT00011016 and Escalation ID: 1472 describes a solution for this problem and Business Objects says that using Crxf_pdf.dll, version 8.6.0.108, dated 04/25/2002 or later solves the problem. We are using a newer one from 2003 (version 8.6.2.429) and still see this problem. It seems that 0-Byte-Files are ommitted from the deletion.
    Does anybody know a workaround or solution for this bug?

    Wendell,
    This forum is for handling issues migrating from non-Oracle databases to Oracle databases.
    As this is an Oracle to Oracle issue using SQL*Developer export it would be better to open a new thread in the SQL*Developer forum -
    SQL Developer
    There will be more people there who can help with this problem.
    Regards,
    Mike
    Edited by: mkirtley on May 14, 2010 10:16 AM

  • Hello! I would like to know the procedure to turn a word document into a PDF document via Adobe Reader.

    Hello! I would like to know the procedure to turn a word document into a PDF document via Adobe Reader. Do I have to pay for it or just sign up? Thank you in advance.

    "...the procedure to turn a word document into a PDF document via Adobe Reader." 
    Not possible.
    No version of Adobe Reader can:
    --| create PDF 
    --| manipulate PDF page content  
    --| export PDF page content
    Adobe Reader XI does provide a "connection" to various Adobe hosted online subscription services (that are under "acrobat.com").
    There is a subscription services can create PDF from supported file formats that are uploaded to the service.
    This subscription service is "PDF Pack".
    With an active (paid up) subscription to a service one can make use of the service.
    Be well...

  • Fonts Not Embedding Consistently with PDF Export - Inconsistent Fix and Unknown Cause

    I have had ongoing problems with PDF export from FrameMaker. Sometimes the correct fonts do not embed in the PDF and Times New Roman is substituted. The problem appears and disappears and is causing me a lot of lost time and frustration.
    I am running FrameMaker 9.0 fully patched on Windows 7 Ultimate 64-bit. I have seen people complain about this issue and am familiar with the suggested fixes. However, the exact cause and solution eludes me because the problem continues to recur and I am only able to recover with guesswork and workarounds.
    Initially I did the following:
    ACROBAT PDF SETTINGS
    - In the printer properties for Adobe PDF settings I turned off the option "Rely on system fonts only; do not use documents fonts."
    ACROBAT DISTILLER SETTING
    Under "Font" Settings I changed the following:
    - Under "Settings/Font Locations" I added the font folder for Technical Communication Suite 2.0 and made sure all the fonts existed there and in the Windows default font directory.
    - Under "Settings/Edit Adobe PDF Setting/Fonts" I changed the following options:
                - Selected "Embed all fonts"
                - Under "Embedding" chose "Always Embed" for the target fonts.
    I tweaked these settings for hours and got no results. Then I rebooted and the problem had magically disappeared. I fixed the issue in the same way on another machine and the results were permanent and I was just happy to finally have it fixed, But this time it didn't last.
    I should note that upon reboot, when I used the stock "PDF Job Options," the correct fonts still embedded, leading me to believe that the fix had nothing to do with the changes I made to Distiller settings.
    After reboot I generated PDFs with the correct fonts embedded. Then I shut down FM, but left the system running. The next morning I opened FM again and the same problem occurred.
    So I rebooted again -- and the problem disappeared again. I therefore thought maybe the issue fixes on reboot but recurs when you shut down FM and reopen. So I shut down FM again and reopened, but it is still working fine for the moment.
    I verified that the Adobe PDF settings under "Printers & Devices" that I turned off (Rely on system fonts only; do not use documents fonts) remained correctly unchecked through all these changes.
    I would really like to know why this happens so I can resolve it permanently and avoid more lost time.
    Thanks in advance,
    Douglas

    The common theme I'm seeing here is that the setting edits you make in
    Distiller through the FM "Save As PDF" option don't seem to take effect.
    Do you know if that is true or could you elaborate on the notorious nature
    of this method for me?
    >
    There are too many potential and transient problems to list. The only thing
    I can say is that I've been an active member of the FrameUsers listserv
    (http://lists.frameusers.com/mailman/listinfo/framers) since FM version 6.0,
    circa 2001, and probably 95% of the PDF problems reported there have been
    fixed simply by using print to Adobe PDF (or to Acrobat Distiller in older
    PDF versions), instead of using Save as PDF. Common advice there has always
    been to avoid Save as PDF and even some Adobe employees have recommended
    against using it. It doesn't matter which FM version.
    The once-busy FrameUsers listserve has been fading away, recently, as this
    new Adobe forum software allows reading via e-mail, and attachment of
    screenshots.  Even if you look around on this forum now, you'll probably
    find that there are two main fixes for issues with PDF. One is NOT using
    Save as PDF, which seems to fix a whole bunch of issues. The other is the
    use of a Windows hotfix to squash a Windows OS bug that causes dropped
    characters in PDFs.
    In the rare instances that someone has issues with printing to PDF, they are
    almost always related to errors in settings. Or occasionally someone can't
    embed fonts because they are trying to the embed the virtual fonts that come
    with their printer driver instead of fonts that have actually been installed
    on their computer. (The fonts are hard-wired on their printer, so the system
    can use them but not embed them.)

  • Attach .pdf exported from Pages

    I have a very specific problem. I understand the reason that Pages files cannot be attached in an email, but even the .pdf's or .doc's that I export via Pages cannot be attached to my Hotmail account. They can be attached in my gmail, but I use my Hotmail account for all of my business communication. I also know that you can send them via the Share menu in Pages, but that doesn't create a local file on my HD, but rather opens up the Mail app, which I do not want to use with my Hotmail account.
    Can I create a .pdf file from within Pages that can be attached to a Hotmail email, from the web, not through Mail? Please hel me out on this one....
    Some more details:
    I am running Lion
    I am new to iWork, have recently switched from using Office.
    The Web brower I am using is Google Chrome
    Thanks,
    Matt

    Hey, I actually solved the issue.
    Having discovered that the one non-Pages created .pdf file that I had tested to see whether it would attach before my original post was the ONLY .pdf on my computer that would attach, I did some more research. It turns out it has to do with the Microsoft Silverlight plugin. I disabled the plugin, and everything now attaches as it should.
    Now if only I could attach files, AND watch movies on Netflix without having to toggle the **** plugin on and off....

  • How to send a pdf file via http call

    Hi Experts,
    Please try to think on how you would send a file like a pdf file via the http call. You might need to convert the pdf in a character string which can be sent via http. The character string then might need to  get converted back into a pdf and saved in a file. Read through the Archive Link API guide to see how they send the body of a file.
    Please it is urgent......
    Thanks
    Basu

    so you want to push the PDF file over http to external system.
    where is pdf file stored.
    for examle if its in the clients desktop, you can use gui_upload to upload to internal tabble (type BIN) then use FM SCMS_BINARY_TO_XSTRING to conver the binary table to type string.
    then use cl_http_client class to push the file to the destination.

Maybe you are looking for

  • What plug in do I need to open files in virtual pc xp mode on windows 7?

    I am unable to open CS 2 In Design files in virtual pc xp mode on windows 7 - even tho it says I should be able to. It says under 'content manager' check for the right plug ins or upgrade to the latest version of in design. What plug in do I need? Or

  • SLOW LOADING TIME TO HOME MENU SCREEN

    I've started to noticed increased loading time to my home menu screen whenever I'm using any application. This occurs even when I'm in the Contacts app, SMS app, or any 3rd-party app. Previously before I began to experience this slow lag time, the ho

  • How can I change the settings on entering a password every time something is bought

    The problem is I put the password in once and get an app for my son and it is unlocked for a number of minutes I wants it to b locked rite away! Cause he is purchasing things while it is unlocked. Is there any way to have this changed to promp with p

  • Urgent need a help

    I am new in pl/sql xml. Please help me how can i write xml in pl/sql. Please advise me Thanks SS

  • Open Hub and Info Spoke

    Hi all, We have a bunch of Info Spokes created in our production and we want to delete them based on last used date. Can anyone tell me in which table in BW are the Info Spokes stored Also like aggregates where we can find out last used is there any