Flatten/Assemble XDPs with Different orientations

I was able to flatten XDPs into a single PDF successfully using the invokeDDX.
The issue that I am facing now is while merging 4 forms together, if the 2nd or 3rd form happens to be in Landscape orientation, all rest of the forms also convert to the Landscape orientation. Also, when I try printing it, the Printer says the Printer Size did not match Paper type or something of that sort. Following was my DDX:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
  <XDP result="MyXDPResult">
    <XDP source="sourceXDP1"/>
    <XDP source="sourceXDP2"/>
    <XDP source="sourceXDP3"/>
    <XDP source="sourceXDP4"/>
  </XDP>
  <?ddx-source-hint name="sourceXDP1"?>
  <?ddx-source-hint name="sourceXDP2"?>
  <?ddx-source-hint name="sourceXDP3"?>
</DDX>
How do I get forms with different orientations to assemble and print? Would appreciate any help in this regard.
Thanks,
Saurabh

dreaming of weaving wrote:
> Allow Tool Recording ( You used no brush type tool to be recorded and this option is only useful if all document processes are the same size and resolution.  This feature is hardly ever useful. It was poorly designed and implemented by Adobe.  Their Plug-in ScriptListener even disables this feature if you install the plug-in )
> Create new Set
>Create new Action
> Click record
> add vertical "© name" to a new layer in PS file (if you are using the text tool here and want to process different size image you have a problem here)
> position it
> Layer > Flatten Image, (no need to flatten you can save a layered or flat file by choosing the proper file type.)
> File, Save, Close image. (no need to save or close if you are going to  use the image processor to batch process images.  The Image processor will open the files run your action a save the file types you set up. When all the file types have been save for a image. The Image processor will close the image and move on to the next image and repeat the process till all image files have been processed.)
> Stop recording
It seems you new to "Actions" .  You may fine my crafting actions package useful.  It even contains a sample watermarking action that can watermark any size document with watermarks. The Action show three methods.  Custom Text Layer,  Shape layer and Custom Loge Layer.
Crafting Actions Package UPDATED May 2, 2014 Updates some text and added StampExif Action and Script.
Contains
Action Actions Palette Tips.txt
Action Creation Guidelines.txt
Action Dealing with Image Size.txt
Action Enhanced via Scripted Photoshop Functions.txt
CraftedActions.atn Sample Action set includes an example Watermarking action
Sample Actions.txt Photoshop CraftedActions set saved as a text file.
More then a dozen Scripts for use in actions
Example
Download

