Inserting a two page TIFF file into Report Builder 10.1.2.2.0

Hello all!
I am trying to create a report which uses a pre-printed form. I went to the paper layout view and inserted my TIFF file, however only the first page is used. This is a two page file. How can I use both pages in my report?
Thanks!

Can you open any other rdf?
We had quite a few crashes with the Report Builder on Windows 7, especially when using graphs in rdfs. Setting the compatibility of the shortcut to "Windows Vista" solved most of our problems.
Regards
Markus

Similar Messages

  • How to combine two pages (not files) into one long vertical page

    Is there a way in Acrobat 9 Pro to combine (concatenate) say two 8.5"x11" pages and create a single 8.5"x22" page?
    Right now I'm having to do this by importing one page into Photoshop, extending the canvas, and pasting in the second page into the extended canvas space.  Very kludgy. While this works, saving the resulting PDF (even after removing the option to preserve editability in Photoshop) still results in a file which is a whopping 2.5MB in size as compared with around 25KB for the original PDF file which was spanning 2 pages.
    Ultimately what I'm trying to do is to be able to view a long document which was created in MS Word 2007 and then saved as a PDF, in a web browser by scrolling, without having page breaks.  Trying to increase the page dimensions is MS Word 2007 prior to creating the PDF worked to a point but Word 2007's maximum page length is 22 inches and as luck would have it, the document requires about 23 inches in length.
    I've tried using the custom page setting under the crop tool in Acrobat 9 but I can't seem to get the modified page dimensions to be accepted.  Acrobat 9 seems to accept the input and then nothing changes with the page's dimensions.

    A simple way to accomplish the job, though not recommended is to print the 2 page file to a new PDF with multi-up (assuming you select vertical rather than horizontal locations) and adjust the paper in the Adobe PDF printer to be 8.5X22. At least you might give it a shot. Some variation, along with rotation possibly, might work.

  • Batch merging two TIFF files into one

    I have a lot of portrait B5-size TIFF files that were scanned from paper documents and I plan to scan more.
    I want to merge every two of these files into landscape B4-size TIFF files.
    I want to do this by a batch job.
    What is the best way?
    Are there any command-line tools to do this job?
    I do not have Adobe package software. Instead I installed MacGimp.
    Although I have some experience with shellscript and Applescript,
    I'm new to Script-Fu.
    I made a GUI script for the application Preview that reads a multi-page TIFF file and saves as a PDF file with 2-UP layout. This method has two flaws:
    (1) Preview aborts for large files.
    (2) Resulting PDF file is more than five times as large as original TIFF file.
    Namely, 40-page, g4-compressed, 400KB TIFF file results in 2.5 MB PDF file.
    Maybe, the Preview does not make inheritance of TIFF compression.
    So I decided to make multi-page TIFF files of 2-UP layout.
    Thank you for reading.
    iMac G4   Mac OS X (10.3.9)  

    Self-solved.
    convert file1.tif file2.tif +append result.tif
    The command-line tool `convert' can be installed by Fink
    as a part of ImageMagick.
    iMac G4   Mac OS X (10.3.9)  

  • JAI Multiple page Tiff's into one multiple page tiff

    Please helpppppppppppppppppppppppppppppppppppppppp
    I have been hammering on jai.create and other stuff and can't get this to run. I am trying to merge two multiple-page tiff's into one big multiple page tiff and it only picks up first page each from both the files !!!
    so if i have a 3-page tiff and a 4-page tiff...it will pick up first page from both the files. Im releatively new to java but have spent a couple of days on this already.
    the following is my program.
    import com.sun.media.jai.codec.*;
    import java.awt.image.RenderedImage;
    import java.awt.image.renderable.ParameterBlock;
    import java.util.ArrayList;
    import java.util.Date;
    import java.util.Vector;
    import javax.media.jai.JAI;
    import javax.media.jai.RenderedOp;
    import java.util.*;
    public class MultiTiff {
    /** Creates a new instance of Class */
    public MultiTiff() {
    public static void main(String args[]) {
    String outFile = "C:\\test23.tif";
    String[] inFiles = new String[2];
    inFiles[0] = "C:\\C.TIF";
    inFiles[1] = "C:\\B.TIF";
    createMultitiff(inFiles , outFile);
    public static void createMultitiff(String[] fileNames, String outName) {
    RenderedImage[] srcs = new RenderedImage[fileNames.length];
    ParameterBlock pb = (new ParameterBlock());
    pb.add(fileNames[0]);
    RenderedImage src0 = JAI.create("tiff",fileNames[0]);
    ArrayList list = new ArrayList(srcs.length - 1);
    for(int i = 1; i < srcs.length; i++) {
    pb = (new ParameterBlock());
    pb.add(fileNames);
    list.add(JAI.create("fileload", pb));
    TIFFEncodeParam param = new TIFFEncodeParam();
    param.setCompression(TIFFEncodeParam.COMPRESSION_GROUP4);
    param.setExtraImages(list.iterator());
    pb = (new ParameterBlock());
    pb.addSource(src0);
    pb.add(outName).add("tiff").add(param);
    JAI.create("filestore",pb);

    Hi Sandra,
    You have ExportPDF subscription from Adobe which would not combine files for you. It is only used to convert PDF into different formats.
    For Combining PDF you might to purchase the different subscription : PDF Pack
    Let me know if you have any other question
    Regards,
    ~Pranav

  • I have a two pages pdf file

    I have a two pages pdf file and I want to open it in
    MM-FREEHAND MX, well I try but file opens but appears one page A4
    on stage null, without anything in , well what to do to open the
    pdf ?

    > I have a two pages pdf file and I want to open it in
    MM-FREEHAND MX, well I try but file opens but appears one page A4
    on stage null, without anything in , well what to do to open the
    pdf ?
    FH writes pdf badly and reads even worse.
    You may try to save pdf with Acrobat (Pro) to older version
    but it seldom works. FH can't open eps files exported from Acrobat.
    Illustrator can open pdf files well and document(s) can be
    saved as old illustrator version or elements may even copypasted
    into FreeHand. Note that all the text will appear as single lines
    and if letter spacing is other than default lines are broken.
    Jukka

  • How do I combine two user iPhoto files into one...keeps blocking the pics between users

    How do I combine two user iPhoto files into one...keeps blocking the pics between users on the same Mac?

    Put the library on an external hard drive that is formatted as shown in this screenshot:
    OT

  • How to convert Tiff file into to JPEG....

    Hi,
    I want to convert a tiff file into jpeg.
    Can someone please show me a simple example on how this can be done.
    I want to create a Servlet that reads a blob field that contians tiff image and then convert that into to jpeg and display it in a Browser...
    If anyone has any ideas if this is doable i would greatly appreciate if they can advise me on how this can be done.
    Thanks in advance.

    Java2 Doesn't support TIFF so you'll have to rely on a 3rd party product. I suggest you look at JAI.
    A solution off the top of my brain would be to use a JAI SeekableStream on the BLOB and then send the image to the client throught either a JAI image encoder, or through the default JAI.create statement.
    Remember, this is just off the top of my brain. Hope it works out.

  • Can I create multi page TIFF files in PSE?

    I wish to use a Canon TWAIN driver running a single page scanner to create multiple page TIFF files. Can anyone tell me whether this is possible in PSE please?

    No. That is not possible with PSE.

  • How do I place a multiple page .pdf file into a new InDesign CC document?

    How do I place a multiple page .pdf file into a new InDesign CC document???

    You will likely get better program help in a program forum InDesign
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Issue while uploading .TIFF file into Standard text using RSTXLDMC

    Hi All,
    We are facing issues while uploading .TIFF file into standard text through program RSTXLDMC.
    Getting the following error.
    TIFF format error: No baseline TIFF 6.0 file.
    The image is a colored one.
    Please provide me solution if anyone has worked in this area.
    Thanks in Advance,
    Anand Raj Kuruba.

    Hi,
    Often this error occurs because the TIFF file you have has been saved with some form of compression.  You need to open in a picture edit program and save as TIFF making sure options are set so there is no compression.
    Andrew

  • HT4007 I have just transferred all my raw, jpeg & tiff files into LR4 and using to opportunity to delete old raw files to free up disc space. How can i completely remove a raw file from my msc disc??

    I have just transferred all my raw, jpeg & tiff files into LR4 and using the  opportunity to delete old raw files to free up disc space. How can i completely remove a raw file from my mac disc??

    I'd be careful here: LR references files. It can copy them, like from an SD card to your hard drive, but it doesn't necessarily make duplicates. So when you say you "transferred" those files "into" LR it just means you referenced existing files. And if you delete those they're gone, unless you've made copies. LR does not import files by copying them into a managed library like Aperture does.

  • Is there a quick method for turning a 13 page Ai file into 13 separate Ai files

    Is there a quick method for turning a 13 page Ai file into 13 separate Ai files? I need to resave or RIP them as normalized PDF files, and I need to start with single-page ai files.
    Thanks.

    As Erica says, it's in the Illustrator Options window which opens after checking Save.. Check the top of what I showed

  • Report Builder 1.0 .RDL Files on Report Builder 3.0

    My group has developed a lot of .rdl files using Report Builder 1.0 over the years and we're finally upgrading to Report Builder 3.0 with SQL Server 2014.  Will our old .rdl files still work on the new version?

    Hi ericvanburen,
    According to your description, you want to know if the .rdl file created in Report Builder 1.0 can be available in Report Builder 3.0. Right?
    Report Builder 3.0 is used to create reports in a familiar, Microsoft Office-like authoring environment. It has backward compatibility. You can customize and update all existing reports, regardless of whether they were created in Report Designer or in the
    previous versions of Report Builder.
    Reference:
    What's New in Report Builder 3.0
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How do I add a jar file into the build path of the compiler?

    Hey,
    I'm trying to import a jar file into the build path of the compilation process, but it does not find the packages or the classes that are in it.
    I think I don't add it right...
              ArrayList<String> options=new ArrayList<String>();
              options.add("-d");
              options.add(targetDirectory);
              options.add("-classpath");
              for(String str:includeDirectory)
                   options.add(str);
              if (!compiler.getTask(writer, fileManager, diagnostics, options, classes, compilationUnits).call());
                    ....and I've tried this way:
         public void setTargetDirectory(String targetDirectory) {
              this.targetDirectory = "-d " + targetDirectory;
         private void compile(Iterable<? extends JavaFileObject> compilationUnits) throws Exception {
              ArrayList<String> options = new ArrayList<String>();
              options.add(targetDirectory);
              String classPath="-cp ";// tried this also with "-classpath"
              for (String str : includeDirectory)
                   classPath+=str+":";
              options.add(classPath);
         if (!compiler.getTask(writer, fileManager, diagnostics, options, classes, compilationUnits).call())
              // throw new Exception("Compilation Error");
         }Thanks in advance,
    Adam.
    Edited by: Adam-Z. on Feb 24, 2010 5:41 AM
    Edited by: Adam-Z. on Feb 24, 2010 5:42 AM

    Thank you for your reply,
    Q: Are there .class files in that directory in that jar file? (the compiler doesn't ( can't )) look for directories, it can just look for specific files , and scan to get a list of all files matching certain criteria. So if there are no class files, it will say the package doesn't exist, even if there is a directory, possibly containing other files.yes there are class files in the jar, the tree structure:
    j2MeDataChunkGenerator_Plugin\(lots of class files)
    META-INF\manifest.mf
    and thats it.
    , your code will only work on windows because other platforms use a different path separator. You should use java.io.File.pathSeparator not explicit ';" when building your classpath. (this is unrelated to your problem, but you should correct it)will do, thanks.
    Q: Is that error in your post formatted by your own diagnostics? (we could possibly help you better if we didn't have to guess!!)I would not post my own error code, this text is generated by the compiler diagnostic.
    {code}
         System.err.println(" Error details: " + diagnostic.getMessage(null));
    {code}
    Q: Is line 3 of ImageCroper_Editor.java (sic) an import statement? (we could possibly help you better if we didn't have to guess!!)it is an import error... didn't the error message stated that it is an import problem? wired, I'm sure before it did. anyway it is an import error.
    Also you don't show us what the variable includeDirectory is in terms of type, and contents, that might be helpful. (we could possibly help you better if we didn't have to guess!!)It has only one String object: "D:\%Important Documents\WorkSpaces\PacMan\ApplicationManager\Plug-in\Data Chunk Designer.jar"
    the last file on the classpath list.
    Q: Have you proven this? that i did post, in this long line of text.
    Q: Is the compiler finding other classes (in other packages) in that same jar file?No. all the class files are in the jar, they all have entries that start with "j2MeDataChunkGenerator_Plugin\*.class", and since I get 47 errors I guess it does not load any other class.
    thank you for you comments, the problem with having these errors, is that I can't even get a piece of information where this error is coming from, only that it is an import loading error package not found, what does that mean? that the jar was not loaded in compilation(no error about this), that the jar is corrupted(no error about this), that the path is incorrect(it is correct I made sure), that there is no such package in the jar(There is), that the compiler does not load the package(does it even do that?), really I can't even guess why this happens, I've been at this on and of all day today, really annoying.
    Thanks,
    Adam.

  • Attaching a text/pdf file in report builder

    i have develop account package for that i want to attach a text file in report builder. each account have its seprate text file.should it is possible? How?
    please give me reply on [email protected]
    thank you
    Message was edited by:
    user561602

    Hi (datasci),
    You can create a linked server in SSMS, then create a procedure to join three sheets. Then you can call the procedure in a dataset.
    As we tested in our environment, we create a linked server and the procedure like below:
    --linked server
    EXEC sp_addlinkedserver
    @server = 'ExcelServer',
    @srvproduct = 'Excel',
    @provider = 'Microsoft.ACE.OLEDB.12.0',
    @datasrc = 'c:\Book3.xls.xlsx', -- the path in the server where SQL server locates
    @provstr = 'Excel 12.0;IMEX=1;HDR=YES;'
    EXEC sp_addlinkedsrvlogin 'ExcelServer', 'false'--, 'sa', 'Admin', null
    go
    --procedure
    CREATE PROC proce2
    as
    SELECT a.Name,a.Amount,b.PtNo,b.value,c.Gender
    FROM ExcelServer...[Sheet1$] as a
    left join ExcelServer...[Sheet2$] as b on a.Name =b.Name
    left join ExcelServer...[Sheet3$] as c on c.PtNo =b.PtNo
    Then we call the procedure in the dataset, we get the expected result:
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

Maybe you are looking for

  • Adobe Premiere Elements 10 Hilfe

    Hallo zusammen, es geht um das o.g. Programm. Ich habe anhand von diesem Clip Einseitige Überblendungen in Premiere Elements 10 | Training für Videographen | Adobe TV gelernt wie man Überblendungen in das Video einbaut. Wer sich das Video anschaut (~

  • Digital signature has stopped working in Acrobat Pro 9

    Digital signature has been working properly for years, but now none of my pdfs will allow my digital signature. Here is the error message I get, but I can't make sense of it. Is the application corrupted? Magnify the screen shot below if necessary.

  • Updating a JScrollPane

    Hi, I've a big problem with a JScrollPane. I have a JScrollPane and in it there is a JPanel with a BorderLayout divided in NORTH and CENTER. In the NORHT and CENTER there are other two JPanel. The problem is that I need to add buttons and label to th

  • Final cut will not ingest files from drhd100

    Has anyone had a chance to ingest media using the Focus Enhancements drhd100. If so I could really use their help on getting my system to ingest it. I'm not convinced that Apple has the setup properly I know that you can ingest with p2's and sony hdd

  • Sales Employee

    Dear All, What is 'Sales employee'? What is the concept behind that? And where we use it? regards, buddhika Edited by: BUdayanga on Jul 6, 2011 8:19 AM