Scheduling a PDF output using cfdocument

Has anyone come up with a way to have a page save a
pdf/flashpaper file of a webpage at a certain time during the day
without someone accessing the site. I have an electronic time sheet
that I want to save a copy of at the end of the day but want to
have this happen without anyone having to access the page. Can this
be done?

You can schedule jobs with either cfschedule or on the admin
page.

Similar Messages

  • Problem with number-fields in PDF Output Using FOP

    When generating PDF Output using FOP as described in the utilitiy provided in the HTMLDB Studio http://htmldb.oracle.com/pls/otn/f?p=18326:44:12104450162492733947::::P44_ID:1522
    formatted numbers over 1,000 are resolved as characters (because of the comma) and are therefore right justified. This results in alignment issues for numeric columns.
    Does anyone have any ideas on how to work around this.
    Thanks,
    David

    Hello,
    Your probably going to have to edit the xslt to get the result either by stripping out the comma or by setting that column to explicitly align the way you want it.
    Carl

  • How to generate a PDF output using batch file in 10G

    Hello,
    I am using .bat file to generate a report PDF output. I have done this many times in 6i but for 10G I am unable to do the same.
    Can someone please look at the syntax below and let me know where I am going wrong.
    I understand that reports are different for 6i and 10G specially .rep file but I am sure we should be able to generate a PDF file using 10G. Please let me know.
    Thanks
    IQ
    Contents of .bat file follow
    ECHO Opening parameter form. Please do not close this window.
    C:\
    FOR /F "tokens=1 " %%I IN ('time /t') DO (SET _TIME=%%I)
    FOR /F "tokens=2 " %%I IN ('date /t') DO (SET _DATE=%%I)
    SET EXP_DATE=%_DATE:~6,4%%_DATE:~0,2%%_DATE:~3,2%_%_TIME:~0,2%%_TIME:~3,2%
    SET FILENAME=SEND_EMAIL_%EXP_DATE%_%USERNAME%.PDF
    CD C:\Users\Documents
    RWCONVERTER REPORT=C:\Users\Documents\send_email.rep USERID=scott/tiger@ORCL1 ORIENTATION=LANDSCAPE DESFORMAT=PDF DESTYPE=FILE
    DESNAME=C:\Users\\%FILENAME% PRINTJOB =NO

    Rwconverter is not used to run reports:
    rwconverter (Reports Converter) enables you to convert one or more report definitions or PL/SQL libraries from one storage format to another.
    I think you mean rwrun:
    rwrun (Reports Runtime) runs a report by starting its own in-process server (not to be confused with the default in-process Reports Server), which runs in the same JVM as the rwrun process.
    This bat file has to run on the server. There is no Reports installation on the client anymore.
    If you want to run a report from a client, you can make a bat file that calls the report url
    See: http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/pbr_cla002.htm#i634710

  • Help with PDF creation using CFDOCUMENT / iText

    Hi everyone,
    Finally made the jump to CF7 after sticking with 5 for way
    too long and now have an urgent need to generate PDF.
    <cfdocument> seems to do better than anything else at
    converting HTML styled with CSS, but falls short in a few
    fundamental areas. What I need to do ( to name 3) is:
    * Generate a table of contents - including page numbers
    * Have far greater control over the headers / footers
    * Swap page orientation mid-document
    I can get round the page orientation thing by creating each
    section as an individual PDF and gluing them back together using
    PaulH's excellent PDF concatenation code. Using <cfdocument>
    I can reserve space for the headers / footers, and add a table of
    contents with placeholders for the numbers.
    Now, my question: Will I be able to rewrite all the page
    numbers, finish off the table of contents and headers / footers
    using iText? i.e. traverse the concatenated PDF file, rewrite the
    headers / footers, work out the page numbers and rewrite the TOC?
    I'm not asking for sample code or even a how to - just a
    heads-up from some who knows iText well and can quickly say whether
    this is feasible.
    I hope it is because my alternative approach is to go down
    the xsl-fo route which I suspect will be more effort in the long
    run.
    Thanks
    PJ

    as alternative solution you might check activepdf products.
    www.activepdf.com
    cheers
    kim

  • Issue with generating large pdf file using cfdocument tags in CF9

    We are in the process of upgrading our code to use cf9 and the cfdocument tag (from the old cfx_pdf tags).  We have successfully gotten one piece of our code to work but the file size of the pdf that we are generating now is huge in comparison to what it was using the CFX_PDF tags. (I.E.  with the new code the file is 885 KB in comparison to the old code generating only a 11KB file). We are not embedding fonts so the Fontembed = "no" didn't work for us.  We do have all of our images as .jpgs but unfortunately due to the volume of images that we have we can not switch all these files into another format.  Is there is way to shrink or optimize the pdf file size that we are generating? 
    Thanks so much for your help.
    Claudia

    We are in the process of upgrading our code to use cf9 and the cfdocument tag (from the old cfx_pdf tags).  We have successfully gotten one piece of our code to work but the file size of the pdf that we are generating now is huge in comparison to what it was using the CFX_PDF tags. (I.E.  with the new code the file is 885 KB in comparison to the old code generating only a 11KB file). We are not embedding fonts so the Fontembed = "no" didn't work for us.  We do have all of our images as .jpgs but unfortunately due to the volume of images that we have we can not switch all these files into another format.  Is there is way to shrink or optimize the pdf file size that we are generating? 
    Thanks so much for your help.
    Claudia

  • How to inclulde digital signature in PDF outputs using XML Publisher

    I'm working on AR invoice print report which is a custom report. One of the requirements of this report is to include the digital signature in the output which is in PDF format.
    We have below code components for this custom report.
    Oracle Report (RDF) - to extract the invoice data
    RTF template - for report layout
    Bursting file - to split the output into individual PDFs
    Is there any document available to implement the digital signaure in my case?
    I'm looking for the steps to implement this in my custom report using XML Publisher.

    Take a look at the report designer's guide; section "Adding or Designating a Field for a Digital Signature" here:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187.pdf
    Thanks,
    Bipuser
    If I am not mistaken, this would require using PDF templates and use of Adobe Acrobat Professional.. Maybe others can chime in with other/better options..
    Edited by: BIPuser on Aug 2, 2011 12:58 PM

  • Creating PDF's using cfdocument hangs the server

    We are running two ColdFusion 9 servers on Suse linux 11.3, 64 bit.  We are current on all our hot fixes.
    Over time (a couple of days usually) all of our PDF reports hang.  No exceptions are thrown.  Eventually they timeout.  A server reboot is required to fix the problem.  The rest of the app functions fine.
    Once this condition occures, all of the PDF reports hang (some reports have a lot of data....some have minimal).  If the <cfdocument> tag is empty, the report will execute normally, but even just "hello world" in the cfdocument tag hangs.  I am guessing that there is some system resource that it is waiting for--a thread, memory, etc.  But the rest of the app runs fine, so it appears to be something specific to <cfdocument>.  We are currently configured with 3G jvm, 360 jvm threads.
    These same reports have been running for a couple of years on cf8 and cf9 (with no hotfixes).  We deployed a new app on cf9 (with hotfixes) about a month ago which is when the problem started.
    We are not sure what else to try....server reboots are getting old.  Any comments would be appreciated.

    The best thing you can do in this situation is to examine the server during the failure condition. You do this by generating a stack trace. There are several ways to generate a stack trace from running commands on your Linux server to using features of the ColdFusion Admin API. Here are some links to get your started.
    Generating a snapshot/stack trace via code using the CF Admin API.
    http://awe.st/fX6HEy
    PDF of presentation notes and stack trace options from Charlie Arehart.
    http://awe.st/eVvgpw
    Once you've generated the stack trace you need to look through it for issues with memory (JVM heap), CPU, locked threads etc. Reading stack traces is not the easiest thing to do, especially making decisions on what to do based on what you see. In other words, it'd be hard to cover everything in a forum post. But, this sort of analysis should help you figure out more about what is happening during the failure condition.

  • Hyphenation & text-align:justify in PDF's with CFDOCUMENT

    Hello everybody!
    We are using CF8.1 and are having problems of generating well designed PDF outputs with CFDOCUMENT. We would like to print out reports, which are hyphenated and have the text aligned. Example:
    This works fine:
    <html lang="en">
    <STYLE>p { width:260px;background-color:blue;-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;  -hyphens: auto;text-align:justify}</STYLE>
    <P>Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer</P>
    </html>
    This won't:
    <CFDOCUMENT FORMAT="PDF">
    <html lang="en">
          <STYLE>p { width:260px;background-color:blue;-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;  -hyphens: auto;text-align:justify}</STYLE>
          <P>Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer</P>
    </html>
    </CFDOCUMENT>
    Do you have any solutions on this topics? Are do I have to wait until CF11.
    Thanks in advance
    Matthias

    4tun8mom wrote:
    Now, the problem is that, while the client likes this, they don't like that the headers and footers are grayed out and the colors are not as vibrant in Word as the program part I created and saved as a PDF.
    They're being a bit impractical in their complaints, in fact they remind me of my Dad!  The final product is still fine.
    4tun8mom wrote:
    They also don't like that if we keep this as a Word document, all the text is editable.
    That's fair enough, the solution would be to make the text in the header and footer an image instead.
    4tun8mom wrote:
    So my question is, can I create a PDF that has the same features with the expandable text control boxes.  If I can, would you recommend InDesign to do this?
    No you can't.  I'm pretty sure you can't create a PDF with expandable boxes and I'm very sure that you can't create a PDF that will add pages with headers and footrs.  However you can create a PDF with basic fillable text boxes, they're called forms and you need Acrobat as well to do it, google it and you'll find plenty of info.

  • Output Post Processor is unable to generate the PDF output

    Hi,
    We are using a custom RDF to generate PDF output using a RTF template built using XML. We are facing some problem while running this XML report. The report is completing with warning because of the following reason.
    "The concurrent manager has timed out waiting for the Output Post-processor to finish this request."
    The problem is not because of the temp space because we printed a sample XML report which is having thousands of pages.
    We have tried by changing the value of the profile option "Concurrent: OPP Process Timeout" to 5000, 10000 etc. But still the issue is not resolved.
    The report is giving the output if the number of rows are less. It's failing for bulk number of rows.
    It would be greatful for us if any one of you can give ideas on these...
    Thanks in advance...

    Hi Sairam
    there might be something wrong with your template,
    might be improper usage of Conditional and Looping statments,
    might be improper usage of nested tables,
    just check you template once again
    report should work for any set of data(small or large),

  • Line objects not showing in pdf output in xmlp 5.6.1

    Hello,
    Is there a bug or just a version issue when trying to produce pdf output using xmlp 5.6.1 Enterprise Edition from a template built in xmlp 5.6.2 stand alone? Different versions of pdf too. The xmlp 5.6.1 EE uses Adobe 7.0.7 and I use 7.0.0 for my dpf output. The issue is that the template built using 5.6.2 has line objects in the rtf file. When this template is registered in xmlp 5.6.1 EE and the report is generated the lines don't show up in the pdf.
    Any one?
    Ryan

    I opened a TAR and here is the answer. My template definition was wrong because I directly used my data template xml file to define my template using template builder.
    Here are all the steps to use XML data template under apps.
    To use data templates, do the following:
    1- Create the data template similar to the following structure
    2- Login to responsibility "XML PUBLISHER ADMINISTRATOR" -> Data Definition
    2.1 upload the data template (that is made in step1)
    2.2 Insert a new code that is not find the concurrent request short name.
    3- Login to system administrator -> concurrent -> program -> define (define a new concurrent request as following)
    3.1 use execute XDODTEXE (it takes the data definition in step 2 and shall execute the query to obtain XML output)
    3.2 Output format = XML
    3.3 request short name as that defined in step (2.2)
    4- Add the request to a request group
    5- The the concurrent request and get the created XML output
    6- Use the created XML Output in (step 5) to create your template layout using Template builder vers
    ion 5.5
    7- After creating the template go to responsibility "XML PUBLISHER ADMINISTRATOR" -> Templates
    7.1 define a new template
    7.2 use the same data definition that you created at (step 2)
    7.3 Use the same code as in step (2.2)
    After all the above steps you shall get the output as you wish. The main link between Data template and the concurrent request that execute the data template to generate the XML output is the request short name and the data template code.
    Hint:
    request short name = data template code.

  • Including other PDF's in cfdocument

    I have been trying to include another NON cfreport PDF to
    cfdocument and it garbles the the cfinclude. I can create PDF's
    from coldfusion but cannot combine that with an already PDF in the
    same directory.. Is it possible to create a pdf and include and
    already created pdf to make one pdf from cfdocument?

    ColdFusion 8 has a new tag called <cfpdf> which allows
    you to merge pdfs. So you can merge pre-created pdfs as well as
    pdfs created using cfdocument. Apart from merging, it also allows
    you to do whole range of pdf manipulation such as splitting, page
    extraction, creating thumbnails, extracing text, creating
    watermark, creating table of content, adding/manipulating usage
    rights, signing pdf and verifying signature in PDF, extracting
    meta-data.

  • Best way to produce PDF output from Classic ASP

    I have Adobe Professional 9.2 and LiveCycle ES Designer 8.1. I need to change a Classic ASP web application to produce a PDF report. The way I see it I have three options:
    1) create native PDF output using open source libraries.
    2) create an FDF form with Adobe Pro as a template and use FDF libraries from Adobe to substitute text in the template
    3) create an XML form with LiveCycle as a template and do direct text substitution into the XML.
    I created a PDF with LiveCycle and prior to saving, unchecked the "save PDF files compressed" in tools/options. I don't want any text boxes, just labels, and in some of the labels I will put distinguishable text. When the web application uses the template it will find various text strings in the XML stream and substitute.
    What's the best way to do this? Is there a better way of doing substitution into the LiveCycle template? I would like to stay with LiveCycle. But from code samples I've seen, FDF substitution is very straightforward and possibly easier. I also thought LiveCycle is supposed to be the way to go instead of Adobe Pro. Thanks

    I cannot speak about theother methods but I can speak about the XFA method. In most cases people will bind the xml to the rawValue property of the field thereby filling the field with the value. However there are other bindable properties. Caption is one of them. first you have to turn on the Dynamic Properties. Click on th efield you want to control on on the Object palette click the icon as shown below:
    A new menu will open like this:
    Turn that option on and the Caption will turn a different color and will become a link. Click on the link and then you can map the caption to a node in your XML structure. This assumes that you have created a Data Connection to bind with.
    Paul

  • 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.

  • PDF output characters right hand side getting truncated using --PASTA

    H All,
    DB:11.1.0.7
    Oracle Apps:12.1.1
    O/S:Linux Red Hat 86x64
    We are getting right hand side characters truncated for PDF output when Conc Prog is run through EBS.This is the problem.
    But while saving the file on dektop and printing both left and right hand side characters gets printed well within the margin area.
    What could be the problem here please?Could anyone please share the resolution.
    Page size used is: 81/2 x 11 - Letter.
    Thanks for your time!

    We are getting right hand side characters truncated for PDF output when Conc Prog is run through EBS.This is the problem.Is it a seeded or custom concurrent program? Does this happen to all requests or specific ones only?
    But while saving the file on dektop and printing both left and right hand side characters gets printed well within the margin area.What if you print the same file from the server using the lp command?
    What could be the problem here please?Could anyone please share the resolution.
    Page size used is: 81/2 x 11 - Letter.What is the printer type/style?
    Have you tried different printer?
    Also, have you tried to adjust the number of Rows/Columns of this concurrent program?
    Please see if (Custom Landscape Reports In PDF Format Print In Portrait Orientation [ID 421358.1]) helps.
    Thanks,
    Hussein

  • How to use cfdocument  create a PDF file and save the file in server?

    Hi,
    I want to use cfdocument to create a PDF file and save it in
    the server for other people to download,can you give me a idea how
    to do this.Thanks.
    <cfdocument format = "PDF" pagetype="A4"
    orientation="portrait">
    </cfdocument>
    Mark

    Hi
    <cfdocument filename="" format = "PDF" pagetype="A4"
    orientation="portrait">
    </cfdocument>
    Give the physical path to the filename. You have write
    permission for this folder to create a PDF file.

Maybe you are looking for

  • Multiple I Tunes accounts on one computer?

    I have three IPODS in the family. How do I create 3 different accounts with different music on each from the same computer?

  • How to exit out of birthday calendar and see my personalized calendar

    Hi, Might be a dumb question but ever since I upgraded to Maverick, I can't see my own personalized calendar. I launch the calendar and all I can see is the holiday calendar or the birthday calendar and i'm not allowed to make changes to either so th

  • MBP internal drive failure causes external drive probs. Weird...

    I've been booting off an external drive for some months now. I figured it would save wear on the internal drive, and when my boot drive eventually failed (the external one) it would be quicker and a lot cheaper to swap that out with another external

  • Wi-Fi issue in 2014

    Most of the posts I've read regarding the wi-fi issue are from 2013.  Is there any solutions for 2014?  My iPhone 4s  no longer has a warranty.  As a matter of fact, it is a refurbished one.  However, when I first got it, I had absolutely no problems

  • Server0 is not getting started some timeout out services: issue with thread

    in SAP MMC server0 is in yellow colour!!!!!!!! and dev_server0.out file is below explaing the exect error in log file...................... stdout/stderr redirect node name   : server0 pid         : 7832 system name : E12 system nr.  : 03 started at