Similar Messages

  • Creating pdf-file from multiple files with different orientation

    How do I put together two files with different orientation in the page set up so that the lying A4-format is standing up in the new pdf-file?

    lophelia wrote:
    How do I put together two files with different orientation in the page set up so that the lying A4-format is standing up in the new pdf-file?
    First I've underline a Phrase in your Question did you mean underlying A4-format?
    Are both PDF Files created with A4-Format? If yes then:
    Did you shift orientation to Portriat Format for the item(s) that you need, such as a Chart or an excel Document? If so:
    Then when the documents are meged  They should print correctly.

  • Writing Text with different orientation degrees

    Hello All,
    I just wanna know about writing the text vertically.
    I don't mean this:
    T
    E
    X
    T
    I mean as we write in MS word or other applications with orientation of 90 degrees.
    Thanx in advance.

    import java.awt.*;
    import java.awt.geom.*;
    import javax.swing.*;
    public class TipsyText extends JPanel {
        String text = "hello world";
        Point p = new Point(200,250);
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING,
                                RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
            g2.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL,
                                RenderingHints.VALUE_STROKE_PURE);
            g2.setPaint(Color.red);
            g2.fill(new Ellipse2D.Double(p.x-2, p.y-2, 4, 4));
            AffineTransform at = AffineTransform.getTranslateInstance(p.x,p.y);
            at.rotate(-Math.PI/2);
            g2.setFont(g2.getFont().deriveFont(28f).deriveFont(at));
            g2.setPaint(Color.black);
            g2.drawString(text, 0, 0);
        public static void main(String[] args) {
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.add(new TipsyText());
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
    }

  • Indesign cs3. it prints pages out with different orientation

    hi. hope you can help.
    i set up a new document with 20 pages. when i print the first page or whatever page i want to print from prints as a landscape but the pages after are portrait or vice versa. i've used indesign for years but its happened to a couple of documents but dont know why. none of the pages are facing pages etc.
    any ideas why it happening?
    thanks in advance.
    ii

    Hi, we are getting the same thing here. Have you had any feedback or a resolution to this issue? iiod, maybe we can pool resources and troubleshoot together, full specs can be posted if needed (don't have them handy right now).

  • Flattening Dynamic pdf with .xdp fragment

    Hello,
    I'm having problems, flattening merged dynamic pdf's , that have fragments from a source .xdp file, if i set default values inside the xdp, it shows up. They are generated inside the .xdp with some javascript code. They show up in the dynamic version, but they are gone in the static version, Anyone knows a solution for this?
    Thanks in advance.

    Was the form you are trying to import this data to created with LiveCycle Designer?
    I would fill in the form then export the data to XDP and see what the differences are.

  • How to create a report with different page sizes

    Hi,
    I would like to create a report with different page sizes, it's possible to do it with diadem?
    When I change the layout parameters, changes afect to all sheets...
    Is there a way to change page size individually for each sheet?
    Thanks in advance.
    Marc

    Hi Marc,
    You can use the DocStart and DocEnd commands along with the PicPrint command to spool multiple print commands to the same output PDF file using the direct printer approach.  This should enable you to programmatically specify the page size differently for each sheet that you add to the print job.
    ' Print PDF Page by Page.VBS
    OPTION EXPLICIT
    Dim i, Path, OldPrintName
    Path = AutoActPath & "2D Stacked"
    Call DataDelAll
    Call DataFileLoad(Path & ".TDM")
    PDFFileName = Path & " Page by Page.pdf"
    IF FileExist(PDFFileName) THEN Call FileDelete(PDFFileName)
    OldPrintName = PrintName
    PrintName = "winspool,DIAdem PDF Export,LPT1:" ' Set to PDF printer
    PDFResolution = "72 DPI" ' "2400 DPI" , "default"
    PDFOptimization = TRUE
    PDFFontsEmbedded = FALSE
    PDFJPGCompressed = "high"
    PrintOrient = "landscape" ' orient paper
    Call PrintMaxScale("GRAPH") ' auto-max, see alternative margin setting variables below
    PrintLeftMarg = 0.181
    PrintTopMarg = 0.181
    PrintWidth = 10.67
    'PrintHeigth = 7 (read-only)
    Call WndShow("REPORT")
    Call DocStart ' Begin multi-page document/print job
    FOR i = 1 TO 4
    Call PicLoad(Path & ".TDR")
    Call GraphSheetNGet(1)
    Call GraphSheetRename(GraphSheetName, "Page " & i)
    Call PicUpdate
    Call PicPrint("WinPrint") ' Add a page to be printed
    NEXT ' i
    Call DocEnd ' End multi-page document/print job
    PrintName = OldPrintName
    Call ExtProgram(PDFFileName)
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Why connect two dhcp servers with different IP addresses?

    
    so for an assignment at college we had to configure a router connected to two switches which both had a server connected to them.
    the computers were connected via dhcp to either server however each side had a different IP. we have now been asked to justify as to why two servers were used with different IP which I cannot quite produce a business orientated answer.
    I can understand connecting two dchp servers on same IP to increase fault tolerance but I do not understand using two separate IP addresses.

    Hi,
    Does “using two separate IP addresses“ mean 2 subnets which are connected by router?
    If you have separately configured 2 DHCP servers on the 2 subnets, and want 1 of the 2 DHCP servers to provide fault tolerance for the other. You need to use an RFC 1542–compliant router, or DHCP relay agent, in order to forward DHCP broadcast traffic.
    If there is any misunderstanding about your question, please correct. 
    Best Regards,           
    Eve Wang                                                                             
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Save/open document with different font with RTFEditor!

    Hello everyone !
    I am creating a RTF Editor with JTextPane, DefaultStyledDocument and RTFEditor,It is right if input English character with different Font such as Arial,Basemic etc .but with Non-English ,It is question!!when I input chinese in font "����GB_2312",and save it ,then I open it again ,font is changed to "��"��but font size,color ,and style is correct!I doubt it is RTFEditor does't support chinese font ,is it?how can I do?
    thanks a lot!

    That's because nobody has posted an answer. You can find the discussion at how do I save a document with different page orientations to one pdf? I think this is pretty much what happens on Mac, but you can combine the separate PDFs to one.

  • Standard cost with different dimentions

    Hi,
    We have a scenario where one material can be sold at different length.
    Ex:  Mat A is wire
    1 mr std price $2
    2 Mr std price $5
    3 mr std price $6
    etc., till 10 mtr
    user wants to have same material number but to handle the all the prices in standard price at different lengths.
    I recommended that this is not possible with SAP so go with different materialnumbers with different lengths.
    Is that correct or am i missing something from functionality, can any one help.

    Hi,
    The product is not manufactured its procured from vendor.
    If the customer places an order for 5 mt then the the same will bought from vendor and sell to customer.
    No inhouse manufacturing or assembling
    we recommended to use the different material code for different length.
    Just want to confir if thats correct or we can we use one material code for all lenghts.
    if we use Variant pricing that will help Sales order process but standard cost in material cannot be updated using variant pricing.

  • Can all Acrobat Readers open files with mixed orientation pages (portrait and landscape)?

    Can all Acrobat Readers open files with mixed orientation pages (portrait and landscape)? If not, which versions can? Thanks!

    Hi Sami,
    You can open files with mixed page orientations in all Adobe Readers There is no such constraint on opening files with different page orientations in Adobe Readers.
    In case if you have any other query please let us know. We will be happy to assist you.
    Regards,
    Aadesh

  • Photoshop shut down while I drew a picture, now the file is broken and I can´t fix it, photshop won´t open the file and I have tried repearing it with different programs. What should I do?

    Photoshop shut down while I drew a picture, now the file is broken and I can´t fix it, photshop won´t open the file and I have tried repearing it with different programs. What should I do? I spent 6 hours on the pic and I dont even have a screenshot or anything.

    You don't even say what platform you are on, or any other details that may help others assist you.
    If you are on a Mac, try opening your file in GraphicConverter (they have a demo version) if that doesn't open it, nothing will, in my experience.
    I assume you have tried Adobe Illustrator already to recover.
    You may also have a JPEG of your complete file (flattened) in Bridge Cache.
    On the Mac you'd find it in your User ~Library (NOT the Root Library ):
    Users > yourname > Library > Caches > Adobe > Bridge CS6 > Cache > 1024 > jpg(fileID)number Filename.psd.jpg
    The user ~Library is hidden, but you can make it visible for an moment or two.  Ask Apple if you don't know how.
    I don't do Windows.

  • Is LabView good at precise motion control for things like running an assembly line with lots of cars moving about?

    Is LabView good at precise motion control for things like running an
    assembly line with lots of cars moving about? Precise speed and
    acceleration control? Safety interlocks?
    Thanks for any help you can offer!
    Sent via Deja.com http://www.deja.com/
    Before you buy.

    If you are a long time Nokia/Symbian fan then you will Know full well that Nokia phones ALWAYS improve with software updates, Symbian will not be abandoned and will not be replaced by WP7, it will continue to evolve and improve, as will the handsets. Anyone who desires or wants a different OS should try one, because it's a free world, but really, the 'perfect' OS doesn't exist, and Symbian suits me for now and I will rely on Nokia to keep it up to date, and reliable.
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • How can I transfer contacts from one iPad to a new iPad with different iCloud addresses?

    how can I transfer contacts from one iPad to a new iPad with different iCloud addresses?

    One way would be to e-mail them from yourself to yourself. That would totally avoid the different ID issue.

  • How to backup multiple iphones with different iCloud accounts but same apple id?

    I would like to back up 3 idevices each with different icloud accounts to itunes. But they use the same apple id so that itune purchases can be installed on each device (2 iphones and 1 ipad).
    All I want to do is create a backup in case the phones need to be restored. I also want to back up before downloading iOS 8.
    The Macbook Pro that I will back up to has one user and one itunes library.
    Is this possible without mixing up address books and contacts etc? Appreciate if some one could direct me to detail step-by-step instructions if they exist or please tell me how I can do this.
    Thanks.

    With Family Sharing they don't need to have the same Apple ID anymore.
    But backups to iTunes are kept separate among multiple devices; Apple ID and iCloud isn't involved at all. Just make sure the devices do not have the same name.

Maybe you are looking for

  • Reg: IDOC Purchase Order

    Hi All, I have a requirement to trigger a Purchase Order from Stock Transport Order (STO). So whenever the STO is created, IDOC needs to be triggered & create a auto PO in the same client. I tried with some examples from forum thread, but all goes in

  • SCCM 2012 R2 how to configure SCUP for third party patches

    we have CAS and primary site servers need to configure SCUP what need to be configure in CAS and what in primary.

  • Why bother to use explain plan?

    All my colleagues used the third party applications, Crystal Report or TAOD, to query data from the 10g R2 database for some kind of reporting. The problem is they always created the query with multiple outer join (> 10 tables) and they WRITE the cod

  • Need advice on HTTP Binding

    Hello, somebody out there who tried to connect to let's say OpenFire server from J2ME using HTTP Connection? I am having problems with my application right now when I installed in real device. My problem is quite similar to this: http://www.igniterea

  • How To Make Skin Look Younger

    Some timeless rules so as they enter into the outlets, you can choose items which are in your budget and assess new kinds.First it's crucial that you establish your skin form.  http://loseweightgarcinianow.com/le-parise/