Include PDF in CFDOCUMENT

i have a reason to build one pdf document using cfdocument
that may have as it's source a mixed bag of html and pdf files.
i am using cfhttp to retrieve the html pages, and it works
great. but cfdocument chokes when a pdf file enters the stream.
anybody have any ideas?
<CFFUNCTION access="remote" name="Build_Rpt" output="true"
returntype="any">
<cfargument name="f_list" type="string"
required="yes"/>
<CFSET f_array = #ListToArray(#f_list#,"|")#>
<CFSET f_ct = #ArrayLen(f_array)#>
<CFDOCUMENT format="PDF" backgroundvisible="yes"
overwrite="no" fontembed="yes">
<CFLOOP index="x" from="1" to="#f_ct#" step="1">
<CFDOCUMENTSECTION>
<CFSET url.target_url = "
http://blahblah.com/lp2.cfm?pagetoload=#f_array[x
<CFHTTP url="#url.target_url#" resolveurl="yes">
#cfhttp.filecontent#
</CFDOCUMENTSECTION>
<CFDOCUMENTITEM
type="pagebreak"></CFDOCUMENTITEM>
</CFLOOP>
</CFDOCUMENT>
</CFFUNCTION>

did you ever get this answered? i am having the same
problem.

Similar Messages

  • Vertical Text in PDF using CFDOCUMENT

    I am using font tag in a CSS file to layout a table header
    using vertical text. In HTML, the vertical text looks fine.
    However, when I convert the table to a pdf using
    <cfdocument>, the vertical text is displayed as horizintal
    text and does not follow the css specified font family, color or
    size.
    Here is the line in the CCS I am referencing:
    .header_vertical {FONT-WEIGHT: bold; FONT-SIZE: 8pt;
    FONT-STYLE: normal; writing-mode:tb-rl; FONT-FAMILY: helvetica,
    arial, verdana, sans-serif; TEXT-DECORATION: none; COLOR: #0f437c}
    This is CFMX7 on a Windows Server 2003 OS running IIS.
    Any ideas???
    Thanks.

    Hi there, did you find a solution to this?
    I had the same issue and no matter what i tried it didn't
    work. I found out that CFDOCUMENT doesn't support CSS2.
    Eventually I came up with a clunky solution, but had no other
    choice. I bought some imaging software called Alagad (
    http://www.alagad.com) which
    produces the vertical text as images on the fly. Its not ideal, but
    there was no ther way I could disply the text.
    Hope this helps you.
    Ally

  • Include .PDF file in JSP

    Am I able to include .pdf file in a .jsp page? If it is yes, how to do it?

    Not directly, no.
    You use HTML to include it as a seperate html frame/iframe, but nothing specific to JSP will help here.
    cheers,
    evnafets

  • How to loop and add multiple records from db in .pdf using cfdocument

    I have a query that pulls a users information (Id, FirstName,
    LastName, Title,etc). I then use cfdocument to output a person's
    biography into a pdf. This is great, because we no longer have to
    manually create bios, as they are now all dynamically generated.
    The problem I have now is that we want to be able to select
    multiple users and create a .pdf with each of their bios included
    in the one pdf.
    How do I loop thru records from a sql database in a
    cfdocument that includes a header and footer in cfdocument items,
    and ensure that one persons bio doesn't continue on the page with
    anothers.
    Here's the code I have so far for the cfdocument:

    Put the query around just the body of your cfdocument not
    around the whole cfdocument tag. Also, move any query information
    out of the header and put that in the body of the document. Lastly,
    put a cfdocumentitem pagebreak after each bio...you will need to
    check the recordcount of the query against the row you are on so
    that you don't add an empty page break at the end.

  • Getting Runtime error while including pdf doc with Form guides.

    Hi,
    I have urgent requirement where  I have to capture  the data  in the PDF doc   what user enters into the  form Guides.
    I am trying this on ES2.
    I followed the steps what  they  mentioned at ::  http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm - >>Creating  Guides using LiveCycle  Workbench ES2 ->  Including the PDF doc with a document.
    They  mentioned that we have  to create form design (pdf) with same data  model.. But When i tries to create form design by  including the data  model ..  it is  not allowing to me  save as pdf and  its telling that we have to save as xdp only.   So saved as xdp only and followd all the same  steps what they  mentioned  ..  but we are getting error like  :::
    2010-01-07 17:13:08,227 ERROR [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] An exception was thrown with name com.adobe.repository.ResourceNotFoundException message: ALC-REP-018-000: Resource
    [/Form/SampleFormGuides/1.0/Form/MyInformation.xdp] does not exist or you do not have sufficient rights to access it. while invoking service RepositoryService and operation readResourceContent and no fault routes were found to be configured.
    Please find my  form guide setting  to invoke my  REST URL.. and my process.
    please  help  me  in this regard ,,,,,

    Hi Han,
    The  problem  might  be in path of the resources. Please check the  path  for the pdf you includes at form guide.
    Please check concat( ) operation  .. make sure that it is correct and pointing as per your work bench.
    And
    At Configuring the REST endpoint for the PDF render service:,   6th  point  , please select   as System level rather than INVOKE_PERM.
    I hope it helps.
    Thanks
    Praveen.

  • Including PDF's, DOC's in CFM page?

    I'm doing an application submission web interface, and part
    of the process prompts for attachments, either Word Docs or PDFs,
    plus general database fields outputed to HTML with CF. The
    attachments are uploaded through CFFILE and stored on the server.
    The client is asking if there is any way to include the attachments
    directly in the same interface, rather than just a link? So if
    someone prints the application, it does the whole thing in one
    swoop. The only thing I can think if is an iframe pointing to each
    attachment, but I would have doubts that this would work. Any other
    alternatives? If anyone knows that it's not possible and can state
    this, please do, so I can have something authoritative to send back
    to the client. Thanks.

    The only way I can see to d this is to convert the pdf and
    doc files to html
    or maybe flash paper. A browser can't display those file
    types inline
    without a plug in. And even then a word doc will always open
    in Word when
    using a browser other than IE.
    Bryan Ashcraft (remove brain to reply)
    Web Application Developer
    Wright Medical Technologies, Inc.
    =============================
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.macromedia.com/go/team
    "rgurganus" <[email protected]> wrote in message
    news:e3b1n0$hil$[email protected]..
    > I'm doing an application submission web interface, and
    part of the process
    > prompts for attachments, either Word Docs or PDFs, plus
    general database
    > fields
    > outputed to HTML with CF. The attachments are uploaded
    through CFFILE and
    > stored on the server. The client is asking if there is
    any way to include
    > the
    > attachments directly in the same interface, rather than
    just a link? So
    > if
    > someone prints the application, it does the whole thing
    in one swoop. The
    > only
    > thing I can think if is an iframe pointing to each
    attachment, but I would
    > have
    > doubts that this would work. Any other alternatives? If
    anyone knows
    > that
    > it's not possible and can state this, please do, so I
    can have something
    > authoritative to send back to the client. Thanks.
    >

  • Font Not Working in PDF via CFDocument

    I am writing to a PDF document via the CFDocument tag. The
    font I am using is properly loaded on the server and is working
    when displayed in a broweser window. However, when the contents are
    written to a PDF file the default font is used, not the one
    referenced in the font statement. I haved tried truetype font and
    type 1 font. Nothing is working. AAARRGGHHH !!
    Please help !

    Which version of CF are you using.I remember running into the
    same issue on CF7 and had to load the HOTFIX from adobe on the same
    machine where the CF server is installed.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17883&sliceId=2.
    jJ

  • Include PDF file in a SAPscript Form

    Here is a good one.  Anyone ever heard of this.  I need to somehow import a PDF file into an ABAP program and include it in a sapscript form. 
    Requirment:
    Customer sends a PDF file to our system. We need to take this PDF file and include into a "quote" sapscript form and fax it back to the customer.
    If anyone has any other ideas of how I can accomplish this task........PLEASE let me know.  Thanks.
    Regards,
    Rich Heilman

    i solved a similiar problem by following:
    - catch the sapsript-data in otf-format by setting
      itcpo-tdgetotf = 'X' at CALL FUNCTION 'OPEN_FORM'
    - read the pdf-file from it's source
      (i.e. content server)in an internal table
    - send the fax with function-module SO_DOCUMENT_SEND_API1.
      at least in 4.6c you can add attachements to the fax.
      the fax-body is the otf, the attachements are
      the pdf-files.
    i suppose that your fax-software is able to send the pdf-attachements.
    here is some coding i copied from my program. i simplified it to show the main steps, so it won't run immediatly. the form assumes that the otf is filled in table ZT_OTFDATE, the pdf in ZT_PDFDATA and the PDF-filesize is in Z_PDFSIZE.
    *&      Form  FAX
    FORM fax CHANGING pe_subrc.
      DATA
      : ls_docdata TYPE sodocchgi1
      , ls_sadrfd  TYPE sadrfd
      , l_len TYPE i
      , lt_packlist TYPE TABLE OF sopcklsti1 WITH HEADER LINE
      , lt_head TYPE TABLE OF solisti1 WITH HEADER LINE
      , lt_text TYPE TABLE OF solisti1 WITH HEADER LINE
      , lt_bin  TYPE TABLE OF solisti1 WITH HEADER LINE
      , lt_recv TYPE TABLE OF somlreci1 WITH HEADER LINE
      , l_lines TYPE i
    OTF-Body
      CLEAR lt_packlist.
      DESCRIBE TABLE zt_otfdata LINES l_lines.
      lt_packlist-transf_bin = 'X'.
      lt_packlist-head_start = 1.
      lt_packlist-head_num   = 1.
      lt_packlist-doc_type   = 'OTF'.
      lt_packlist-obj_name   = 'Letter'.
      lt_packlist-obj_descr  = 'Letter'.
      lt_packlist-body_start = 1.
      lt_packlist-body_num   = l_lines.
      lt_packlist-doc_size   = lt_packlist-body_num * 255.
      APPEND lt_packlist.
      APPEND tnapr-fonam TO lt_head.
      APPEND LINES OF zt_otfdata TO lt_bin.
    Attachement
      CLEAR lt_packlist.
      lt_packlist-transf_bin = 'X'.
      lt_packlist-doc_type   = 'PDF'.
      lt_packlist-obj_name   = 'filename'.
      lt_packlist-obj_descr  = 'a filedescription'.
      lt_packlist-head_start = 2.
      lt_packlist-head_num   = 1.
      DESCRIBE TABLE lt_bin LINES l_lines.
      lt_packlist-body_start = l_lines + 1.
      DESCRIBE TABLE zt_PDFDATA LINES l_lines.
      lt_packlist-body_num   = l_lines.
      lt_packlist-doc_size   = Z_PDFSIZE.
      APPEND lt_packlist.
      APPEND 'filename' TO lt_head.
      APPEND LINES OF zt_pdfdata TO lt_bin.
    Receiver
      ls_sadrfd-rec_state = itcpo-tdteleland.
      ls_sadrfd-rec_fax   = itcpo-tdtelenum.
      lt_recv-receiver     = ls_sadrfd.
      lt_recv-rec_type     = 'F'.     " F=FAX U=Email
      APPEND lt_recv.
    DOCUMENT HEADER
      CLEAR ls_docdata.
      ls_docdata-obj_name    = 'fax name'
      ls_docdata-obj_descr   = 'fax description'.
      ls_docdata-obj_langu   = sy-langu.
      ls_docdata-obj_sort    = sy-datum.
      ls_docdata-obj_expdat  = sy-datum + 7.
      ls_docdata-sensitivty  = 'O'.
      ls_docdata-obj_prio    = '1'.
    ls_docdata-NO_CHANGE   = ''.
      ls_docdata-priority    = ls_docdata-obj_prio.
      ls_docdata-expiry_dat  = ls_docdata-obj_expdat.
    ls_docdata-PROC_TYPE   = ''.
    ls_docdata-PROC_NAME   = ''.
    ls_docdata-PROC_SYST   = ''.
    ls_docdata-PROC_CLINT  = ''.
    ls_docdata-SKIP_SCREN  = ''.
    ls_docdata-TO_DO_OUT   = ''.
    ls_docdata-FREE_DEL    = ''.
      ls_docdata-doc_size    = l_len.
      CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
        EXPORTING
          document_data                    = ls_docdata
        PUT_IN_OUTBOX                    = ' '
        SENDER_ADDRESS                   = SY-UNAME
        SENDER_ADDRESS_TYPE              = 'B'
      IMPORTING
        SENT_TO_ALL                      =
        NEW_OBJECT_ID                    =
        SENDER_ID                        =
        TABLES
          packing_list                     = lt_packlist
          object_header                    = lt_head
          contents_bin                     = lt_bin
          contents_txt                     = lt_text
        CONTENTS_HEX                     =
        OBJECT_PARA                      =
        OBJECT_PARB                      =
          receivers                        = lt_recv
        EXCEPTIONS
          too_many_receivers               = 1
          document_not_sent                = 2
          document_type_not_exist          = 3
          operation_no_authorization       = 4
          parameter_error                  = 5
          x_error                          = 6
          enqueue_error                    = 7
          OTHERS                           = 8
      IF sy-subrc <> 0.
        pe_subrc = sy-subrc.
        PERFORM protocol_update.
      ENDIF.
    ENDFORM.

  • Including pdf uri when emailing xdp data

    I'm trying to create an e-mail button which e-mails the xdp data along with a reference to the associated pdf.
    The XML Forms Architecture Specification (3.1) says the following about the submit element:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    The embedPDF property
    0 [default] = The associated PDF document is not embedded in the XDP PDF packet; rather, a URI is optionally
    provided. The URI must resolve to a PDF resource of MIME type pdf. The URI is the value of the
    href attribute in the XDP PDF packet. The URI may be obtained from the XFDF F-key path, which
    is relative to the system on which the original PDF file was created. If the URI is unavailable, neither
    the PDF itself nor a URI is included in the PDF packet in the submitted XDP.
    The way I interpret it is that when Reader exports the xdp data to the e-mail application, it inserts the value of the xfdf-snippets f-tag into the xdp data's <pdf href=""> tag. So I went ahead and added (in bold):
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <f href="http://server/populate_me.pdf"/>
       <annots/>
    </xfdf>
    Needless to say I won't work. Upon filling out the form in Reader and clicking the e-mail button, the reference I'm getting in the exported xdp is:
    <pdf href="populate_me.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/>
    (what I want is <pdf href="http://server/populate_me.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/> )
    I'd really appreciate some advice.

    I believe the ability to create an XDP email attachment that would fetch the form was removed after Reader 9. It might have been for security reasons.
    If you or someone else finds the answer to this one, I would appreciate it if you/they could send it to me.
    In designer, we're using a button containing the following xml:
                <event activity="click">
                   <submit textEncoding="UTF-8" xdpContent="pdf datasets xfdf xdp" target="mailto:"/>
                </event>
    It used to work fine if the form that created the email attachment generated it while the Reader plugin was inside the browser window at the time the email was created.
    Is the form at least populating the subject field of the email with the uri? Ours is, using the code above.

  • Design Premium CS5 dvd media include pdf manuals?

    Delivery of Adobe CS5 Design Premium this morning via FEDEX.  Nicely packaged box contained both Windows and Mac packages within the packaging.  I quickly perused through the Windows media package (total of 3 dvd's...Design Premium applications dvd, Design Premium Content dvd, and finally Acrobat 9 Pro applications DVD).  While I haven't installed anything related to CS5 as yet (busy completing  a full format along with a fresh  Windows 7 Professional 32-bit o/s load) I noticed there is no pdf documentation contained within any of the three dvd's.  Am I missing said items or has Adobe done away with all the electronic documentation I have come to expect as part of this purchase?
    If indeed this is the new "norm" I am kind of disappointed with this decision.  I also noticed I am missing the video workshop dvd similar to what Adobe provided in the past with CS3/CS4 as part of my purchase. I can understand Adobe wanting to go "green" but come on, how much more effort is required to include the electronic documentation.
    Can someone validate my media delivery is intact as delivered or should I call the Adobe support line?

    Thanks Bob-
         Yes, I am still conflicted whether to go 32-bit or 64-bit Win7 Pro.  My company issued laptop is still on 32-bit Windows XP Pro SP3 and not due for trade-up/upgrade for another year or more.  I perform all my design work on a home workstation (Asus P6X58 motherboard with mildly overclocked i7-920 with 6Gb DDR3 memory) so I can go either way.  Downside for me going 64-bit o/s is our company doesn't presently provide 64-bit VPN client to gain access beyond our corporate firewall not to mention 64-bit driver support for my color laser printers are beyond horrible.
    I cannot complain as my prior home workstation was a single core P4 Intel Prescott processor.....ever try to distill a full color 36 inch wide by 48 inch high Indesign poster into a pdf using a single core P4?....ugh

  • Problem creating PDF ith CFDOCUMENT

    I am crying to run this code and get a pdf file. Explorer
    runs nothing in return and the PDF is not created
    <title>THis is the certification file</title>
    <cfdocument name="Certification" format="FlashPaper"
    pagetype="letter" margintop="1" marginleft="1"
    orientation="portrait" unit="in" backgroundvisible="yes"
    overwrite="no" fontembed="yes" bookmark="false" localurl="no">
    <table width="604" border="0" align="center"
    id="C_IICertificationTable">
    <tr>
    <td width="598"><div align="center" style="color:
    #333333; font-size: 14">
    <h2 align="center">Certification of the Applicability
    of the Substantial Harm Criteria</h2>
    </div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Facility Name:</p></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Facility Address </p></td>
    </tr>
    <tr>
    <td><p align="left"><span style="color:
    #333333"><span style="font-size: 14px"><span
    style="font-size:
    14"></span></span></span>,<cfoutput></cfoutput> </p></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Does the facility transfer oil over water to or
    from vessels and does the facility have a total oil storage
    capacity greater than or equal to 42,000
    gallons?</p></td>
    </tr>
    <tr>
    <td><p align="left"><span style="color:
    #333333"><span style="font-size: 14px"><span
    style="font-size: 14"></span></span></span>
    <label>
    <input type="radio" name="RadioGroup1" value="1"
    id="RadioGroup1_0" />
    Yes</label>
    <br />
    <label>
    <input type="radio" name="RadioGroup1" value="0"
    id="RadioGroup1_1" />
    No</label>
    <br />
    <option value="1"></option>
    </p></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Does the facility transfer oil over water to or
    from vessels and does the facility have a total oil storage
    capacity greater than or equal to 42,000
    gallons?</p></td>
    </tr>
    <tr>
    <td><p align="left"><span style="color:
    #333333"><span style="font-size: 14px"><span
    style="font-size:
    14"></span></span></span></p></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Does the facility have a total oil storage
    capacity greater than or equal to 1 million gallons and is the
    facility located at a distance (as calculated using the appropriate
    formula in Attachment C–III to this appendix or a comparable
    formula1 ) such that a discharge from the facility could cause
    injury to fish and wildlife and sensitive environments? For further
    description of fish and wildlife and sensitive environments, see
    Appendices I, II, and III to DOC/NOAA's “Guidance for
    Facility and Vessel Response Plans: Fish and Wildlife and Sensitive
    Environments” (see Appendix E to this part, section 13, for
    availability) and the applicable Area Contingency
    Plan.</p></td>
    </tr>
    <tr>
    <td><p align="left"><span style="color:
    #333333"><span style="font-size: 14px"><span
    style="font-size:
    14"></span></span></span></p></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Does the facility have a total oil storage
    capacity greater than or equal to 1 million gallons and is the
    facility located at a distance (as calculated using the appropriate
    formula in Attachment C-III to this appendix or a comparable
    formula1 ) such that a discharge from the facility would shut down
    a public drinking water intake2 ?</p></td>
    </tr>
    <tr>
    <td><p align="left"><span style="color:
    #333333"><span style="font-size: 14px"><span
    style="font-size:
    14"></span></span></span></p></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Does the facility have a total oil storage
    capacity greater than or equal to 1 million gallons and is the
    facility located at a distance (as calculated using the appropriate
    formula in Attachment C-III to this appendix or a comparable
    formula1 ) such that a discharge from the facility would shut down
    a public drinking water intake2 ?</p></td>
    </tr>
    <tr>
    <td><div align="left">
    <blockquote style="color: #333333; font-size:
    14">  </blockquote>
    <blockquote style="color: #333333; font-size:
    14"> </blockquote>
    </div>
    <blockquote style="color: #333333; font-size: 14">
    <p align="left">1 If a comparable formula is used,
    documentation of the reliability and analytical soundness of the
    comparable formula must be attached to this form.</p>
    <p align="left">2 For the purposes of 40 CFR part 112,
    public drinking water intakes are analogous to public water systems
    as described at 40 CFR 143.2(c).</p>
    </blockquote></td>
    </tr>
    <tr>
    <td><p align="left"><span style="color:
    #333333"><span style="font-size: 14px"><span
    style="font-size:
    14"></span></span></span></p></td>
    </tr>
    <tr>
    <td height="37"><p align="left" style="color:
    #333333; font-size: 14">Does the facility have a total oil
    storage capacity greater than or equal to 1 million gallons and has
    the facility experienced a reportable oil discharge in an amount
    greater than or equal to 10,000 gallons within the last 5
    years?</p></td>
    </tr>
    <tr>
    <td><div align="left"><span style="font-size:
    14"></span></div></td>
    </tr>
    <tr>
    <td><p align="left" style="color: #333333;
    font-size: 14">Certification</p>
    <p align="left" style="color: #333333; font-size:
    14">I certify under penalty of law that I have personally
    examined and am familiar with the information submitted in this
    document, and that based on my inquiry of those individuals
    responsible for obtaining this information, I believe that the
    submitted information is true, accurate, and
    complete.</p></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    <tr>
    <td><div align="left"></div></td>
    </tr>
    </table>
    </cfdocument>

    Never mind.. IT looks like there is a bug in the Dreamweaver
    tag implementation. I erase all the attributes and just writed
    <cfdocument type="PDF">
    the HTLM code
    </cfdocument>
    It looks like writing code using dreamweaver turns a bit
    problematic. Please, le tme know if anyone here has siomilar
    problems.

  • Include PDF file in app

    Is it possible to include a pdf file in an mobile app?
    If, how is it done?

    You can convert PDF to SWF and load the swf in mobile ,pagewise.
    Also you can use FlexPaper component.

  • Generating pdf with cfdocument

    I have created a pdf using this tag, successfully displaying
    header and footer with <cfdocumentitem>. I used
    <cfdocumentsection> to create a fresh pdf for each grouping
    which is supposed to give me fresh page numbers for each section,
    but it is not. How can I set up the section to correspond with the
    grouping in my query? (ie: If I have more than one section with
    several pages each, then the page numbering should start over, but
    they don't.)

    Hi there, did you find a solution to this?
    I had the same issue and no matter what i tried it didn't
    work. I found out that CFDOCUMENT doesn't support CSS2.
    Eventually I came up with a clunky solution, but had no other
    choice. I bought some imaging software called Alagad (
    http://www.alagad.com) which
    produces the vertical text as images on the fly. Its not ideal, but
    there was no ther way I could disply the text.
    Hope this helps you.
    Ally

  • NO printer driver works after reinstalling OSX, including pdf

    I can't get my computer to print to ANYTHING including to PDF ever since I reinstalled OSX. I have a canon printer and put the drivers in every library I could see (the user one and the non user one?) but it isn't showing up for setting up a printer, AND it's saying I can't even print to pdf.

    dreadlobster wrote:
    I am having a similar problem on a mac mini. I recently had a crash, clean installed OSX from disc, updated everything (10.4.10), then after a few days, nothing prints, not on my canon ip 4300). i cannot open print & fax preferences. when i try i get this message "You cannot open Print & Fax preferences pane on this computer. Contact the developer of this software for a newer version." i would like to not have to clean install again as it takes me at least a day to get everything back on.
    I'd run Disk Utilities and repair disk (not just permissions) if I were you.
    And you don't have to do a 'clean install', you could just do an Archive & Install instead. But I'd do that only after checking with DU.

  • Include PDF/RTF stored as blob like an image in the report

    Hi,
    I've one rtf template and at the end of the document I will attach a predefined text. I has two ideas how to implement that. One could be to store the text as a file in the file system (as rtf, doc, pdf, ...) and link it in the document (the link must by dynamically because of different text depending on a value in my xml). The other way could be to store my different texts as a blob in the db and include it like an image (an image I've still included and it works).
    Can somebody explain me step by step how to solve my problem.
    Regards
    Carsten

    Hi Chris,
    tx for your reply.Including with sub-templates works fine. Now I try du import my sub-template dynamically. I've a value in my data XML for the sub-template and I like to do build my import link with this value.
    Now I'm using:
    <?import:http://#server#:#port#/xmlpserver/sub_template1.rtf?>
    And I want to do something like this:
    <?import:http://#server#:#port#/xmlpserver/<mySubTemplate>.rtf?>
    where <mySubTemplate> is the value from my data XML.
    I looked for variables in the documentation, but I'm not shure how to use them.
    In the chapter "Using XSL Elements" there is an example <xsl:variable name="color" select="'red'"/> but I'm not shure if I can use this syntax in my rtf-template, because to lines above in the doc the BI Publisher Tag is <?variable:name?> but where do I assign my value there?
    tx in advanced for the support
    Carsten

Maybe you are looking for

  • Add a link to the navigation / menu bar

    I would like to add a home button infront of the My Workspace button in the navigation/menu bar at the top of my Vibe page. What jsp of file should I edit to achieve this?

  • Error:MAPPING RESOURCE_NOT_FOUND

    Hi Experts, I have a scenario from RFC TO SOAP,it runs fine but rarely I get an error  *"MAPPING">RESOURCE_NOT_FOUND*.Not sure what is causing this problem.Can you help me with this guys <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--

  • A signed-in email in a newly unboxed iPhone 5?! Does it mean someone used it?

    I bought a brand new iPhone 5 yesterday and when I unboxed it and opened the App Store it already contained someones email signed in to it! So I had to sign out and type in mine.. Does it mean someone used it before me?! Thanks in advance for any hel

  • Wrong message while running report in bex analyzer

    Hi Experts, I have created an authorization object based on compnay code. I use the option RSECADMIN => Analysis => Execute As, to test this authorization object. When I give incorrect company code value, it displays correct message that is 'No autho

  • Network printer printing total gibberish

    Where I work we recently got some new Quad G5s and so far they haven't liked our printer for whatever reason. We have a Brother HL-1850-1870N series printer that is hooked up to our network. I go to the System Preferences, press the + button to add t