Is it possible to export the page activity report to a pdf file?

Is it possible to export the page activity report to a pdf file?and is there any api or samples to be reference

Do you mean audit history?   One method would be similar to the following sample that you could extend to create a PDF from the data returned:
http://www.eyelock.net/blog/archives/533
BUT the method used above via JCR Query is an implementation detail.  For future proofing, you should use the ReplicationStatus status = page.adaptTo(ReplicationStatus.class in your code to get the audit logs for a particular page, rather than a straight JCR query. (recommended by Jörg Hoh @ http://forums.adobe.com/message/5253760).

Similar Messages

  • I've exported my pages graphics document as a PDF file and can't seem to reduce the file size without compromising the quality of the photo's used even after choosing "best" quality.  I'm trying to send the file via e-mail but it's too big.  ??????

    I am trying to e-mail a graphics pages document I made as a PDF file.  After trying to resize the file, the photo's quality is compromised (really blurry) even after choosing "Best" quality.  What am I doing wrong.  As a regular full sized file (PDF) it's fine, but when it gets reduced, it's bad and it needs to get printed from the e-mail copy I'm trying to send.  HELP! Please.

    If there are a lot and/or large images the file will inevitably be large, no matter what.
    You can reduce them down as far as possible by cropping and scaling them to the final size before creating the pdf. You can do this by opening the images in Preview .app and using Menu > Tools to reduce the resolution and to crop.
    If you have used transparency effects eg shadow, reflection, transparency, 3D charts, OSX will by default render these at 72dpi in the pdf.
    Peter

  • Each page of Oracle Report Generates separate pdf file.

    I have a problem that i want that oracle report runs for one time and generates sepatate pdf files for each oracle report page.eg. if there are 8 page of report then 8 pdf files should generate (one pdf file for each page) but the condition is that the print job is set to NO and page range should not be given each time.

    What version of Reports are you using?
    If it's 10g then have a look at Report Bursting as this should enable you to send the report to multiple files based on a repeating group.
    Mark

  • Can I export the pages of a book created in Aperture

    I would lioke to export the pages of a book created in Aperture so I can import them to get the book published. Is it possible to export hte pages as jpg images? When I save it as a pdf, the whole book is one file.

    What is your Aperture version? In my version (Aperture 3.4.3) I can do the following:
    Print the book to pdf, by selecting the book in the Inspector panel and using
         File > Print Book
    In the "Print" panel I press the "pdf" button and select "Save PDF as folder to jpeg".
    This will create a folder of jpegs, one for each page.
    Regards
    Léonie

  • Is it possible to export the out put of Crystal report into text file?

    Hi All,
    Is it possible to export the out put of Crystal report into text file?

    Hi
    Yes, Go to File --> Export --> Export Report --> Under Format select TEXT & select the destination as "Disk file"(defaultly selected)
    Give the proper details as per your requirement for "Characters per inch" & "Number of lines per page" & click on 'OK"
    In "Choose Export file" window, select the destination folder & provide file name. click on "SAVE"
    Regards
    Ashwini

  • Is it possible to export the html code from a muse site that I am building?

    Is it possible to export the html code from a muse site that I am building?

    Mac_Heibu has the right idea. When you export your site to HTML, it creates a folder that contains all of your pages. Here's an example of what the folder will contain. All of your HTML pages, all your scripts, CSS, and it'll also have individual folders WITHIN your main folder for your phone or tablet versions, if applicable. This method allows you to upload your files to an FTP host. However, if you're trying to upload it to an FTP, the BETTER option would be to go File > Upload to FTP Host. If this has helped you, please mark mac_heibu's answer as the Correct Answer, and feel free to mark my reply as a Helpful Answer.

  • Can the Portal Activity Report show unique users per page?

    Hello all
    I guess this is a rather simple question, but can someone tell me if the portal activity report can show a count of unique users per page per week for instance?
    Or will it just show which users have visited the page in a list without aggregating them to a number? And if the users are aggregated to a number, is it only uniwue users that are counted for the given period?
    Regards,
    Martin

    Hi sogaard,
    It shows the no of unique logons.isnt it.
    Try these blogs
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5497
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5436
    Hope this helps
    Regards
    Vineeth

  • Is it possible to export the "Mediathek" in a data file (excel or word) ?

    Is it possible to export the "Mediathek" in a data file (excel or word) ?

    see my old post:
    https://discussions.apple.com/message/6272619?messageID=6272619#6272619?messageI D=6272619

  • Is it possible to change the page of a linked PDF without relinking?

    Is it possible to change the page of a linked PDF without relinking and going through the import options?
    I'm trying to import seveeral pages of the same PDF. The process would be quickest if I could import it once, then duplicate the image box a number of times, then just change the page number each image box is linking to.
    At the moment I'm having to relink (or place), then go through Import Options, then choose the page - it's a long process that feels like it should be quicker.
    Any ideas?
    Thanks

    The short answer is no, that's not possible, but it IS possible to import multiple pages at one time.
    My favorite script for this is from Scott Zanelli: InDesignSecrets » Blog Archive » Zanelli Releases MultiPageImporter for Importing both PDF and INDD Files, but there's also a sample script included with ID.

  • OVI Suite : How is it possible to EXPORT the synce...

    Hello All !
    After having synced successfully , I would like to know how it is possible to export the different files to Excel , either in CSV or in TXT format ( or another one... )
    Thank you for your help !

    Same question here. In PC suite it is no problem, but in OVI suite I can not that that option. Who can help us?

  • Is it possible to export the graphical display of a Query Result to .xls ?

    Hi Guru's
    Is it possible to export the graphical display of a Query Result to .xls ?
    Please give me some assistance
    Points will be assigned
    Thanks and Regards
    Srikanth

    Hi Srikanth,
    Checked it....I am able to save that as a .XLS in the above mentioned process.
    Try it again.
    Regards,
    Ram.

  • How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

    Hi sir,
             I created A tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Solved!
    Go to Solution.

    You have a couple of possiblities:
    Keep the tab value in a shift register and use a value changed on the boolean to increment or decrement the tab. Write to a local variable of the tab as needed (I would recommend against value property nodes as in the above examples by others).
    You could also hide the tabs and make the tab control an indicator. Now you can write directly to the terminal if the boolean changes and you don't even need a local variable.
    Here is an example showing both (LabVIEW 8.2).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    TabSwitcher.vi ‏18 KB

  • Is possible to get the page name from the _pageid

    Is possible to get the page name from the _pageid displayed in the url?
    It must be stored in a portal oracle table does anyone know which ones or whether there is a api to translate the pageid.
    Thanks in advance.

    You have you execute this query, using both the numbers included in the parameter pageid:
    select display_name from portal.wwsbr_all_folders
    where caid = :first_number
    and id = :second_number

  • Is it possible to suppress the Page Header of the Main Report based on the Section Name?

    Hi,
    I am fairly new to Crystal Reports XI.  Is it possible to suppress the Page Header of the Main Report based on the Section Name?  Thanks.

    In the section expert you can enter a formula on the suppress function.
    You just need something to check against if it is section name you say
    {section name} ="Suppressme"
    I have used it more in drill level to display headers based on how far you have drilled into a report.
    Hope this helps
    Eric
    Via Christi Health System

  • Is it possible to export Xcelsius using SAP BW connection to PDF ?

    My customer has a requirement of exporting an Xcelsius visualisation based on SAP NetWeaver BW Connection to pdf.
    When I do so, the pdf is generated, but the query to BW is never executed (Refresh Before Components Are Loaded, Refresh button on grid : it does not work).
    Is there a way to publish a Xcelsius visualisation based on BW via pdf ? By publishing the pdf to the SAP NetWeaver portal ?
    Thanks
    Hans

    i also like to know the solution. is it possible to export xcelsius if connect via Qaaws to PDF?

Maybe you are looking for

  • FIX FOR: iPhone 4 battery draining fast, phone running hot

    I had the same issue many have reported here and in comments on blogs, where their +_battery was draining at least twice as fast_+ as on an iPhone 3GS with iOS 4. Some threads suggest +_this happens to iPhone 4 when restored from a 3G or 3GS_+, and i

  • Getting all documents(and their line items) on basis of a vendor r customer

    Hello to all, I have made a report which takes a range of document dates and querys the bkpf on the basis of bldat(and query bseg on basis of the retrieved belnr). Now want i need is to add another selection(lifnr in case of vendor and kunnr in case

  • Lost all my apps after I did a system restore on my replacement I phone 4

    Hi, I got my I phone stolen and got a replacement phone, I did a system restore and everything came over except for all my apps.  What can I do?  Yes I did back up my phone prior to it being stolen.  I did remember seeing all my apps on my itunes at

  • How to register on app trailers?

    So yeah as many of you know, with app called app trailers you can make money online watchign videos, downloding apps and stuff. But i am kinda new to this and today i downloaded this app. But people say if you enter their bonus code you earn another

  • Possible to create a rescue and recovery USB disk?

    When you create rescue and recovery media, there's an option showing "USB hard disk drive". However, the target drive list is always empty. How could I get it work? I have plugged my usb-hard disk to my laptop (T400). BTW, it's possible to create the