Limiting page view from HTML to PDF

Hi,
We have set the default view of Hyperion Financial Reports (version 11.1.1.3) in Workspace as HTML view. There are several reports that have user prompt as Year. When a user selects a particular year, he/she can see all months of that year in HTML view (by selecting one of the months from the drop-down menu, which is Page dimension). Now, when user converts to PDF format, the file has all the months of that year. My client has a requirement that PDF file should display only the month selected from Page dimension. Is it possible that the PDF file has only the month that is currently open in HTML view. For example, from the list of 12 months, if a user selects February from the page drop-down menu in HTML view, and when he/she converts that to PDF, the file should display only February (as opposed to displaying all months in PDF).
Thanks for any advice.
Regards,
Abhi

Abhi,
Can you sketch out your dimension layout real quick, how did you manage to get all months
according to the prompted year? You might want to tweek the layout a little bit to get
what you need!!
That I know, it sounds like the usage of some functions to open the period dimension
both in POV and Row/Column layout.
--Ram                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Converting images as well as text from HTML to PDF

    I used Acrobat XI to convert a text and photo document I created in Squarespace (HTML) to PDF. Acrobat successfully retained the format of the document and all the text but left blank all the spaces where photos had been placed. I then had to re-import all the photos, re-size and re-caption them -- a lot of work! Is there a way for Acrobat to import the entire document as it displays on the web, including all the photos in their proper placement?

    Thanks for your suggestion. Where do I find the setting for View Large Images?

  • Black Pages - Convert from Word to PDF

    When I convert a Word document to a PDF, the pages on the PDF document are black.  This only happens on select Word document that use a specific cover graphic.  I've sent the same document to a co-worker and they were able to convert the document to PDF with no issues.  I have verified my preferences with my co-worker and these are the same.  I have the latest version of Adobe Reader (10).  I was previously able to convert a Word document with the same graphic to PDF without any issues.  Any ideas on how to fix this?

    Adobe Reader can't convert from Word to PDF.

  • Looking for a convertor from HTML to PDF with J2SE

    Hi all,
    My current project would generate some XML data and display it on the web. Needless to say I have to prepare a matching set of XSL to transform the XML into HTML. I got that part done.
    However, my project also requires a PDF output of the same XML data for download. Well, I planned to do the XSL-fo stuff on it as well. But at some point the client thought since new kind of XML data may be added and it's too troublesome to maintain 2 sets of XSLs, they are requesting a converter to translate HTML directly into PDF now.
    I've searched the web, and found a few converter. But all of them are written in C and can't be embeded directly into my Java code. And my servlet might not have rights to call an external program on the production machine.
    I would appreciate very much if anyone can share their experience on similar issue, using a Java component to convert HTML into PDF. Suggestion of commercial products or open source freeware are all welcome.
    Thank you very much.

    HTML to PDF with Java, using OpenOffice.org - example here: [http://www.dancrintea.ro/html-to-pdf/|http://www.dancrintea.ro/html-to-pdf/]
    You can use OpenOffice.org, running as a server and command it remotely for document convertion.
    Besides HTML to PDF, there are also possible other convertions:
    doc --> pdf, html, txt, rtf
    xls --> pdf, html, csv
    ppt --> pdf, swf
    Code example:
    import officetools.OfficeFile; // this is my tools package
    FileInputStream fis = new FileInputStream(new File("c:/test.html"));
    FileOutputStream fos = new FileOutputStream(new File("c:/test.pdf"));
    // suppose OpenOffice.org runs on localhost, port 8100
    OfficeFile f = new OfficeFile(fis,"localhost","8100", true);
    f.convert(fos,"pdf");
    -----------------------------------------------------------------------------------------------------------------------------------------

  • Blank page generated from export to pdf but not when sent to viewer

    I have a report where I am suppressing a subreport when no data is found and it works correctly when sending it directly to the CrystalReportViewer.  However if I Export it directly to a pdf it is creating a blank page.  Can someone please tell me how to fix this issue?

    Not enough info, need version and patch level.

  • Goto page link from html

    How can I create html link to flash paper files page ?
    ex: When I click to page5 link, it shold be open flashpaper
    document and goto page 5 automatically.
    This feature is avaible at pdf files.
    Please help.
    Thanks.

    I looked into this. From what I read, I don't think this is
    supposed to work from compiled help. It can work from WebHelp. What
    you are looking for is a "named destination" in Acrobat, not a
    "bookmark." Apparently these are two separate things, but the named
    destination is accessed like an HTML bookmark, e.g. <A
    HREF="filename.pdf#destination>. You can also use a page number,
    e.g. <A HREF="filename.pdf#page=4">
    Hope this helps.
    John

  • How to produce a list of URLs and page numbers from large website pdf file.

    Adobe Acrobat Pro version 10.1.4.
    I created a pdf file from an entire website which has 1062 pages.
    I was asked to produce a list of pages which should be updated or deleted.
    There is a URL on every page.
    What is the best way to mark the pages for update/deletion?
    Is there a way to automatically produce/export a list of a all URLs of these pages including page numbers and "feature" update/delete? Thanks for your help.

    Thanks for the reply. I refer to the page numbers visible under the pages when you click on in the icon "Page Thumbnails" on the top left side. The page numbers do not appear on the pages themselves.
    When saving the entire website bookmarks were created automatically as as well as the URL put on the left botton side of the respective page. They have always the same syntax like this: http://egr.istat.it/?q=node/285[06/062013 17:54:35]

  • Reverses page order from Word to PDF

    When I create a PDF from an existing Word document it scans the pages in reverse order so that i see the second page first.  How do i fix this?  I have Acrobate 9 Standard and Word 2000.  Any help will be much appreciated.

    In Word under Tools > Options > Print tab, make sure that "Reverse Print Order" is not checked.

  • Need to protect page views from showing CF coding

    I am building an application for a client that involves a
    considerable amount of cfml. I've spent a hundred hours building
    and testing this code. I would like to somehow protect this code
    from being copied (or downloaded) and re-used (or modified once
    downloaded) by someone other than me. In other words I don't the
    client cloning my code and making it work in-house. Not that they
    would but... you never know who they may hire down the road. Since
    I'm a novice ColdFusion user I need a simple solution. Protecting
    on a file-by-file or directory basis would be great. Any help would
    be greatly appreciated.

    ColdFusion has the encode utility that can be run on your
    templates to
    make them harder to read. The documentation will tell you
    how.
    http://livedocs.adobe.com/coldfusion/8/htmldocs/appSecurity_02.html
    At the bottom of the page: "Note: You can also use the
    cfencode utility,
    located in the cf_root/bin directory, to obscure ColdFusion
    pages that
    you distribute. Although this technique cannot prevent
    persistent
    hackers from determining the contents of your pages, it does
    prevent
    inspection of the pages. The cfencode utility is not
    available on OS X."
    I believe CF8 and maybe CF7 now supports the ability to just
    export the
    compiled Java byte code for your application so you do not
    have to give
    the source code, but I have never done this.
    http://livedocs.adobe.com/coldfusion/8/htmldocs/deploying_5.html#117556
    Neither of these are full proof. There are known tools that
    are capable
    of un-encoding encoded ColdFusion templates and reverse Java
    byte code
    back into source code. But it at leasts inconveniences the
    casual
    sneak, just like locking your doors does.

  • Why does Safari open with the last page viewed from the previous session rather than my homepage?

    The only way I can get Safari to open to my homepage when starting a new session is to be sure to close all windows from the previous session before quitting Safari.  If I don't go through this process, Safari opens to the last site I accessed before quitting.  What am I missing?

    I am having the same problem but in Mountain Lion the "System Preferences -> General -> Number of recent items -> UNTICK "Restore windows when quitting and re-opening apps." option is not available. The only thing now is "Close windows when quitting an application." which I have ticked.  Under recent items there is only a list of numbers.
    This seems strange to me. Any ideas?
    Thank you.

  • Create accessible pdf from html pages dynamically

    Hello,
    I am trying to create a 508 compliant Pdf from a simple HTML page using the HTML to Pdf feature in Livecycle ES4 server. I was able to configure the service to generate tabbed Pdf, but the created Pdf has multiple accessibility issues.
    Some of the issues encountered are:  incorrect tab order,  some links are not tabbable while others are,  link text is being read “Blank”,  some text is skipped while tabbing,  missing alt text for images,  page being rendered in the responsive(mobile) view,  etc.
    I have tried both the available approaches, of 1) providing a URL to create the PDF, and 2) to send the html document as a zipped file, with same results.
    Attached is a sample PDF generated from a simple HTML page I created for demo.
    My questions are:
    Is it possible to generate 508 compliant (accessible) Pdf documents using Html to Pdf service from Pdf Generator? If yes, which settings might I be missing?
    Is there any other service provided by Adobe Livecycle Server that can generate 508 compliant Pdf documents from a 508 compliant HTML page?
    Your help is much appreciated.
    Thanks,
    Anup

    I created a tool that does just that (only you will need to enter the page numbers as text, it does not work by selecting them):
    Acrobat -- Extract Non-Sequential Pages: http://try67.blogspot.com/2011/04/acrobat-extract-non-sequential-pages.html

  • Create accessible pdf from html page

    Hello,
    I am trying to create a 508 compliant Pdf from a simple HTML page using the HTML to Pdf feature in Livecycle ES4 server. I was able to configure the service to generate tabbed Pdf, but the created Pdf has multiple accessibility issues.
    Some of the issues encountered are:  incorrect tab order,  some links are not tabbable while others are,  link text is being read “Blank”,  some text is skipped while tabbing,  missing alt text for images,  page being rendered in the responsive(mobile) view,  etc.
    I have tried both the available approaches, of 1) providing a URL to create the PDF, and 2) to send the html document as a zipped file, with same results.
    Attached is a sample PDF generated from a simple HTML page I created for demo.
    My questions are:
    Is it possible to generate 508 compliant (accessible) Pdf documents using Html to Pdf service from Pdf Generator? If yes, which settings might I be missing?
    Is there any other service provided by Adobe Livecycle Server that can generate 508 compliant Pdf documents from a 508 compliant HTML page?
    Your help is much appreciated.
    Thanks,
    Anup

    I don't think it's possible to do this using a standard JavaScript script in Acrobat, since the newDoc function doesn't work with URLs.
    The only option I can think of is to use an external automator that will call the Create PDF From Web Page dialog, paste the address from a file, and after the PDF file is created will continue to the next line.
    I might be able to create such a tool for you. If you're interested, contact me by email (click my username for the address) or PM.

  • Viewing swf from HTML- user can view only once

    Hi,
    I have my swf files which are getting called in browser when user opens its corresponding page.
    To ensure my swf is not used by user for his other purposes, i had to strict it to view from HTML page which has a variable. Same variable is passed from swf to this HTML.
    if both variables does match then only swf starts preloading. this works fine for first time.
    But when user open the same page second time, he is only able to view preloader which does not progress further.
    When i delete my temp file then user is again able to view the swf only once.
    Can anyone tell me;
    1. what is reason the swf from temp file cannot access variable of its HTML
    2. am I doing it wrongly?
    3. do i need to clear cache everytime or their is another method to do it?
    Thanks.

    hello following is the code used;
    import flash.text.TextField;
    import flash.events.ProgressEvent;
    import flash.events.Event;
    import flash.display.MovieClip;
    //////////STAGE PROPERTIES//////////
    stage.showDefaultContextMenu = false;
    this.tabChildren = false;
    Mouse.cursor = "arrow";
    //////////CALL & SET VARIABLES//////////
    var Progress_txt:TextField = new TextField();
    var theFlashVar:String;
    var ver:String;
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    for (ver in paramObj)
                    theFlashVar = String(paramObj[ver]);
    //////////START USER VERIFICATION//////////
    checkFlashvar();
    //////////HTML VERIFICATION//////////
    function checkFlashvar():void
                    //trace("CHECKING Flash VAR");
                    if (theFlashVar=="mystring01")
                                    InternalPreloader();
                                    //trace("pass var found");
                                    //InternalPreloader();
                    else
                                    //trace("VAR NOT FOUND");
                                    gotoLocalVar();
    //////////LOCAL VERIFICATION//////////
    function gotoLocalVar():void
    //////////LOAD LOCAL DATA////////// 
                    var keyLoader:URLLoader = new URLLoader();
                    keyLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
                    keyLoader.addEventListener(Event.COMPLETE, chkLocalVar);
    //////////CHECK ERRORS//////////
                    keyLoader.addEventListener(IOErrorEvent.IO_ERROR, onLoadError);
                    keyLoader.load(new URLRequest("C:/code.txt"));
    //////////CHECK LOCALLY LOADED DATA//////////
                    function chkLocalVar(event:Event):void
                                    if (keyLoader.data.passKey == "mycode")
                                                    //trace("pass key found");
                                                    play();
                                    else
                                                    //trace("Local VAR NOT FOUND");
                                                    stop();
                                                    parent.removeChild(root);
    //////////LOCAL FILE ERROR HANDELLING//////////
    function onLoadError(evt:IOErrorEvent):void
                    //trace("TXT FILE NOT FOUND");
                    stop();
                    parent.removeChild(root);
    //////////INITIATE PRELOADER STATUS//////////
    stop();
    function InternalPreloader():void
                    stop();
                    Progress_txt.x = 400;
                    Progress_txt.y = 300;
                    addChild(Progress_txt);
                    //trace("load progress event");
    //////////CHECK PRELOADER STATUS//////////
                    if (this.loaderInfo.bytesLoaded == this.loaderInfo.bytesTotal)
                                    //trace("checking if condition");
                                    finishedLoading();
                    else
                                    progressLoading();
    //////////PRELOADER PROGRESS EVENT LISTENERS//////////
    function progressLoading():void
                    //trace("progrss loading is running");
                    this.loaderInfo.addEventListener(ProgressEvent.PROGRESS,onProgress);
                    this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
    //////////PRELOADER PROGRESS STATUS UPDATE//////////
    function onProgress(p:ProgressEvent):void
                    Progress_txt.text = String(Math.floor((p.bytesLoaded/p.bytesTotal)*100))+ "%";
                    preloader_mc.bar_mc.scaleX = (p.bytesLoaded/p.bytesTotal);
                    //trace("checking progress");
    //////////PRELOADER STATUS COMPLETE-REMOVE LISTENERS//////////
    function onComplete(d:Event):void
                    //trace("Fully loaded, starting the movie.");
                    play();
                    //removing unnecessary listeners
                    removeChild(Progress_txt);
                    loaderInfo.removeEventListener(ProgressEvent.PROGRESS, onProgress);
                    loaderInfo.removeEventListener(Event.COMPLETE, onComplete);
    //////////PRELOADER STATUS 100% (LOCAL CONDITION)//////////
    function finishedLoading():void
                    //trace("loading completed");
                    removeChild(Progress_txt);
                    play();

  • Full Page view for PDF and TIF attachments

    Hello Can any one help please, I upgraded my software for my device and no longer have the options for "full page view" to see detailed PDF and TIF attachments. This is a big problem for me please help. Thanks in advance.
    Message Edited by pltcare on 07-24-2009 02:11 PM
    Message Edited by pltcare on 07-24-2009 02:12 PM

    BTW I just checked the new Tour for sprint has the same problem.

  • Making "Go to a Page View" the Default Link Action

    Up until recently, it was quick and easy for me to add a "Go to a Page View" link to PDFs in Acrobat Pro. I highlighted the text I wanted to link, right-clicked on it, and then selected Create Link from the pop-up menu. At that point, the Create Link box would be displayed:
    After clicking Next, the Create Go to View box would be displayed:
    I would then scroll to the the page I wanted to link to, click Set Link, and then the process was complete. I don't know if I have inadvertently changed settings or if things are different in the most recent version of Acrobat Pro, but now I have to go through several more steps to do the same thing. Here's what I have to do now.
    1. Highlight and right-click on the text. Select Create Link from the pop-up menu. The Create Link box is displayed.
    2. Click Next. The Link Properties box is displayed.
    3. Click OK. The Link Properties box is displayed. Click on the Actions tab.
    4. Select Go to a Page View from the Select Action drop-down menu.
    5. Click Add. The Create Go to View box is displayed.
    6. Scroll to the appropriate page and click OK. The Link Properties box is displayed AGAIN.
    7. Click OK, and FINALLY the process is over.
    I've looked online for an answer but can't find anything. I'm guessing that I'm just missing something small but as of yet it eludes me. I've tried messing around with the Locked check boxes, thinking that they may lock the settings, but to no avail. Can anyone help me get back to the much shorter process?
    Thanks in advance.

    Hi tedbeam,
    What happens when you select the Add or Edit Link tool on the Content Editing pane in the Tools panel? When you use that tool, you can drag a box around the text that you want to link, and the Link Action options should appear in the first dialog box that pops-up. Then you can change the view to the appropriate page, and click Set Link.
    That should simplify the process a bit.
    Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • Multiple screens on an infotype based on subtype

    I've created a custom infotype with 2 seperate screens which need to be called based on subtype.  I have subtype set to required on the initial infotype screen but can't figure out how or where to go to set up the rules needed to call each screen sep

  • Urgent Help with Planning Book

    Hello Gurus, Need your help with a very urgent issue. I cannot see my key figure values in my planning book(Interactive Planning). I could sucessfully generate my CVC, then initialised my planning area. Then when I go the interactive planning I can s

  • Displaying Employee Photos in Visual Composer

    Hi, I am having a requirement of displaying the employee photo's in a visual composer, Is there any standard RFC function module to display Employee photo?? If any body know's please let me know........... Thanks & Regards, Bala

  • Inforecord in mandatory in scheduling agreement

    Coul some tel me how to make the inforecord mandatory in scheduling agreement . though i have controlled or made the inforecor fiels as required in field selection it is not asking for inforecord while creating scheduling agreemnt could some one tel

  • I am getting 2 error messages

    Uncaught encription :Application Registry.getOrWaitFor(0x7c802477365c3985) owner died Thread[Thread-1336090208,5]     Uncaught exception: Index 5>= 5 on my Blackberry Curve 8520. Can someone PLEASE help?????