PlaceMultipagePDF script - another page size

I'm trying to use the PlaceMultipagePDF.jsx script to place a pdf into InDesign CS4. It always places using standard letter size with the upper left corner of the frame at zero zero on the ruler.
But the PDF I'm placing, and the InDesign document I need to place it into is 4.92 inches by 4.93 inches.
Is there a way to alter the script so that the frame is the same size as the pdf page and the pages are centered?

You can open a 4.92 by 4.93 size document and run the script: you can then tell the script to use that document. Alternatively, create a document preset, then look for this line in the script:
myDocument = app.documents.add();
and add the preset:
app.documents.add (undefined, app.documentPresets.item (myPreset));
>Is there a way to alter the script so that the frame is the same size as the pdf page and the pages are centered?
If the PDF pages and the ID document pages are the same size, placing at [0,0] is correct, is it not? What's going wrong?
Peter

Similar Messages

  • HP C5180 - adding page size.

    I am trying to print some Avery Name Badges and the page keeps cutting off and not printing the last name tag. I have a new computer - HP which is running Windows 7.  I am using Avery's Design Pro program which is not fully compatible with Window's 7.  I tried to add another page size, but there is no way I could find to do that.  Any suggestions?

    Hi - First thing I'd recommend is setting the media/paper type to Plain Paper by going into File, Print and Properties/Preferences.  Sometimes the media sensor can cause some alignment problems and changing the media type away from automatic will resolve it. 
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • Slider not rendering font size of text on another page

    I am using a slider to control the font size of the text. On one page, I have the slider setup as follows:
    <Grid Grid.Row="3" Margin="10,4.5,0.667,0">     <Slider x:Uid="FontSlider" x:Name="FontSlider" Header="Select font size" HorizontalAlignment="Left" VerticalAlignment="Top" Width="165" Margin="10,40,0,0" Height="65" Minimum="16" Maximum="32" ValueChanged="FontSizeChanged" LargeChange="8" SmallChange="8" TickFrequency="4" />            <TextBlock x:Uid="SampleText" Margin="207,63,11,169" Height="45" Text="Sample text" FontSize="{Binding ElementName=FontSlider, Mode=OneWay, Path=Value}" VerticalAlignment="Center" HorizontalAlignment="Center" Width="171" Style="{ThemeResource ListViewItemSubheaderTextBlockStyle}" TextWrapping="Wrap"/>        </Grid>
    The slider is behaving as expected and the content binded to it  in the above textblock is also rendering properly.
    However, when I try to bind the slider value to similar textblock on another page as below,  the font size of the text does not change. 
    <TextBlock FontSize="{Binding ElementName=FontSlider, Mode=OneWay, Path=Value}" DataContext="{Binding}" Style="{ThemeResource ListViewItemSubheaderTextBlockStyle}" TextWrapping="WrapWholeWords"/>
    I tried this with/without Style binding, but that does not helped either. How can I fix this?

    Elements on a page cannot access elements on another page. You can do the binding through a view model. The Slider value will have a two-way binding to a property in the view model. The TextBlock in the other page will bind its FontSize to that view model
    property.
    It might be easier if you don't use binding on the other page. When the slider value changes (ValueChanged event), save the value to a global variable. In the other page OnNavigatedTo, set the TextBlock FontSize using the global variable.

  • Change Page Size of a Form

    I created a form in Adobe Acrobat Pro from a spreadsheet that I had printed to PDF. However, the PDF was in a landspace orientation rather than a portrait orientation. Does anyone know how I can change the page size and orientation of the form. I tried opening it importing it into LifeCycle Designer, but it messes up my java script calculations. If I print it to another PDF it no longer remains a fillable form.

    You really need to go back to your spreadsheet program and properly orient it there. Consider a PDF only a piece of paper that you created. You might be able to create the new PDF and then use replaces pages in the old PDF to keep the form fields. This last step is the typical process to keep the form fields. You will probably still have to move the fields. I am just not sure if the orientation and such will be kept with the replace pages, but that is where I would start. You could also copy the fields from one PDF to the other.

  • Batch change page size of InDesign documents

    I have about 300 one-page InDesign (cc 2014, Mavericks) documents of varying page sizes. Each page is 4 inches wider and 4 inches taller that the content of the page. The content is in the middle of the page—effectively making a 2-inch margin (but with no margin guides) around the content. What I need to do is get the page of all documents to be one specific page size, 7.125” x 9.75”.
    I was able to accomplish this by putting all the docs in a book, making a master page 7.125” x 9.75” on one doc, synching the other docs, and then opening each doc and applying the master page. The last bit was a little labor intensive and I would like to avoid it going forward.
    Could a script be written that opens selected InDesign docs (in or not in a book) and changes the various page sizes to the one size needed? I’ve never written scripts before so have no idea if it is possible or how to do it.
    I put the following on another forum and got help but it required that I have control over the creation of the original docs. And I don’t. “Is there a way to globally apply a master page to all pages of all docs in a book?”
    Any help is greatly appreciated.

    Hi,
    Is this your requirement,
    var myFolder = Folder.selectDialog("Select the Folder contains Indesign Files")
    var myFiles = myFolder.getFiles("*.indd")
    alert("Total Indesign Files: " + myFiles.length)
    for(i=0; i<myFiles.length; i++)
        app.open(myFiles[i])
        app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
        var myDoc = app.activeDocument;
        myDoc.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.inches;
        myDoc.viewPreferences.verticalMeasurementUnits = MeasurementUnits.inches;
        with(myDoc.documentPreferences){
        pageHeight = "7.125";
        pageWidth = "9.75";
    app.activeDocument.save();
    app.activeDocument.close();
    Regards
    Siraj

  • Adobe pro - print settings: How do i make a custom page size list, which i can copy to my other comp

    Adobe pro - print settings: How do i make a custom page size list, which i can copy to my other computers who have adobe pro installed?

    your right.. i ment acrobat pro :-)
    my problem is that i use the PDF printer to export CAD drawings as PDF´s.
    As it is now, there are some pre-defined page sizes in the print settings, and i know i can add custom pages manually one at a time.
    What i want is to copy the list of my danish standard page sizes, and use them on my other versions of acrobat.
    Its like 70 different sizes, and i have them made manually on my current computer, but i hope its possible to copy the list to other computers.
    Maby its some script where i can define the sizes, and then copy to another computer. Im just not that much of a computer genius :-)
    Hope i got through this without to many spelling mistakes...
    Thanks for helping.

  • If statement to put "Yes" or "No" in a table cell on another page

    Hello I have tried to find a solution to this and I just can't figure it out. I have gone through all of the messages and tried the examples and no go. Please help, thanks.
    THIS IS WHERE THE RADIO BUTTON IS:
    ----- form1.BorrowerInput.OtherPaymentsGroup.CurrentlyListed::calculate: - (FormCalc, client) ------
    ----- form1.BorrowerInput.OtherPaymentsGroup.CurrentlyListed.Yes::calculate: - (FormCalc, client) --
    ----- form1.BorrowerInput.OtherPaymentsGroup.CurrentlyListed.No::calculate: - (FormCalc, client) ---
    THIS IS WHERE THE TEXT FIELD IN THE TABLE ON ANOTHER PAGE IS LOCATED
    ----- form1.#subform[5].Table1.Row3.ListedYesNo::calculate: - (FormCalc, client) -------------------
    I am using the following if statemnet:
    if (this.rawValue == 1) then
    form1.#subform[5].Table1.Row3.ListedYesNo.rawValue = "Yes";
    elseif (this.rawValue == 2) then
    form1.#subform[5].Table1.Row3.ListedYesNo.rawValue = "No";
    endif
    When I put it in:
    ----- form1.BorrowerInput.OtherPaymentsGroup.CurrentlyListed::calculate: - (FormCalc, client) ------
    I get the following error when I click the button:
    "You are not allowed to modify this field"
    I am totally lost on this, where would the script go or is it even right? Thanks for the help.

    If you have rights to modify tabular model then, you can create a measure in your Tabular model which returns previous week and then use this measure in Pivot Table.
    Thanks,
    Sagar K 
    (Blog: http://datamazik.blogspot.in/)

  • Does 'Export Relative to Page Size' NOT work in Kindle books & some other ereaders?

    Hi I've been looking at this issue that has made the wheels in my head work overtime! I've made a book with pictures for the Kindle store and all the images look too small.
    I've used Indesign 5.5 on a Win 7 PC.  My file has multiple graphic images and I am exporting it as an epub. When exporting from Indesign you have 2 main options when exporting graphics. You can display them Relative to page size, or have them a Fixed pixel size. In age of multiple size device screens Relative to page size is the logical option because it should be able to make images on a page fill roughly the same percentage of the screen size whatever device you read it on. However I am finding that it doesn't function with all programmes.
    I created an epub. Exported it with the Relative to page size option. This works great when viewed on PC with 3rd party software such as Sigil, or in iBooks for iPhone/iPad or Adobe Digital Editions ereader software.
    However the same epub the images DO NOT display relative to page size when viewed with Calibre ereader software (images display far too small).
    Also, I have converted that same epub (using Calibre) to a mobi. The images in the .mobi DO NOT display relative to page size when viewed with Kindle for PC, Kindle for iPad, Kindle Fire, Kindle Keyboard or Calibre.
    Now. I recognise that my test is in no way universal but something is happening that is making the same file display relative to page size with some software/devices and not relative with other software devices. I've been wondering Is this a bug in the Indesign software or is it not possible on Kindle. Has anybody experienced this. And my main objective is to find out if there is a way, using Indesign or changing the css code, to make images display relative to page size on the Kindle?!
    Any help, thoughts, ideas, knowledge would be appreciated!

    InDesign doesn't have an export to Kindle function. It is not designed to export in the Kindle MOBI format.
    There are many things which are lost when converting from EPUB to MOBI files. I'd recommend doing some reading on Elizabeth Castro's blog where she talks about some of these limitations. Also read her book "EPUB Straight to the Point for her section on converting to Kindle.
    Formatting ebooks - EPUB Straight to the Point
    Another good place to ask is in the Mobile Read forums where many long-term eBook experts reside: http://www.mobileread.com/forums/

  • Passing multiple values to another page via a sql report

    Having trouble passing multiple values to another page via a popup SQL report
    I have two fields one called "descr" and another called "Met"
    when I use the code below all works fine and the value of "descr" is passed
    Select '&lt;a href="javascript:popUp2('''
    || 'f?p=&APP_ID.:950:&SESSION.::&DEBUG.::'
    || 'P950_TYPE:'
    || descr
    || ''', 790, 460);"style="color:darkred; font-weight: bold;font-size: 90%"&gt;'
    || descr
    || '&lt;/a&gt;' "Note"
    But when I want to pass another value, all goes bonkers and instead of the value of the field being passed the literal text is passed.
    can someone look at my code below and see what may be wrong
    Select '&lt;a href="javascript:popUp2('''
    || 'f?p=&APP_ID.:950:&SESSION.::&DEBUG.::'
    || 'P950_TYPE,P950_CODE:'
    || descr, Met
    || ''', 790, 460);"style="color:darkred; font-weight: bold;font-size: 90%"&gt;'
    || descr
    || '&lt;/a&gt;' "Note"
    I appeciate your help looking into this
    FYI (Here is the entire SQL for reference)
    With t
    as
    (SELECT
    CASE WHEN KEY = 2 then
    CASE WHEN WCS_CPT &gt; :P940_METRIC_1_WCS_CPT1 then
    '&lt;span style="color:Red; "&gt;'||TO_CHAR(WCS_CPT,'FML999G999G999G999G990D00')||'&lt;/span&gt;' else
    '&lt;span style="color:#399304; "&gt;'||TO_CHAR(WCS_CPT,'FML999G999G999G999G990D00')||'&lt;/span&gt;' end
    else '&lt;span style="color:#180c8b;"&gt;'||TO_CHAR(WCS_CPT,'FML999G999G999G999G990D00')||'&lt;/span&gt;' end "WCSCPT",
    CASE WHEN KEY = 2 then
    CASE WHEN WCS_TOI_PER_FTE &lt; :P940_METRIC_2_WCS_TOI_PER_FTE then
    '&lt;span style="color:Red; "&gt;'||TO_CHAR(WCS_TOI_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' else
    '&lt;span style="color:#399304; "&gt;'||TO_CHAR(WCS_TOI_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end
    else '&lt;span style="color:#180c8b;"&gt;'||TO_CHAR(WCS_TOI_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end "WCSTOIPERFTE",
    CASE WHEN KEY = 2 then
    CASE WHEN WCS_SIO_PER_FTE &lt; :P940_METRIC_3_WCS_SIO_PER_FTE then
    '&lt;span style="color:Red; "&gt;'||TO_CHAR(WCS_SIO_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' else
    '&lt;span style="color:#399304; "&gt;'||TO_CHAR(WCS_SIO_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end
    else '&lt;span style="color:#180c8b;"&gt;'||TO_CHAR(WCS_SIO_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end "WCSSIOPERFTE",
    CASE WHEN KEY = 2 then
    CASE WHEN WCS_TC_PER_FTE &lt; :P940_METRIC_4_WCS_TC_PER_FTE then
    '&lt;span style="color:Red; "&gt;'||TO_CHAR(WCS_TC_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' else
    '&lt;span style="color:#399304; "&gt;'||TO_CHAR(WCS_TC_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end
    else '&lt;span style="color:#180c8b;"&gt;'||TO_CHAR(WCS_TC_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end "WCSTCPERFTE",
    CASE WHEN KEY = 2 then
    CASE WHEN WCS_ADSL_PER_FTE &lt; :P940_METRIC_5_WCS_DSL_PER_FTE then
    '&lt;span style="color:Red; "&gt;'||TO_CHAR(WCS_ADSL_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' else
    '&lt;span style="color:#399304; "&gt;'||TO_CHAR(WCS_ADSL_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end
    else '&lt;span style="color:#180c8b;"&gt;'||TO_CHAR(WCS_ADSL_PER_FTE,'999G999G999G999G990')||'&lt;/span&gt;' end "WCSADSLPERFTE",
    CASE WHEN KEY = 2 THEN
    TO_CHAR(MONTH,'MON-YY')
    else
    'METRICS'
    end "MONTH"
    FROM (
    SELECT DISTINCT
    ROW_NUMBER() OVER (ORDER BY KEY DESC) AS ROW_NUM, KEY, WCS_CPT, WCS_TOI_PER_FTE, WCS_SIO_PER_FTE, WCS_TC_PER_FTE, WCS_ADSL_PER_FTE, MONTH
    from TW_M_KEYMETRICS
    WHERE TO_DATE(UPPER(MONTH),'DD/MON/YY') &gt;= TO_DATE(UPPER(:P940_START_OF_THIS_FIN_YEAR),'DD/MON/YY')
    ORDER BY KEY ASC, ROW_NUM, MONTH)
    WHERE ROW_NUM &lt;= :P940_MONTHS_SINCE_FIN_START)
    Select '&lt;a href="javascript:popUp2('''
    || 'f?p=&APP_ID.:950:&SESSION.::&DEBUG.::'
    || 'P950_METRIC_TYPE,P950_METRIC_VALUE:descr,MET'
    || ''
    || ''', 790, 460);"style="color:darkred; font-weight: bold;font-size: 90%"&gt;'
    || descr
    || '&lt;/a&gt;' "Note"
    , max(Met) METRICS, max(Jul) Jul08, max(Aug) Aug08, max(Sep) Sep08, max(Oct) Oct08, max(Nov) Nov08, max(Dec)Dec08, max(Jan) Jan08, max(Feb) Feb08, max(Mar) Mar08, max(Apr) Apr08, max(May) May08, max(Jun) Jun08
    from (
    Select 'Cost Per Transaction' descr,
    decode (MONTH, 'METRICS', WCSCPT) MET,
    decode (MONTH, 'JUL-08', WCSCPT) Jul,
    decode (MONTH, 'AUG-08', WCSCPT) Aug,
    decode (MONTH, 'SEP-08', WCSCPT) Sep,
    decode (MONTH, 'OCT-08', WCSCPT) Oct,
    decode (MONTH, 'NOV-08', WCSCPT) Nov,
    decode (MONTH, 'DEC-08', WCSCPT) Dec,
    decode (MONTH, 'JAN-08', WCSCPT) Jan,
    decode (MONTH, 'FEB-08', WCSCPT) Feb,
    decode (MONTH, 'MAR-08', WCSCPT) Mar,
    decode (MONTH, 'APR-08', WCSCPT) Apr,
    decode (MONTH, 'MAY-08', WCSCPT) May,
    decode (MONTH, 'JUN-08', WCSCPT) Jun
    from t
    union all
    Select 'Total Orders Issued Per FTE' descr,
    decode (MONTH, 'METRICS', WCSTOIPERFTE) MET,
    decode (MONTH, 'JUL-08', WCSTOIPERFTE) Jul,
    decode (MONTH, 'AUG-08', WCSTOIPERFTE) Aug,
    decode (MONTH, 'SEP-08', WCSTOIPERFTE) Sep,
    decode (MONTH, 'OCT-08', WCSTOIPERFTE) Oct,
    decode (MONTH, 'NOV-08', WCSTOIPERFTE) Nov,
    decode (MONTH, 'DEC-08', WCSTOIPERFTE) Dec,
    decode (MONTH, 'JAN-08', WCSTOIPERFTE) Jan,
    decode (MONTH, 'FEB-08', WCSTOIPERFTE) Feb,
    decode (MONTH, 'MAR-08', WCSTOIPERFTE) Mar,
    decode (MONTH, 'APR-08', WCSTOIPERFTE) Apr,
    decode (MONTH, 'MAY-08', WCSTOIPERFTE) May,
    decode (MONTH, 'JUN-08', WCSTOIPERFTE) Jun
    from t
    union all
    Select 'SIOs Per Billing FTE' descr,
    decode (MONTH, 'METRICS', WCSSIOPERFTE) MET,
    decode (MONTH, 'JUL-08', WCSSIOPERFTE) Jul,
    decode (MONTH, 'AUG-08', WCSSIOPERFTE) Aug,
    decode (MONTH, 'SEP-08', WCSSIOPERFTE) Sep,
    decode (MONTH, 'OCT-08', WCSSIOPERFTE) Oct,
    decode (MONTH, 'NOV-08', WCSSIOPERFTE) Nov,
    decode (MONTH, 'DEC-08', WCSSIOPERFTE) Dec,
    decode (MONTH, 'JAN-08', WCSSIOPERFTE) Jan,
    decode (MONTH, 'FEB-08', WCSSIOPERFTE) Feb,
    decode (MONTH, 'MAR-08', WCSSIOPERFTE) Mar,
    decode (MONTH, 'APR-08', WCSSIOPERFTE) Apr,
    decode (MONTH, 'MAY-08', WCSSIOPERFTE) May,
    decode (MONTH, 'JUN-08', WCSSIOPERFTE) Jun
    from t
    union all
    Select 'Total Calls Answered per FTE' descr,
    decode (MONTH, 'METRICS', WCSTCPERFTE) MET,
    decode (MONTH, 'JUL-08', WCSTCPERFTE) Jul,
    decode (MONTH, 'AUG-08', WCSTCPERFTE) Aug,
    decode (MONTH, 'SEP-08', WCSTCPERFTE) Sep,
    decode (MONTH, 'OCT-08', WCSTCPERFTE) Oct,
    decode (MONTH, 'NOV-08', WCSTCPERFTE) Nov,
    decode (MONTH, 'DEC-08', WCSTCPERFTE) Dec,
    decode (MONTH, 'JAN-08', WCSTCPERFTE) Jan,
    decode (MONTH, 'FEB-08', WCSTCPERFTE) Feb,
    decode (MONTH, 'MAR-08', WCSTCPERFTE) Mar,
    decode (MONTH, 'APR-08', WCSTCPERFTE) Apr,
    decode (MONTH, 'MAY-08', WCSTCPERFTE) May,
    decode (MONTH, 'JUN-08', WCSTCPERFTE) Jun
    from t
    union all
    Select 'ADSL Orders per FTE' descr,
    decode (MONTH, 'METRICS', WCSADSLPERFTE) MET,
    decode (MONTH, 'JUL-08', WCSADSLPERFTE) Jul,
    decode (MONTH, 'AUG-08', WCSADSLPERFTE) Aug,
    decode (MONTH, 'SEP-08', WCSADSLPERFTE) Sep,
    decode (MONTH, 'OCT-08', WCSADSLPERFTE) Oct,
    decode (MONTH, 'NOV-08', WCSADSLPERFTE) Nov,
    decode (MONTH, 'DEC-08', WCSADSLPERFTE) Dec,
    decode (MONTH, 'JAN-08', WCSADSLPERFTE) Jan,
    decode (MONTH, 'FEB-08', WCSADSLPERFTE) Feb,
    decode (MONTH, 'MAR-08', WCSADSLPERFTE) Mar,
    decode (MONTH, 'APR-08', WCSADSLPERFTE) Apr,
    decode (MONTH, 'MAY-08', WCSADSLPERFTE) May,
    decode (MONTH, 'JUN-08', WCSADSLPERFTE) Jun
    from t
    GROUP by descr
    Frank

    Borg Species 5618 wrote:
    Having trouble passing multiple values to another page via a popup SQL report
    But when I want to pass another value, all goes bonkers and instead of the value of the field being passed the literal text is passed.
    can someone look at my code below and see what may be wrong
    Select '&lt;a href="javascript:popUp2('''
    || 'f?p=&APP_ID.:950:&SESSION.::&DEBUG.::'
    || 'P950_TYPE,P950_CODE:'
    || descr, Met
    || ''', 790, 460);"style="color:darkred; font-weight: bold;font-size: 90%"&gt;'
    || descr
    || '&lt;/a&gt;' "Note"
    Hi Frank,
    You should close this parameters with single quotation. Try this -
    Select '&lt;a href="javascript:popUp2('''
    || 'f?p=&APP_ID.:950:&SESSION.::&DEBUG.::'
    || 'P950_TYPE,P950_CODE:'
    *|| 'descr, Met'*
    || ''', 790, 460);"style="color:darkred; font-weight: bold;font-size: 90%"&gt;'
    || descr
    || '&lt;/a&gt;' "Note"
    Hope this helps.
    Regards,
    M Tajuddin
    http://tajuddin.whitepagesbd.com

  • Print to different printers by page size

    Hi, i have a problem,  i need to print documents that have inside a lot of  different size pages(a4,A3,a1,A2,A0, a4x3 e.t.c.). Is it possible automaticly somehow to redirect a4,A3 pages to one printer and a1,A2,A0, a4x3 e.t.c. to other while printing whole file. I think this function will be useful in next acrobat version.
    something like this,dewading A3 to two A4 not needed
    to acrobat team:
    Did you thought about function that can make templates to printer like it made in AUTOCAD ? (*.pc3 files). It will be usefull when printer driver is not possible to save alot of page size formats. Autodesk fix this problem by making templates(like virtual printers) through that is possible to print, and in that is possible to save alot of page size formats that don't have original printer driver. It will be great if acrobat could use AUTOCAD *.pc3 templates to print through.

    Hi,
    Normally Outlook rules only print via the default printer, selecting the printers is beyond the control of Outlook build-in rules.
    If you have a rule written via a script, I suggest you post the question and the script to MSDN forum, in which you can get script specific support:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?category=officedev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support

  • How to Setup Default Page Size for Multiple Printers

    I've got two printers, a laser printer for printing "normal" 8 1/2 x 11 pages and a Zebra label printer for printing 4x6 shipping labels. I have my laser printer set as the default printer with a default paper size of US letter. Whenever I go to print shipping labels on my Zebra printer, I switch the printer in the Print dialog box and it always defaults to a paper size of "Full Bleed 8 1/2 x 11". Is there any way to change this setting so that it defaults to "4x6"?
    Another interesting thing is that if I temporarily set the Zebra printer up to be the default printer, none of the paper sizes that are "appropriate" for this printer appear in the default paper size popup menu. It looks like the choices are only those that would make sense for my laser printer. But when I go to print with my label printer, I can choose all sorts of "appropriate" sizes from the dialog box, including the "4x6" size that I use.
    Any ideas?

    Stop the queue (or take the printer offline manually), queue a print job, and check the settings on the submitted job using the CUPS interface; see if you can get the print job "captured" in the queue, and then see if the job is asking for the page size.  Based on what you're describing, I'd guess that whatever application or tool you're printing from is specifically requesting the page size, and not defaulting it.

  • How do you hyperlink a rollover to another page from within your iweb site?

    Ive made a bunch of rollovers for my iweb navigation bar. If youve created a rollover you know you have to link the images to a image hosting site. here as you would just normally drag and drop a image from your desk top. Because of the way iweb works, if you are using images from a image hosting sit, you can no longer adjust the characteristics of the images i.e. colors, size, and in this case the hyperlink. More specifically you cant change the hyperlink to a page within the iweb site.
    So the problem im trying to figure out is how to link the rollover to a page within my iweb site.
    now you can actually change the hyperlink of the rollover. however you must do this by adjusting the html within the snippet of the rollover. The problem i found is that iweb doesnt creat sub domains for each page. a entire iweb site with multible pages uses only one domain which is the homepage. so i cant just type a subdomain of another page into the snippet hyperlink because the subdomain doesnt exist.
    here is the link to my site. youll notice i did figure out a work around with the "contact us" button but its a huge pain in the butt. i had to create a new domain and a new site then attach the referal index.html to that new domain. todo this for every single button is very difficult.
    http://springgardenranch.tk
    so i guess the bigger question is, is there a easier way to do this?
    perhaps if there was a way to create a subdomains like springgardenranch.tk/contactus withing iweb for each page. but i dont even know if thats possible.
    thanks for you help.

    Because of the way iweb works, if you are using images from a image hosting sit, you can no longer adjust the characteristics of the images i.e. colors, size, and in this case the hyperlink.
    Then use  your own images. Then you can create them the way you want.
    Here's how I do it :
    http://cafenoir.atspace.com/Hover/
    And here's the menu in an iWeb page :
    http://cafenoir.atspace.com/HNBF/
    And here you can learn how to do it. Follow the links to the How-To pages.
    http://cafenoir.atspace.com/
    You may have to learn HTML. CSS, JavaScript, AJAX, DOM and how iweb creates its webpages.

  • HP PhotoSmart Premium C310 - Windows 8 and Office 2013 - Where have the page sizes gone

    I have just upgraded to Office 2013 on my windows 8 PC.
    Now when I goto print, and click "printer properties" evert drop down is blank, and all the titles are in Chinese. HELP please.
    Also the page size options have now lost useful things like A4, Letter etc.
    Technet says to upgrade my printer drivers, but I'm on the latest ones, I can't contact support, as It says my printer is no under warranty support any more. I don't have fault with the printes, its with the driver. Please HP help.
    I can supply screen shots of the issue, but could not work out how to post them here!
    Everything worked O.K. with office 2010.
    Thanks

    So only print functions and printer-related settings are in another language?  Did you use the installation disc that came with the printer or did you download the software from the HP Website?
    Here is a video on how to uninstall the HP driver from Windows 8 in case you can not understand the words.  And here is a link to the Photosmart Premium C310 Full Feature Software and Drivers for a Windows 8 64-bit PC in United Kingdom.  When I went to www.hp.com/support, I selected your country first and then chose the Software and Drivers section after that.  You will want to click the "Download" button and follow those instructions.  I hope this helps you.  Let me know if this provides for you the proper driver.
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • How do I change the page size of a pdf?

    I'm trying to send a manuscript to a printing service in another city. It was produced using Microsoft Publisher. In Acrobat Pro I changed the page size from the default (8 1/2" x 11") to the size of my finished document --- 7.8" x 10". Yet when I send the manuscript to the printer it's still the larger size. I've tried right-clicking on the pdf printer and changing to a close approximation (7.5" by 10"), which is listed as one of the available alternatives, but it won't let me change it. What am I doing wrong?

    There's no real need to do that. A PDF can have pages of different sizes.
    On Fri, Jun 6, 2014 at 4:11 AM, christine rambo <[email protected]>

  • Assigning video files uploaded via a customer form to the src file section of another page (without manually having to copy an paste over)

    Hi. I’ve set up a web form that uses html and javascript. This particular form lets you upload files. I also have another page that lets you play videos. I was wondering if anyone knows how to make the inner html of for example the upload file form field equal the file that is played by the video player on the other page.
    Basically on youtube when you upload a video it automatically makes another page with the video file you uploaded assigned to the video player on that page. I want to know how to go about doing that. So people can upload videos and then be able to watch them instantly without me manually having to create the page an assigning the right file to the page.
    Even just knowing how to create a different page each time the form is submitted would be helpful. Thanks.

    This is more complex than you realize and JavaScript alone can't do it. You'll need a server-side script like PHP to authenticate and sanitize file uploads to prevent malicious scripts or malware from ever getting to your server.  Then, your script will have to process the uploaded file by saving it to a folder or database, give it a unique ID and then redirect users to a new page that pulls the file into an HTML5 or similar player.  How good are you with server-side programming?
    Nancy O.

Maybe you are looking for

  • USB Keyboard not working on MBP

    Hi, I have a mechanical usb keyboard (PC) that I like to use, but it isn't working on my 2010 MBP. I did a bit of googling & a series of experiments to figure out the problem, but I am no closer to a satisfactory solution. Here are my observations: 1

  • Help desk ticket options "close"

    With an open ticket is there a way to add more options in the drop down for "close"? close as duplicate, and waiting on user are the only available choices. This topic first appeared in the Spiceworks Community

  • Airport Express totally stopped working, tried many methods to make it work

    Hi, I have an airport express, PURELY for the purpose of wirelessly playing music over my network through my stereo. Now, I had it working perfectly out of the box, no problems at all. Suddenly it doesn't show up in iTunes and doesn't show up in Airp

  • Some artists won't show on 30 gb ipod video.

    The last few artists on my ipod like zz top and those down there show up on my ipod when hooked up but not when un-hooked. Answers are appreciated.

  • OS X 10.4 - tiger

    i just got OS X 10.4 today, and have installed it and downloaded the java 1.5 package for os x 10.4, however i do not see to be able to get os x to (and mroe specifically my editor, "drjava") to realise i have the new version of java? how do i get th