How to increase page size for balance file upload in Workspace.

Hi All,
Please suggest how to increase page size for balance file upload in shared Workspace pages.
Thanks,

A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

Similar Messages

  • Set Paper Source by Page Size for multi files

    I have over 500 pdf files. How can I batch set "Paper Source by Page Size" in Print Dialog Preset for these files.
    Thanks!

    Hi Andrew,
    Apple made some pretty significant changes to the way that printers function when they released 10.6.
    The setting you're looking for is completely controlled by the OS.
    Choose Apple > System Preferences > Print & Fax.
    Click on your printer and use the drop-down menu to change the default page size for your printer.
    -David

  • Change page size for PostScript file?

    Hi,
    While trying to stream Java2D objects to a PostScript file using Java Printing API, I found I couldn't change the page size, it always gives me ISO_A4 size. In the following modifed sample from printing doc, even if I changed the book's page size and printer media size attribute, it still gave me ISO_A4 size.
    thanks for your help
    Frank
    ==== Code ====
    import java.io.*;
    import java.awt.print.*;
    import java.awt.*;
    import javax.print.*;
    import javax.print.attribute.*;
    import javax.print.attribute.standard.*;
    import java.util.Date;
    public class Print2DToStream2 implements Printable {
    public Print2DToStream2() {
    DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PAGEABLE;
    String psMimeType = DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType();
    StreamPrintServiceFactory[] factories = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(flavor, psMimeType);
    if (factories.length == 0) {
    System.err.print("No suitable factories");
    System.exit(0);
    try {
    FileOutputStream fos = new FileOutputStream("C:/WUTemp/out.ps");
    StreamPrintService sps = factories[0].getPrintService(fos);
    DocPrintJob pj = sps.createPrintJob();
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(MediaSizeName.NA_LEGAL); // no effect
    aset.add(OrientationRequested.LANDSCAPE);
    Book book = new Book();
    PageFormat pf = new PageFormat();
    Paper p = new Paper();
    //p.setSize(595, 842);
    //p.setImageableArea(0,0,595,842);
    p.setSize(612, 1008); // didn't take it
    p.setImageableArea(0,0,612,1008); // didn't take it
    pf.setOrientation(PageFormat.LANDSCAPE);
    pf.setPaper(p);
    book.append(this, pf);
    Doc doc = new SimpleDoc(book, flavor, null);
    pj.print(doc, aset);
    fos.close();
    System.out.println(new Date());
    } catch (PrintException pe) {
    System.err.println(pe);
    } catch (IOException ie) {
    System.err.println(ie);
    public int print(Graphics g,PageFormat pf,int pageIndex) {
    if (pageIndex == 0) {
    Graphics2D g2d = (Graphics2D)g;
    g2d.translate(pf.getImageableX(), pf.getImageableY());
    g2d.setColor(Color.black);
    g2d.fillRect(0,0,200,200);
    g2d.drawString("example string", 250, 250);
    System.out.println("printing ... ...");
    return Printable.PAGE_EXISTS;
    } else {
    return Printable.NO_SUCH_PAGE;
    public static void main(String args[]) {
    Print2DToStream2 sp = new Print2DToStream2();
    }

    It turned out that it was the PS viewer mislead me. There is nothing wrong in generating PS file.
    Frank

  • How to increase page size in existing document and add margins uniformly.

    I have a long document that I must print out to PDF, but I must now increase the page size. I do not want to change the text at all; just increase the sizes of the margins. When I increase the page size , my text frame remains the original distance from left-hand margin. In other words, the top and bottom margins increase evenly, but for the left and right margins, only the right margin grows. This leaves the text frame shoved over to the left-hand side of the page (or towards the binding in a two-page spread).
    I would like for the page size to increase so that all margins increase in a uniform manner, that is, so that the text frame remains centered in the page, both horizontally and vertically. At present it is centered only vertically.
    Thanks very much.

    A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

  • How to Increase Instance size for ALBPM-Err:'Max instance size exceeded.

    HI,
    Can anybody in How to increase maximum instance size for
    1. ALBPM Studio
    2. runtime i.e. process administrator?
    Look forward for help.
    Cheers
    The exception in detail is:
    Error while persisting the transaction data: 'Max instance size exceeded.
    Current size is 33262, whereas the maximum size is 16384. This occurs with instance 'Process1' at activity 'StartExecution[Process1DownloadMessage]' of process '/Process1Download#Default-1.0''
    Details:
    Max instance size exceeded.
    Current size is 33262, whereas the maximum size is 16384. This occurs with instance 'Process1' at activity 'StartExecution[Process1DownloadMessage]' of process '/Process1Download#Default-1.0'
    fuego.server.exception.MaxInstanceSizeRuntimeException: Max instance size exceeded.
    Current size is 33262, whereas the maximum size is 16384. This occurs with instance 'Process1' at activity 'StartExecution[Process1DownloadMessage]' of process '/Process1Download#Default-1.0'      at fuego.server.ProcInst.getComponentData(ProcInst.java:792)      at fuego.server.ProcInst.mustStoreComponent(ProcInst.java:2777)      at fuego.server.persistence.jdbc.JdbcProcessInstancePersMgr.executeUpdateInstance(JdbcProcessInstancePersMgr.java:2870)      at fuego.server.persistence.jdbc.JdbcProcessInstancePersMgr.updateInstance(JdbcProcessInstancePersMgr.java:2272)      at fuego.server.persistence.Persistence.updateProcessInstance(Persistence.java:1008)      at fuego.server.execution.EngineExecutionContext.persistInstances(EngineExecutionContext.java:1819)      at fuego.server.execution.EngineExecutionContext.persist(EngineExecutionContext.java:1109)      at fuego.transaction.TransactionAction.beforeCompletion(TransactionAction.java:132)      at fuego.connector.ConnectorTransaction.beforeCompletion(ConnectorTransaction.java:685)      at fuego.connector.ConnectorTransaction.commit(ConnectorTransaction.java:368)      at fuego.transaction.TransactionAction.commit(TransactionAction.java:302)      at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:481)      at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)      at fuego.transaction.TransactionAction.start(TransactionAction.java:212)      at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)      at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:63)      at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)      at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:264)      at fuego.server.execution.ToDoItem.run(ToDoItem.java:559)      at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:773)      at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:753)      at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)      at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)      at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:446)      at fuego.component.ExecutionThread.work(ExecutionThread.java:837)      at fuego.component.ExecutionThread.run(ExecutionThread.java:408)

    First take a look at your instance variables in your processes. Determine if some could be changed to be Separated instance variables. Once an instance variable's category changes from "Normal" to "Separated", it is not included in the instance size calculation.
    If you cannot mark variables as Separated, then in Studio's "Project Navigator" tab, right mouse click the name of your project -> click "Engine Preferences" -> with the "Engine" selected as the Category, click the "Advanced" tab on the upper right change the "Maximum Instance Size" to 64KB (4x the original 15kb value) and change the "Instances Cache" to 1250 (1/4th the original value).
    What version of Enterprise are you on (Standalone or WLS)? There is a similar setting on Enterprise, but it is slightly different between the two types of Enterprise Engines.
    Dan

  • How to add a field for multiple file upload in WebApps ?

    I am creating a WebApp for user to save some information with multiple pitcures. I can only see a single uploader.
    How can I add multiple image uploader and How can I create a custom file upload field rather than image upload ?

    Hi,
    There's no other upload field type for web apps.  You'll need to use the "image file type" to apply multiple file upload fields within the web app form in this case.
    Kind regards,
    -Sidney

  • How To guide...for Flat File upload for User-Defined variables

    Has anyone got link to the guide that describes how to do a flat file upload for populating User-Defined Variables ?
    Any assistance will be appreciated.
    Uche

    SAP BW Business Planning and Simulation "How To" Guides
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ab9fd590-0201-0010-2590-be78eb70015c
    How to Upload User-Specific Variable Selections in BW-BPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to upload user-specific variable selections in bw-bps.pdf
    this is what you are looking for ?
    Message was edited by: Murali

  • How to increase font size on Safari browser itself?

    Hello All
    I have been using my iMac for only a couple of weeks now, but during that time I have searched high and low for a setting to adjust the size of the font on the Safari browser - NOT the text on the web pages it displays (I figured that bit out!), the text on the actual browser frame itself e.g. the bookmark title, the titles displayed on the tabs etc
    I also have not figured out how to increase the size of the text on the navigation bar at the top of my iMac where all of the available options for the program in use are displayed (file, edit, view and so forth)...
    I am very pleased with the Mac overall, but the issue of these tiny weeny text sizes on the Mac navigation systems is a problem - anyone with real eyesight troubles would certainly be in a pickle!
    Hopefully someone here will know what to do - I guess I just haven't found the secret yet!
    Thanks!

    Greetings,
    Sorry, but you can't change the size of the fonts or the menus in application windows. They aren't that small, so if you have trouble seeing them, you can use the Zoom feature of Universal Access to enlarge everything you move your mouse over. It's in System Preferences.

  • Getting the page size in PDF file

    i want know how do get the page size in PDF file befor placing every page in document
    for example height=297 mm And width=210mm

    This script:
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both -pdf-and-indd-files.php
    answers all your questions.
    Peter

  • Can I change iTunes & iPod display font (not font size) for selected files only?

    I loaded a Russian classical music CD into iTunes and iPod. On the original CD, titles, names etc. are written in cyrillic alphabet.  Once I loaded the CD into iTunes and on iPod this info was displayed unreadably in western alphabet.  Example:  "Èæå õåðóâèìû..." (Í. Ãîëîâàíîâ)Õîð È.
    I have cyrillic font on my Windows 7 computer.  Can I change the display font--for only these selected iTunes music files--to the cyrillic font?  Thanks!

    Does any one know how you can adjust the font size (point size) for the file
    names.
    Sadly enough you can't chance that, feel free to add a feature request for
    that, the more there ask for the bigger chance it will be realized.
    It would be great if the colors for the image name (background and font color)
    could be changed so the contrast could also be increased so it is also easier
    to read.
    And this the cheerful part, go to Bridge preferences General tap and play
    with the sliders for user interface and Image Backdrop until your satisfied.
    BTW using the slider for thumbnail size bottom right of the Bridge window to
    increase the thumbs does not increase the font but makes it nevertheless a
    little clearer.

  • Set custom page size for printing

    I want to set a custom page size for printing some PDF three and four-page musical scores to roll paper on an Epson 1290 using Adobe Reader 9.3.4 on Ubuntu 10.04. The printer properties in the print dialog has a media size option, and one of the choices is "custom", but having chosen "custom", the dialog does not allow me to add the actual page size to the lpr printer command. I can see that when I choose "custom", the lpr command is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom etc
    but what I need for a three page output, for example, is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom.297x630mm etc
    and I can't see how to add the actual custom paper size. If I Ok the media size choice dialog with it just set to PageSize=Custom, I can see from the output preview in the print dialog that the actual page size that has been chosen is letter. The online Adobe doc for Reader 9 printing (http://help.adobe.com/en_US/Reader/9.0/content.html#heading2.3) says "For documents that are larger than the standard page size, go to File  > Page Setup.  Create a custom page size before you print your  document". The problem with that is that there is no "Page Setup" option on the File menu in the Unix version of Adobe Reader, only a "Print" option, which is where I already am.
    If I open the PDFs in Evince, it allows me to add the custom page sizes I want, but as Evince doesn't have the option to print multiple pages per sheet I can't use it either...

    Yes, it used to work, and the resize zoom bar used to work too (now its grayed out). I don't know if this is a "who's to blame for it" thing, but its not getting fixed and its pretty bad that no one seems to care enough even to respond. I found my own solution by opening it in Gimp. Just right click and select open with other ...Gimp and it will import into it. In the Gimp Print dialog, you have a scaling percentage in the "Page Setup" tab, and size settings in the "Image settings" plus loads of other stuff including multiple copies.

  • How to increase database size actually in my company use MSSQL

    Hi Expert,
    Can any body tell me how to increase database size actually in my company use MSSQL but i dont know how to increase DB size. in MY PRD system it shows-
    Data Files
    No. of files-4
    Total size(MB)-79,840
    Alocated MB-79,825(99.98%)
    Free MB-15(0.02%)
    LOG
    no of files-1
    total size(MB)-2385
    alocate MB-16
    free-2342
    recovery model-Full
    Reuse wait resion-NOTHING
    Now What i do give me suggessin
    Thanks In Advance

    Hi,
    you don't have to stop your database to increase the file size - it's an online operation. If you are more familiar with SQL code here is what you have to do:
    use <SID> /*Put your database name here, e.g. PRD*/
    go
    select file_id, name, physical_name, size
    from sys.database_files
    where type_desc = 'ROWS'
    In the resultset you will find a column called 'name' - that are the logical file names that we need for the increase. If you have a standard installation the names should look like <SID>DATA{1-4}. Next step ist the actual increase of the files:
    /*Replace <SID> with your DB name*/
    alter database <SID> modify file(name='<SID>DATA1', size=25GB) /*25GB ist just an example*/
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA4', size=25GB)
    Thats it. If you run the first statement again, you will see that the filesize has been increased. You can also check on  filesystem level.
    Regards,
    Sven

  • Online Increasing the Size of Ext3 File System (no lvm)

    Using Suse linux entreprise Server SP1
    Using multpath disks
    using a ext3 file system mounted on a partition
    How to increase the size of f Ext3 (no lvm) online without umounting the File system ?
    a use

    On 20/02/2012 10:56, smain09 wrote:
    > Using Suse linux entreprise Server SP1
    > Using multpath disks
    > using a ext3 file system mounted on a partition
    > How to increase the size of f Ext3 (no lvm) online without umounting
    > the File system ?
    > a use
    This forum is for queries relating to Novell's Storage Manager product[1].
    Storage-related queries for SUSE Linux Enterprise Server should be
    posted in the SLES Configure-Administer forum. This recently moved from
    forums.novell.com and can now be found @
    http://forums.suse.com/forumdisplay....ure-Administer
    HTH.
    [1] http://www.novell.com/products/storagemanager/
    Simon
    Novell/SUSE/NetIQ Knowledge Partner
    Do you work with Novell technologies at a university, college or school?
    If so, your campus could benefit from joining the Novell Technology
    Transfer Partner (TTP) program. See novell.com/ttp for more details.

  • How ro increase report size???

    Hi,
    I got an empty page in IE when I run my reports from our appls, the problem is the size of the report is small ( return less than one page data). Does anybody know how to increase the size to make it visable?
    Thanks

    hello,
    you should see output regardless of the length of the report. however there are several known issues with IE :
    -) if you are using PDF there might be a stalled acrobat running in the background.
    -) IE tends to take "extensions" in the URL before using the mime-type to determine the content type of the document. so if your url ends with a string that "looks like" a file extension, IE might miss-interpret the filetype
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • PIXMA MG8220 default page size for printing is set incorrectly to 6x4, need Letter

    I have a PIXMA MG8220, and the default page size for printing is set incorrectly to 6x4, I need it to be Letter paper size. I'm wasting a lot of paper, and cannot figure how to reset the defaults on the printer vs. individual laptops using the printer?Simon

    Hi simonp, To set the paper size to be printed on, please follow these steps: 1.  Open an application such as TextEdit. 2.  Go up to File and select Print, or press the CMD+P keys on your keyboard. 3.  Locate the PAPER SIZE field, then select the LETTER paper size. 4.  Look for the drop-down menu labeled PRESETS, then expand this menu and choose SAVE AS.
    5.  Type in a name of your choice for this default setting, then click OK.
    You will now be able to select the above created preset from any application you print from, with the default paper size being Letter.  Hope this helps!

Maybe you are looking for

  • Can I Do This - Multiple User Accounts, Same Apple Account?

    I'm wondering if I can do this - I just got a new pc for my wife and kids, each of whom have an ipod. They have been sharing a username and Apple.com account (the xxxx@yyyy id) on the old pc, each synching their ipods with no problems. On the new PC,

  • Bootcamp can only open Windows 7 in Safe Mode

    I've been using Bootcamp to play my old computer games on my Macbook Pro for about two years now, and I've never had any issues before now. Last night, I bought a game from Origin and found that it was taking a lot longer to download than I had expec

  • How to gather option values from database in jsp

    jsp experts my problem is that i have to populate the optional values that user has to selecet his choice . we could have done it by : <optional value="item1">item1 <optional value="item2">item2 </select> but in our database if new category of item i

  • Send grayed out

    All of a sudden my send button is grayed out - for reply, new message, forward. Have done nothing new but can't send any messages. Any suggestions? Connie

  • Completion Status not showing in LMS

    My customer is integrating my AICC compliant output with his Saba LMS via url (so course structure files) The course launches fine, but after it is completed, the results (complete/incomplete) and even the course is not in the transcript. From resear