Exporting to dynmic PDF file name

Post Author: geraldo
CA Forum: Exporting
Hallo all,
I'm using Crystal XI and looking for a solution to export reports into multiple PDF Files and using a dynamic database field name as the filename.pdfe.g. dynamic fiele is customer_id: 1234
output should be 1234.pdf
Is that possible.?
Thanks

Post Author: satyanat
CA Forum: Exporting
Hi,
There may not be a direct way to export a report to multiple PDF files in a single shot.
There is a work around but would need manual effort. Do you like to give a try?
Create a group on Customer ID and enable the New Page After option in the group footer section. Now each group on Customer ID will start on a new page.  When exporting the report to PDF, using the Page Range option, we can export each group into a different PDF file.
Page range option is available when exporting from Crystal Report Desktop version but not for sure when try the same from Infoview.
Regards,
Natarajan

Similar Messages

  • Can we control the PDF file name that is generated by BI Publisher based on the content in the input PDF

    can we control the PDF file name that is generated by BI Publisher based on the content in the input PDF?

    No, there isn't. The way you're using the file is not recommended. You
    should use a review tracker to avoid getting in the way of one another.

  • How to chante the PDF File Name in Broadcasting

    Hi Team,
         Could you help me?, I am in a project where the customer need  the Following requirement with the PDF File Name in the Broadcasting:
    I am configuring one distribution Job in Broadcasting configuration Tab this Job need send a report via E-Mail in  PDF Format, but the customer requirement is that the file name is sent with the description name and not with the technical name from report.
    Then, some of you know "How change the name to the PDF File that is sent in the Distribution Jobs, I need the Description name, because actually the E-mail send the PDF File with the Technical Name, and the user does not want in that way".
    Thank you very much.
    Leslie Denise.

    Hi,
        Thank you for your answer, but that parameter i added in the content of the email. But I need change the name from the file not to add the description in the subject or in the content.
    And if there are somebody to know if is possible to change the name from the PDF File I will apreciate your comments and answers.
    But Thank you so much for your answer voodi.
    Regards
    Leslie Denise.

  • Mail Notification with Custom Subject, Mail Body and PDF File Name

    I have successful configured the Action Profile to send SmartForm Mail as PDF. But i would like to modify the Subject, PDF File Name & add text to mail body when a mail is sent to the user.
    The Subject of the Mail is the same as the PDF file name. How to maintain a pre-defined file name for the PDF file.

    I was able to find a commercial product that works very well. MaxBulk Mailer from Max Programming allows you to import a list of recipients, merge with personalized message and designate an attachment (just image types and PDFs, not all types work) and send.

  • Ibooks ver1.5 pdf file name changed

    After updating to version 1.5 (700) of iBooks on my iPad (ver1, iOS version 5.01), almost all of my pdf file names in iBooks are changing once I open those items. Some of the files change to what appears to be a property of the PDF file such as "Microsoft Word - (orginal file name)print.doc(x)" and other just get blanked out all together. The files names in iTunes when I connect my iPad seem fine, but within iBooks on the iPad it is a mess. Any ideas? My understanding is that the way to manage files names for PDFs in iBooks is through iTunes, but right now they seem out of sync.

    Me too...I just filed a bug on the apple ipad support page. I guess after they see hundreds of filings of the same bug we'll have their attention :-) Obviously the latest IOS 5 iBooks update was not thoroughly
    tested...
    I've also noticed that not only are the names of my titles  changing back to the metadata names in the original PDF when I open the PDF in iBooks but that changes I make in iTunes to the category of a PDF never sync
    to my iPad 2
    Like others I have hundreds of PDF titles on my iPad2 ...when the document titles/names/categories become unintelligible or won't update I can'tmanage my library and it makes iBooks almost useless. I tried but
    don't seem to be able to correct the problem by updating the PDF book "Info" in iTunes and forcing a re-sync.
    -Rocky

  • Urgent, SOS for help: How to show the pdf file name at the right bottow of the page?

    I want to show the pdf file name at the right bottow of the page for filing purpose, anybody knows anything?
    I know it can be showed at the left bottom through adobe printer, but i need it to be at the right bottom.
    thanks.

    The result is a UIWebView that displays a blank page. No errors occur in the UIWebView delegate method. The thing is that data has the correct length, in bytes, for the PDF I am trying to display, and I also get the pdf file in Library/Application Support/iPhone Simulator/4.3.2/Applications/ Does anyone have an idea as to what might be going wrong here or how I can better debug this problem?

  • Change default pdf file name

    Hi,all
    How can I change a default pdf file name from unknown.pdf to something else?
    Regards,
    Michael
    Edited by: Michael Beilin on Feb 6, 2008 9:47 AM

    HI Michael,
    Yes you can do that,
    Just do something like
         IWDAttributeInfo attInfo = wdContext.currentContextElement().node().getNodeInfo().getAttribute("PdfSource");
         ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
         IWDModifiableBinaryType binaryType = (IWDModifiableBinaryType) type;
         binaryType.setFileName("TravelRequest.pdf");  // Set file name
         binaryType.setMimeType(WDWebResourceType.PDF);  // set the mime type
    for example in the doInit() before providing the file for download 
    Regards, Angel

  • Exporting to Separate PDF files based on Group

    Post Author: Tanya Sherin
    CA Forum: Exporting
    Hello,
    I have a report that needs to exported into separate pdf files based on one of the groups already established in the report. I would like to automate this process as much as possible because the report size. Has anyone encountered this need?
    Thanks for your assistance.
    Regards,
    Tanya

    Post Author: synapsevampire
    CA Forum: Exporting
    You'll need CR XI or a third party solution.
    Here's one I suggest:
    http://www.milletsoftware.com/Visual_CUT.htm
    Contact Ido (owner) for a free trial and confirmation that it meets your needs.
    -k

  • Export data to pdf file in ALBPM ?

    Hi,
    Can anyone tell me how to export all my data that are rendered in a jsp file to a PDF file in ALBPM
    i.e I want all my data that are there in jsp page, onclick of a button all those data will be printed/posted on a pdf file with a specified file name.
    Regards,
    Bibhu

    I have used the iText java library to create PDF files in ALBPM 5.7 and OBPM 10gr3. There is a bit of cut and paste programming involved, but it worked out great for us.
    http://itextpdf.com/
    Here is a short code snippet (about 150 lines) so you can see what kind of code would be required
        IText.Com.Lowagie.Text.Font bold20 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 20,
                                                                        IText.Com.Lowagie.Text.Font.BOLD);
        IText.Com.Lowagie.Text.Font bold9 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 9,
                                                                        IText.Com.Lowagie.Text.Font.BOLD);
        IText.Com.Lowagie.Text.Font bold8 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 8,
                                                                        IText.Com.Lowagie.Text.Font.BOLD);
        IText.Com.Lowagie.Text.Font italic9 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 9,
                                                                        IText.Com.Lowagie.Text.Font.ITALIC);
        IText.Com.Lowagie.Text.Font italic8 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 8,
                                                                        IText.Com.Lowagie.Text.Font.ITALIC);
        IText.Com.Lowagie.Text.Font normal20 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 20,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        IText.Com.Lowagie.Text.Font normal12 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 12,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        IText.Com.Lowagie.Text.Font normal9 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 9,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        IText.Com.Lowagie.Text.Font normal8 = IText.Com.Lowagie.Text.Font(IText.Com.Lowagie.Text.Font.HELVETICA, 8,
                                                                        IText.Com.Lowagie.Text.Font.NORMAL);
        // step 1:
        // we create a writer that listens to the document
        // and directs a PDF-stream to a file or outputstream
        //fileOut = FileOutputStream(arg1 : "test.pdf");
        //byteOut = ByteArrayOutputStream();
        // step 2: set the page size
        rec = Rectangle(arg1 : 8.5 * 72, arg2 : 11 * 72);
        //rec.setGrayFill(1.0f);
        // step 3: creation of a document-object
        document = IText.Com.Lowagie.Text.Document(rec);
        // step 4:
        // we create a writer that listens to the document
        //PdfWriter writer = PdfWriter.getInstance(arg1 : document, arg2 : Java.Io.FileOutputStream("./HelloWorld.pdf"));
        PdfWriter writer = PdfWriter.getInstance(arg1 : document, arg2 : byteOut);
        // step 5: we open the document
        document.open();
        //document.setMargins(arg1 : 0.2f, arg2 : 0.2f, arg3 : 0.3f, arg4 : 0.3f);
        PdfContentByte pdfCByte = writer.getDirectContent();
        pdfCByte.rectangle(25,25, 562, 742);
                       //pdfCByte.moveTo(140, 700);
                   //pdfCByte.lineTo(240, 700);
                   //pdfCByte.lineTo(240, 800);
                   //pdfCByte.lineTo(140, 800);
        pdfCByte.closePathStroke();
        //pdfCByte.setGrayFill(1.0f);
        // step 6a: Create
        // step 6: add contents to the page
        table = PdfPTable(1);
        table.setWidthPercentage(80);
        table.setHorizontalAlignment(Element.ALIGN_MIDDLE);
        emptyTable = PdfPTable(1);
        emptyTable.setWidthPercentage(arg1 : 100);
        emptyCell2 = PdfPCell(Paragraph(""));
        emptyCell2.setBorder(Rectangle.NO_BORDER);
        emptyTable.addCell(emptyCell2);
        para = Paragraph(30, "Data Data Data Example", normal20);
        cell = PdfPCell(para);
        cell.setHorizontalAlignment(Element.ALIGN_CENTER);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        document.add(arg1 : table);
        document.add(emptyTable);
        document.add(emptyTable);
        document.add(emptyTable);
        table = PdfPTable(1);
        table.setWidthPercentage(80);
        table.setHorizontalAlignment(Element.ALIGN_MIDDLE);
        para = Paragraph(30, struct.headerInfo, normal9);
        cell = PdfPCell(para);
        cell.setGrayFill(0.85f);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        document.add(arg1 : table);
        document.add(emptyTable);
        document.add(emptyTable);
        // Line #1 NEW Table
        table = PdfPTable(17);
        table.setWidthPercentage(100);
        para1 = Paragraph(30);
        p1 = Phrase ("Requested Date : ", bold9);
        SimpleDateFormat formatter;
        formatter = SimpleDateFormat("MM/dd/yyyy h:mm:ss a");
        evalDateStr = String.valueOf(Utils.notNullString( (object.requestDate==null)?"":object.requestDate.format(formatter : formatter)));
        p2 = Phrase ( evalDateStr, italic9);
        para1.add(p1);
        para1.add(p2);
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(8);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        emptyCell = PdfPCell(Paragraph(""));
        emptyCell.setGrayFill(1.0f);
        emptyCell.setBorder(Rectangle.NO_BORDER);
        table.addCell(emptyCell);
        para1 = Paragraph();
        p1 = Phrase ("Coordinates: ", bold9);
        para1.add(p1); 
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(8);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        // Line #2
        para1 = Paragraph(30);
        p1 = Phrase ("Contact : ", bold9);
        p2 = Phrase ( varContact   , italic9);
        para1.add(p1);
        para1.add(p2);
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(8);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell);
        emptyCell.setGrayFill(1.0f);
        table.addCell(emptyCell);
        emptyCell.setGrayFill(0.85f);
        table.addCell(emptyCell);
        para1 = Paragraph();
        p1 = Phrase ("Latitude : ", bold9);
        p2 = Phrase (object.lat, italic9);
        para1.add(p1);
        para1.add(p2);
        cell = PdfPCell(para1);
        cell.setGrayFill(0.85f);
        cell.setColspan(7);
        cell.setBorder(Rectangle.NO_BORDER);
        table.addCell(cell); 
    //add the table to the document
        document.add(table);
    // close the document
        document.close();

  • InDesign export to single PDF files with variable Filename

    Hi there,<br /><br />I create a document with Data Merge which contains about 200 Pages. Now i want to export each page to a single PDF-File. Also the filename has to be generated from the placed content. The placed content are adresses. So i want to generate a filename with a static name. I got an ID, a static phrase and then a ZIP-Code. The Filename should look like this: <ID>September<ZIP Code>.pdf while ID and ZIP Code are fields from the datamerge.

    what you need is to operate throuh a loop.<br />for(i=0; i<app.activeDocument.pages.length;i++)<br />{<br /> //Assuming you labelled the textframe containing the ID with ID<br /> var myID = app.activeDocument.pages[i].textFrames.item("ID").contents;<br />//Assuming you labelled the textframe containing the ZIP with ZIP<br /> var myZip = app.activeDocument.pages[i].textFrames.item("ZIP").contents;<br /><br />var myPath = //something like "/disk/folder/" //Set a path to where you want to export the pdf<br />var myFileName = myID + myPath + myZip + ".pdf";<br />//Export to PDF - the forum is full of examples, you should find easily what you are asking for with search<br />} <br /><br />Loic

  • [ID CS3 (Win)] - where does InDesign store my PDF file name?

    Have you run into this before? You have a document (let's call it "MyDoc.indd") and you want to use it as the basis for a new document ("NewDoc.indd").
    So you open MyDoc, Save As "NewDoc". You now work on NewDoc.
    Some time later, you go to Export NewDoc as a PDF and it remembers MyDoc and recommends that as the file name for the PDF. If you change the file name for your PDF and then re-save your INDD file, it will now remember the new name as your default PDF name.
    But what if you want to change this beforehand, eg: you're not ready to Export the file, but you want to make sure that when you do (or someone else does) they use the correct file name?
    -- Tom
    PS: I've noticed that this behaviour is different on a Mac and on a PC.

    Sure I get that - but the question was "where is this information stored"? If I'm not ready to save my PDF yet, is there anywhere (like a Document Properties panel) that I can go to edit this information.
    The use case is - you're preparing a file draft, but it will be finalized and printed by others. You would like to have some control over file naming conventions, so you want to make sure that when they go to save the PDF, the correct name is pre-populated.
    Your technique will surely work (it's the one we've been using as well), but I don't want to save a "dummy" PDF just because I want to change the stored filename. This information _must_ be available somewhere else, no?
    Thanks for your participation!
    Tom

  • PDF file name in applescript

    I have created a applescript to export 2 PDF's from the same file at the same time. One with crop marks and the second with out. I would like the original file name to be used, but can not seem to get this right. Below is the script. Where it says 'No Crops' or 'Crops' I would like the Indesign file name to be placed.
    Can any one help with this please?
    Andy
    tell application "Adobe InDesign CS5"
              tell active document
                        export format PDF type to "/Users/username/Desktop/No Crops X.pdf" using "No Crops" without showing options
                        export format PDF type to "/Users/username/Desktop/Crops.pdf" using "Crops with Text" without showing options
              end tell
    end tell

    I don't have your options so I just comment out those lines…
    tell application "Adobe InDesign CS5"
              tell active document
                        set docName to name
                        set ASTID to AppleScript's text item delimiters
                        set AppleScript's text item delimiters to "."
                        set baseName to text item 1 of docName
                        set AppleScript's text item delimiters to ASTID
      --log (path to desktop as text) & baseName & "_X.pdf"
      --export format PDF type to (path to desktop as text) & baseName & "_X.pdf" using "No Crops" without showing options
      --export format PDF type to (path to desktop as text) & baseName & ".pdf" using "Crops with Text" without showing options
              end tell
    end tell

  • Is it possible to change the default PDF file name from 'LabVIEW Document.pdf'?

    My application uses the 'Automatically print front panel every time VI completes execution' functionality to print front panels.  When I have my printer set to 'Adobe PDF', a dialog pops up and the default file name is 'LabVIEW Document.pdf'.  Is there a way to programatically set the name to something other than 'LabVIEW Document.pdf'?
    I've already found a solution that manipulates the Windows registry, and I'm looking for another option.
    Brent

    Do a search, as this question has come up before. The solution centered on not using the Adobe PDF printer driver but one that is intelligent.

  • Indesign CS5 with PNG file exporting as a PDF file but the text is random bold

    Hello,
    I am looking for help to teach me how to solve this problem.
    I use Indesign CS5 to make a proposal. I set the page marker and sub title in the master page.
    Of course, there are including dozens of pages and some pictures here.
    And one of these page, I place a PNG file and type some text.
    When I export this file as a PDF file, one page, which is including PNG file, the text becomes random bold.
    Therefore, I have used PSD file to cover the PNG file. But finally getting the same problem.
    So does anyone can help me how to solve this problem?
    Thanks so much for your help.

    This sounds like a known issue with transparency on the page. When transparency is introduced ID uses a differnt method, apparently, of rendering text on that page and it appears bolder on screen and can print that way on low resolution devices like desktop printers. It usually is not a problem on press output.
    The only way to mainatian consistency would be to introduce transparency on all pages, perhaps by adding a transparent object to your master page.

  • Dynamically populate pdf File name in 'Save As' dialogue box

    We have  rendered a pdf using adobe webservice.
    Once the pdf is generated , and we click on saveAs menu dialogue box opens and default name is populated in fileName field.
    Can it be possible to populate that name dynamically ? We tried using response.addheader() but it didnt work.
    Note : We are using java to create xml which we are passing to adobe webservice.

    Hi Jaynet,
    In order to re-produce this, you need to answer "yes" to the rename file prompt and then continue with step 5 (above).
    The reason for this is not an exercise in futility - I assure you.  At my work and elsewhere, when web developers have created features to permit the end user to save web data in Excel format, often times the Excel files are saved locally in Excel's
    html format (but with the .xls
    extension). 
    (I actually prefer the .xls
    extension, because it is easier to just double-click the file to open in Excel, rather than to select the open-with and then select Excel. a file with the .html extension will default open in your default browser. Now, I could change my default program
    for the .html extension, but that would only solve a part of the problem and would not really address the bigger issue and that being that Microsoft changed a behavior in Excel and may not even be aware that it was a much used feature. )
    To continue, when I go to open the resulting Excel file, I am prompted with the message that the file type does not match the extension (which is fine and not bothersome to me).  It's at this point when I go to save the file that I get really annoyed.
    In previous versions of Excel, the default file name would be pre-filled with the current name of the file and the default file type would state that it is a Web html file.  I would just change the file type to Excel Workbook and hit enter to save.
    I would be prompted with "Are you sure you want to overwrite your existing file?" message and I would click "yes" and that would be that.
    However, in Excel 2010, because the default file name is blank, I then need to re-type the name into the field to save the file. 
    Any help is greatly appreciated.
    Thanks

Maybe you are looking for

  • Shutdown now not shutting my computer down now (or ever).

    I'm switching to FVWM, and I got rid of KDM and haven't bothered to replace it with anything. When I try to turn off my computer by using shutdown now things seem to go okay and then I get this: Entering single-user mode. . . . INIT: Going single use

  • Negative 0NETPRICE in BW when an item is deleted in R/3

    Hello everyone -- We're using the LO-Cockpit.  Can someone tell me why 0NETPRICE becomes negative in BW when a PO line item is deleted in R/3?  Is this standard functionality or a bug in the system?  I tried implementing OSS note 791334, but 0NETPRIC

  • Probs with IOS 8 update on ipad mini

    Tried to update my ipad mini for latest version IOS8. Keep getting message that ipad needs to be restored, so tried to do this, and get error message, Ipad could not be restored - unknown error (3014). I have checked that laptop setting are all corre

  • Ext4 on OL 5.5

    Hi, Even though ext4 is available on Oracle Linux 5.5, I've read that it's still not supported by Oracle. Is this true? We've noticed some archive log corruption on a ext4 file system recently. Thanks Melzer

  • Error in home interface

    am getting error when am compiling the interface ,error is (abstract Hello) package demo; import java.rmi.RemoteException; import javax.ejb.EJBHome; import javax.ejb.CreateException; public interface HelloHome extends EJBHome      public abstract Hel