Error Message "Some content on the PDF is too large to fit on a single page.

I get the below error when I try to download a response as a .pdf:
Some content on the PDF is too large to fit on a single page.
Please go to the "Design Tab" and adjust the contents, the font-size, or divide the flagged items into multiple elements.
Any ideas?

Go to the Design Tab and make sure you switch to the Page View (look the bottom right corner of the screen)
Once you see the Page View (used to see what the PDF will look like for your response) scroll down and you might see which object is being trucated (it will be covered by a red rectangle). This often happen if you have a element that is too big to fit on one page (like a single or multi choice field).
You will need to adjust your element so that nothing is trucated.
Gen

Similar Messages

  • Got an Error Message using the Featured News Composition Widget regarding the locations are too large to rasterize.  Cannot Preview page.

    I keep getting an Error Message when Previewing a page that has the Feature News Composition Widget.  The Message says that the locations are too large to Rasterize and I need to make it smaller in size.  I tried all of this burt nothing worked.

    Hi Zak,
    Many thanks for your 'correct' and prompt answer.  I tried to make it CORRECT on the Forum, but after clicking the link, did not know where to go since this is my first time using this forum. 
    As it turned out, I was indeed using the font (Georgia) but did not realize that this particular font can also be used as a System font as well.  So I chose the wrong Georgia font which was the System font.  I corrected this issue throughout and made doubly sure that I used the Web Font Georgia.
    Many thanks again for your help and assistance.
    The Shulammite

  • Error while posting Invoice IDOC (The difference is too large for clearing)

    Hi All,
    While posting Invoice IDOC to Remittance Advice IDOC get fails with status 51 &  message ' The difference is too large for clearing'.
    Please suggest any solution or reason to fail IDOC.
    Thanks & Regards,
    Ajay
    Moderator message: please search for information and try to find out yourself before asking, this will be a functional problem anyway that should be asked in the appropriate forum, e.g. ERP Financials.
    locked by: Thomas Zloch on Aug 20, 2010 1:59 PM

    Pls check the tolerance amounts limits:
    SPRO--- F/A --AR/AP -
    Business transactions -Open item clearing--- Clearing differance---- Define / Assign tolerance groups for emp -
    Where you need to change the limits of max amounts with the %
    Let me know for any info.
    Regards
    Suresh

  • SSIS problem - Script Component - The value is too large to fit in the column data area of the buffer

    I am trying to run a task in a package, however there is a problem come out, see any one meet this before ?

    /* Microsoft SQL Server Integration Services Script Component
    *  Write scripts using Microsoft Visual C# 2008.
    *  ScriptMain is the entry point class of the script.*/
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
    using Microsoft.SqlServer.Dts.Runtime.Wrapper;
    using System.IO;
    [Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]
    public class ScriptMain : UserComponent
        public override void PreExecute()
            base.PreExecute();
              Add your code here for preprocessing or remove if not needed
        public override void PostExecute()
            base.PostExecute();
              Add your code here for postprocessing or remove if not needed
              You can set read/write variables here, for example:
              Variables.MyIntVar = 100
        public override void Input0_ProcessInputRow(Input0Buffer Row)
            string temp = GetString(Row.FlatFileSourceErrorOutputColumn.GetBlobData(0, (int)(Row.FlatFileSourceErrorOutputColumn.Length - 2)));
            string[] cols = temp.ToString().Split(';');
            var r = Row;
            //try {
                r.Column1 = cols[0].ToString();
                r.Column2 = cols[1].ToString();
                r.Column3 = cols[2].ToString();
                r.Column4 = cols[3].ToString();
                r.Column5 = cols[4].ToString();
                r.Column6 = cols[5].ToString();
                r.Column7 = cols[6].ToString();
                r.Column8 = cols[7].ToString();
                r.Column9 = cols[8].ToString();
                r.Column10 = cols[9].ToString();
                r.Column11 = cols[10].ToString().Substring(0, 2);
                r.Column12 = cols[11].ToString();
                r.Column13 = cols[12].ToString();
                r.Column14 = cols[13].ToString();
                r.Column15 = cols[14].ToString();
                r.Column16 = cols[15].ToString();
                r.Column17 = cols[16].ToString();
                r.Column18 = cols[17].ToString();
                r.Column19 = cols[18].ToString();
                r.Column20 = cols[19].ToString();
                r.Column21 = cols[20].ToString();
                r.Column22 = cols[21].ToString();
                r.Column23 = decimal.Parse(String.IsNullOrEmpty(cols[22].ToString()) ? "0.00" : cols[22].ToString());
                r.Column24 = decimal.Parse(String.IsNullOrEmpty(cols[23].ToString()) ? "0.00" : cols[23].ToString());
                r.Column25 = cols[24].ToString();
                r.Column26 = cols[25].ToString();
                r.Column27 = cols[26].ToString();
                r.Column28 = decimal.Parse(String.IsNullOrEmpty(cols[27].ToString()) ? "0.00" : cols[27].ToString());
                r.Column29 = cols[28].ToString();
                r.Column30 = cols[29].ToString();
                r.Column31 = cols[30].ToString();
                r.Column32 = cols[31].ToString();
                r.Column33 = cols[32].ToString();
                r.Column34 = cols[33].ToString();
                r.Column35 = decimal.Parse(String.IsNullOrEmpty(cols[34].ToString()) ? "0.00" : cols[34].ToString());
                r.Column36 = cols[35].ToString();
                r.Column37 = cols[36].ToString();
                r.Column38 = cols[37].ToString();
                r.Column39 = decimal.Parse(String.IsNullOrEmpty(cols[38].ToString()) ? "0.00" : cols[38].ToString());
                r.Column40 = decimal.Parse(String.IsNullOrEmpty(cols[39].ToString()) ? "0.00" : cols[39].ToString());
                r.Column41 = decimal.Parse(String.IsNullOrEmpty(cols[40].ToString()) ? "0.00" : cols[40].ToString());
                r.Column43 = decimal.Parse(String.IsNullOrEmpty(cols[42].ToString()) ? "0.00" : cols[42].ToString());
                r.Column44 = cols[43].ToString();
                r.Column45 = decimal.Parse(String.IsNullOrEmpty(cols[44].ToString()) ? "0.00" : cols[44].ToString());
                r.Column46 = decimal.Parse(String.IsNullOrEmpty(cols[45].ToString()) ? "0.00" : cols[45].ToString());
                r.Column47 = decimal.Parse(String.IsNullOrEmpty(cols[46].ToString()) ? "0.00" : cols[46].ToString());
                r.Column56 = decimal.Parse(String.IsNullOrEmpty(cols[55].ToString()) ? "0.00" : cols[55].ToString());
                r.Column57 = cols[56].ToString();
                r.Column58 = cols[57].ToString();
                r.Column59 = cols[58].ToString();
                r.DirectRowToOutput0();
            //}catch(Exception ex)
            //    //using (StreamWriter sw = new StreamWriter("C:\\Users\\i290\\Documents\\temp_err.txt", (File.Exists("C:\\Users\\i290\\Documents\\temp_err.txt") ? true : false)))
            //        sw.Write(temp.ToString() + ex.Message.ToString() + "\r\n");
            //IDTSComponentMetaData100 mdt;
        static string GetString(byte[] bytes)
            System.Text.Encoding enc = System.Text.Encoding.ASCII;
            return enc.GetString(bytes);

  • Backing up issues....the file is too large

    I have a computer with a CD Burner. Im trying to do a backup of my Itunes purchases and i put a blank cd-r disk in and i get the error that reads something like "the file is too large for the disk, please insert a disk that..." I have tried deselecting and deleting my video's, movies, etc from my purchased list and it still wont back up and i get the same error. I dont even
    get the option to insert multiple disks as the last time i backed up it took up 7 disks. Im thinking its probably trying to backup my videos, probably and without a dvd burner its not able to...can i just get it to back up my songs only or what else can I do without deleting my videos from ITUNES all together?
    Thanks!

    So now that you have repeated the same thing three times that doesn't make things any clearer at all.
    You are copying files from where to where?
    How are you attempting to copy files, software or click and drag?
    Any other detail would be helpful.
    Allan

  • "Content generation error. Failed to Export the PDF file"

    Building a multi-folio in InDesign 6 Folio Builder V30. Received "Content generation error. Failed to Export the PDF file" on several of the spreads. I have tried reducing the original pdf files sizes, but that did not help.
    Any suggestions on other possible causes or way to fix.?
    thanks
    Christopher Huber
    MMN

    I'm very new to DPS so I hope the following description makes some kind of sense.
    My magazine is in the process of doing trial runs for an iPad edition. I'm setting some templates up for us to work off so the process from magazine to iPad will run a lot smoother month to month.
    So far I've set up some dummy stock pages in an InDesign CS6 document, currently 15 pages long.
    All images are linked and all fonts have paragraph styles applied to them.
    I'm at the stage I want to check the document on my iPad to test run font sizes and their legibility.
    We have successfully been able to export the document as a jpg file but we really need the PDF format. When attempting this we get the above message.
    Sonia.

  • Why do I keep getting the error message "insufficient content for edit"?

    I'm following a tutorial to create crawling text but when I come to superimpose it onto my video, I get the error message "insufficient content for edit"?
    The crawling text lasts for 10 seconds.
    I'm confused

    I usually get that error when I'm trying to cut in a shot that FCP decides is lacking in content. It might be a perfectly good shot on its own, but it doesn't really add to the story. When I step back and think about it, the program is usually right. I also sometimes get "Edit operation had no effect" which is a little harsh. I like to think my edits have some effect.

  • Some of the songs I have downloaded onto i tunes won't play when I select it to do so.  The error message I get is "The song could not be used because the original file could not be found.  Would you like to locate it?"  How can I get my songs to play?

    Some of the songs I have downloaded into i tunes won't play when I select it to do so.  The error message I get is "The song can not be used because the original file can not be found.  Would you like to locate it?"  When I select yes I'm sent to a screen that has my i tunes library listed.  When I select the song in question I'm asked if I would like to open the song.  When I select this option I get nothing.  The songs I have downloaded must be somewhere because they are listed in my i tunes library and on the screen I've been sent to.  I can't the songs to play however.  This is not true of all of my songs but it is true of quite a few of them.  Actually, one song is too many.    How do I get my music to play that seems to be locked up somewhere in the computer?

    Presuming they're on your computer, right click on them and then follow the prompts to locate hte file on your computer.

  • Error message: "iTunes cannot read the contents of the iPod."

    I wanted to get my dad a new iPod for Xmas and transfer all his music from his ancient Classic. But when I connect to my MacBookPro, I get the error message: "iTunes cannot read the contents of the iPod." I see that 90% of the ipod drive is used, but I don't see any songs listed either on the iPod screen or in iTunes, which is worrying. Is there anything I can to save the music? He will be so upset that it's all gone...

    My suggestions, when Restoring the iPod.
    Disconnect your PC from Internet. (just to make sure no nasties creep into your system while you syncing.
    Stop the Antivirus program
    Connect your iPod to the PC, using a high speed USB 2.0 port at the back of your PC.
    Disconnect all other USB devices, except the mouse and keyboard.
    Stop all other programs except iTunes.
    Good Luck!

  • PDF SCANS ERROR MESSAGE: CAN'T "OPEN THE DEFAULT APP FOR THIS FILE TYPE" EG. PDF

    OFFICEJET PRO 8600 PLUS , WIN 7, SCAN TO COMPUTER AS A PDF FILE.  ERROR MESSAGE: "
     CAN'T "OPEN THE DEFAULT APP FOR THIS FILE TYPE" EG. PDF

    Hi @reddog2,
    I would contact HP Cloud Services for assistance. Call 1-855-785-2777.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Certain events in iPhoto will not sync to my iPad. No Error messages comes up and the photos themselves are ok. its like my ipad doesn't see them. Cause i can get some photos on there just not all.

    certain events in iPhoto will not sync to my iPad. No Error messages comes up and the photos themselves are ok. its like my ipad doesn't see them. Cause i can get some photos on there just not all. Photos are from the same camera and should all be in the same format.

    What is the file name of the video(s) you want to sync?
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Error message, "Some of the application components are missing from the Application directory."

    I received the following error message: "Some of the application components are missing from the Application directory. Please reinstall the application. So, I uninstalled (Photoshop CS5), reinstalled and got the message again! Please help! I have no idea what I'm doing wrong.

    Nobody can tell you anything without proper system info or other technical details.
    Mylenium

  • I have an IPOD classic with 80MB of music. reying to reinstall library from a new PC. it goes through the synch process but I get an error message for most of the content.  Library plays on the pc under Itunes fine?

    I have an IPOD classic with 80MB of music. I am trying to reinstall library from a new PC. it goes through the synch process but I get an error message for most of the content.  Library plays on the pc under Itunes fine?

    Disable the Convert higher bit rate songs to 128 kbps AAC option from under the iPod's Summary tab in iTunes and see if that helps.
    B-rock

  • Getting an error message "itunes cannot read the contents of the iphone" ever since I used Sharepod. Do I need to restore back to factory settings?

    Getting an error message "itunes cannot read the contents of the iphone" ever since I used Sharepod. Do I need to restore back to factory s

    Did you every get a fix on this?
    Thanks

  • I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file

    I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file me be open in another application."Please help I really need to get this file open.

    Since you've shown us the folder contents it's a good bet it isn't in use (no lock file). And it doesn't look like the file is mis-named as there doesn't seem to be anything else there that would be the .indd file (but just in case, open it in TextEdit and paste the first few lines here so we can see what the file header says), so the most likely case is the file is damaged. Is that on a removable device of some sort?
    You can try the tool at Repair corrupt InDesign Adobe files on Mac OS X  or send me a link to the file by private message and I'll try the recovery tool I have for Windows.

Maybe you are looking for