Vertical and horizontal orientation for HTML and PDF

So I read the previous posts on the vertical and horizontal direction and I understand that right now there is only one choice. Maybe in the near future there may be the option for both, but that would not allow a single article to be both orientations. So here's my question: we have several existing folios that are horizontal with resources PDF loaded in them that are to the vertical; It has always bothered that they come only horizontal and you need to scroll down to see the second page. Is there a solution that would allow them to rotate vertically?

I see in the application of the universe of Switzerland, they have HTML links that turn all the two how this is done?

Once we support rotation app the situation you describe should work fine. Your existing content will show horizontal. Loading the PDF resource it'll come up horizontal as well, but your player can rotate the camera for this portrait.

Neil

Tags: Experience Manager Mobile

Similar Questions

  • How can I change screen from vertical to horizontal orientation?

    How can I change screen from vertical to horizontal orientation? It will not work after you install the update.  I have an Iphone 5s.

    Swipe up from the bottom of the screen to bring up the control center. Then press the icon that looks like a padlock inside a circular arrow. -AJ

  • API for html to PDF

    I need API for html to PDF in the php application, please help me.

    check the FPDF

  • Horizontal orientation for the legend of WPF elements?

    I know there is a simple way to do this, but I still find it.

    How can I get the elements in a WPF legend to move horizontally rather than vertically?

    For control of standard elements, you would provide a model of Panel of custom items to change the orientation. The Legend does not expose a property to set the direction, but it's easy to use a custom template to set it on the control of Interior elements:


            
                
                              VerticalScrollBarVisibility="{TemplateBinding ScrollViewer.VerticalScrollBarVisibility}">
                    
                                  Background="{TemplateBinding Background}"
                                  BorderBrush="{TemplateBinding BorderBrush}"
                                  BorderThickness="{TemplateBinding BorderThickness}"
                                  Foreground="{TemplateBinding Foreground}">
                        
                            
                                
                            
                        
                    

                

            
        

  • Best way to display single Pages Vertical and Horizontal spreads

    My client wants to have a version horizontal and vertical of his folio which presents itself as a two page spread and simple pages vertically. When the device is rotated from vertical to horizontal, the vertical two pages should appear and when you rotate from horizontal to vertical the first page of the spread should appear (like the Ikea catalog).

    I know you can do it by this method:Re: 2 vertical Layouts (page and page from right to left) every 1 horizontal provision (2page Spread). The problem is to have 800 articles is a bit messy. If you use a schooling and _v layouts, pages / "spreads" are not correlated when turned. The items will be InDesign.

    Is there a way to either eliminate/customize the generic table of contents How are done if I go with different items reported in the post on the forum or override/customize (I hope with javascript) what an article page is displayed after the rotation if I use _it and _v layouts?

    Thank you.

    An article by pair of pages is the only sensible way to get the job done. You can automate the production in writing (or commissioning) a javascript that would create the article files and place pages and spreads from a basic document, continuous in h and v layouts. You can place them as pdf or better, live under indesign, that allow you to make changes in the basic document and just update the articles). In the end, you would add interactivity directly in the articles.

    As with the table of contents with 800 entries would be dangerous for the health of your readers, you can try "hide TOC" in Folio Producer, leaving only main feature articles (section covers) visible.

  • How to hide or disable the vertical and horizontal scroll bars?

    I would like to hide or disable scroll bars vertical and horizontal window of Firefox (20.0.1 at the moment), is there a CSS rule or the setting in "subject: config" resource for this behavior?

    Thanks in advance.

    The code shown above should always work.

    Make sure that you have placed the file userChrome.css in chrome file in the Firefox profile folder.

    This chrome folder does not exist by default and must be created.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #content browser {
     margin-right: -14px !important;
     overflow-y: scroll;
     overflow-x: hidden;
    }
    
  • Wireless mouse seems to randomly start both vertical and horizontal scrolling

    My wireless mouse is out of control.  First, it seems random scroll vertically and horizontally.  When I started my computer I had no mouse at all.  I rebooted and it worked again but began to scroll wildly.  I changed the batteries, but nothing helped.  How should I do?

    Hello

    ·        You did changes to the computer before the show?

    ·        What is the number and the model of mouse you are using?

    ·        What operating system is installed on your computer?

    Put the computer to boot and check which application is causing the problem:

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    If you use Microsoft mouse, then follow the instructions from the link:

    Troubleshoot the incidents of the response to the mouse or wireless keyboard

    http://support.Microsoft.com/kb/838398

    Note:  You can also visit the website of the manufacturer of the mouse and download and install the latest driver for mouse and check if that helps.

  • My monitor's display windows, word, etc. vertically and not horizontally

    My monitor's display windows, word, etc. vertically and not horizontally - how to fix?  I have the screen tilted on its side to use it right now.

    Press the CTRL or Alt + key staggered with the arrow keys to rotate your screen. It is a function of your graphics card. You can also right click power on a space empty on your desktop and in context to the rotation menu look, Orientation, landscape, or something similar.

    Kind regards

  • Use the scrolling Vertical and Horizontal

    Hi all, I am new to BB. I tried to do a manager can scroll through both vertical and horizontal. I want to do a Picture Manager only a BitmapField, where the BitmapField have width and height more than display, and the Manager could scroll through both vertical and horizontal, so I can't look at BitmapField.

    I read and try to do something like this ( http://supportforums.blackberry.com/t5/Java-Development/How-to-make-Vertical-and-Horizontal-scroll-o... ) and this one ( http://208.74.204.192/t5/Java-Development/How-can-i-use-both-of-horizontal-scroll-and-vertical-scrol... ) but it does not work

    in general I want to do something like ZoomScreen (I do not use zoomscreen, because I can not add the button or another field in this thing).

    I have try this one too, but nothing...

    BEGIN

    public myScreen() {}

    _Image = new VerticalFieldManager VerticalFieldManager (Manager.VERTICAL_SCROLL |) Manager.HORIZONTAL_SCROLL) {}
    protected void moveFocus (int x, int y, int status time int) {}
    setVerticalScroll (y);
    setHorizontalScroll (x);
    super.moveFocus (x, y, status, time);
    };
    };

    B=Bitmap.getBitmapResource("img/edit.jpg bitmap image");
    BitmapField bi = new BitmapField (b, BitmapField.USE_ALL_WIDTH);

    _image. Add (BI);
    Add (_image);

    }

    END

    Thanks for the reply... and sorry for my bad English (Not My Mom Language;-D)

    Welcome to the forums!

    USE_ALL_WIDTH first, remove your BitmapField constructor - as is, it will become monstrously huge (a width of Integer.MAX_VALUE > 1). A default constructor is sufficient. You may need to add FOCUSABLE style according to your needs.

    Second, your moveFocus method is quite useless, because it is called only on touchscreen devices when the user touches that particular place. Touchscreen can already reach moving-scroll and swipe scrolling, so your problem is automatically solved it. In addition, moveFocus is a call relatively high level - all of these calls work well on a screen with many focusable fields and other things.

    You will need to substitute navigationMovement for the BitmapField if it is FOCUSABLE or the screen itself. If you want other fields on the screen, this task becomes really not negligible, so formalize the specs for this screen as much as you can before you implement it. When you have an exact plan, write here, if you still need help.

  • My screen vertically and not horizontally. How can I change this back?

    OT: Screen display.

    My child has touched something on my computer and now my screen vertically and not horizontally. How can I change this back?

    Wednesday, February 11, 2015 14:23 + 0000, anniemontcalm wrote:

    My child has touched something on my computer and now my screen vertically and not horizontally. How can I change this back?

    The ability to rotate the screen image is a characteristic of your video
    card, to help work with instructors who turn to the portrait
    orientation. Certainly he accidentally pressed Ctrl-Alt, and
    an arrow key.

    Rotate using these keys.

  • Where can I find the vertical and horizontal spaces of you or margins on CC Version?.

    Where can I find the vertical and horizontal spaces of you or margins on the CC Version? I need to leave a few spaces pixels around an image, but I can't find it on this new version.

    Thanks in advance

    In the CSS designer under window > CSS designer or SHIFT + F11

    Choose the item that you are working with and press on the + in the selectors of section

    Then in the Properties section, make sure that the first tab is selected (Layout) and scroll down to the margin

    Set it to a number of pixels that you want (for example, 10px)

  • How to download resources HTML and PDF files?

    How to download resources HTML and PDF files?

    We have currently no help for download of the resources shared via the user interface.

    Neil

  • Borders and the vertical and horizontal lines

    Hi guys,.

    I'm new to InDesign and I am trying to create the below, but I'm having difficulties.

    How can I create the border and vertical and horizontal lines as shown in the picture? I wan't to make a model of these so that I can easily modify the title and the text and keep the same formatting.

    Thank you!

    Screen shot 2011-05-16 at 18.19.34.png

    You must learn to have a little patience. Everyone here is a volunteer, and we all work day, too.

    Your outer rim could be either a stroke applied to a block of text in multiple columns, or it could be a separate framework used closely as a background. If you apply a line directly on the text block, you can add an insert to move the text of the line. Horizontal rules (that's the term for a straight line in page layout) look like they're probably paragraph nets (lines above or below a paragraph). These can be included as part of the paragraph styles applied to securities. Paragraph nets can be adjusted to the weight and position on the basis of either the first or the last line of paragraph (depending on whether the rule is above or below) and can run across the width of the column or just the width of the text, and to add dashes, positive or negative.

    There is no way to automate the vertical rules, at least not with ID right out of the box. You can add a few PlaceHolder rules between columns on your master page, but you will need to override and set them on the page of the document itself. Set benchmarks of rule between columns on the master page would help, especially in a situation where the rule needs to be broken to accommodate something like the floating image.

    You can see if the school library has some reference materials. A particularly good book for a beginner would be Visual Quickstart Guide of Sandee Cohen for InDesign.

  • Hello. I have windows xp. If you use Firefox as my homepage, I get interference terrible display of vertical and horizontal lines. When I switch to Internet Explorer I don't get them. I want to keep Firefox as a server.

    Hello. I have windows xp. If you use Firefox as my homepage, I get interference terrible display of vertical and horizontal lines. When I switch to Internet Explorer I don't get them. I want to keep Firefox as a server.

    Here is something you can try:

    1. Click on tools and then click Options.
    2. Select the Advanced tab
    3. Select the general tab
    4. Uncheck the use hardware acceleration if available.
    5. Click file and then click on exit.
    6. Launch Firefox normally.

    Once you have followed these steps, you'll want to follow these establishments and see if the lines are gone.

    Click the Help menu and select Restart with disabled modules.

    Let me know if this has eliminated the problem.

  • Hi, while writing an email online using Firefox 3.6.3, I was using one of the "CTRL + left arrow or right" to move the cursor on the text. I must have pressed some other key because the screen has become huge - and I can't scroll vertically or horizont

    Hi, while writing an email online using Firefox 3.6.3, I was using one of the "CTRL + left arrow or right" to move the cursor on the text. I must have pressed some other key because the screen has become huge - and I can't scroll vertically or horizontally, which makes the pages of Mail of Hotmail impossible. I have connected since using the Explorer MSFT and it works very well. This problem occurs only on the page of Mail of Hotmail Live not on the home page or other.
    Could you please let me know if there is a problem with Firefox, or if you have any advice on how to restore the appearance of Hotmail in Firefox?

    This has happened

    Just once or twice

    == I'm compiling an email in Hotmail Live

    See this:
    https://support.Mozilla.com/en-us/KB/page+zoom

Maybe you are looking for

  • Print last page first. Help

    I work with Windows XP and dealing with all in one machine 4283 f. not had any problems until a few days when he printed page 2 first and then page 1. Now it does all the time. I have not installed any programs or even Windows updates to cause this.

  • Front Panel went

    When you work with labview 2010 that I managed to screw up the front panel, now he should be increased whenever I open it, and some indicators are huge. Is there a way to get that back or go back a step in history? Thank you Joel

  • part of Windows live left hand - Laft tile disappeared

    I lost the left pane in the windows live photo gallery. He displayed my files photo in chronological order. How can I get that back?

  • WAG120N wireless bridge with E1500

    I have my internet to come into my WAG120N and out wireless. I want to install a wireless bridge between this and an E1500, so I can connect my TV to the E1500 (via ethernet cable) and have access to the internet. Unfortunately, I can run a cable fro

  • SORTING FILES BY SIZE

    I save space in JPEG images, most are in kilobytes and megabytes I want to sort the files by file size? Can I select an option in sort it by > more dialog box Thank you