PDF with dynamic name

Hi all

I have an old billing software that generate a large number of prints, I would transform these prints in PDF with printer virtual adobe. But I would like the name of the file to be dynamic, something like date + user + counter.pdf. PDFCreator can do this work but recently give me much of a problem.

Is it possible to make this work with adobe? If so what version I have to buy?

Thank you

Luca

Hi Luca,

It is possible to create several files with Action and the file name can be the original file from which it was created. It's something you can do with Acrobat Pro DC application.

Thank you

Abhishek

Tags: Acrobat

Similar Questions

  • Activity FTP - mget several files with dynamic names

    Hi all

    Hope everything goes well.

    I was wondering if there was a way to configure the FTP activity to transfer several files with dynamic names to location of the source on a daily basis.

    For example, my source files are set with date values (source_filename_ < MMDDYYYY > _ < hh > .txt):
    source_filename_12252009_00.txt
    source_filename_12252009_06.txt
    source_filename_12252009_12.txt
    source_filename_12252009_18.txt

    I would like my process flow to do would be to download just the 4 day files based on a script ftp dynamic as follows:

    Open ${Remote.Host}
    ${Remote.User}
    ${Remote.Password}
    CD ${Remote.RootPath}
    invites to the wide
    mget?
    quit smoking

    In the script of DOS commands, you would have with a wildcard as mget command:
    mget source_filename_%DATE:~0,2%%DATE:~2,2%%DATE:~4,4%*.txt

    How should be done on the implementation of this in OWB? It requires a user-defined substitution varilable any?

    FYI, I use version 10 gr 2.


    See you soon.

    Hello

    If you are able to achieve your goal of a script of DOS commands, then you can call this script for a user defined, OWB process flow activity.
    I hope this helps.

    Thank you
    Fati

  • Merge to PDF - with unique name

    I have been regularly mail merge documents to PDF format for quite awhile, but once I have a long list of PDF documents I then have to rename each to what it must be rather than 'PDFMailer123 '.

    That would save me a lot of time with the renaming of the documents if creating the PDF file, it has been able to pick up a field in the worksheet excel information fusion to name the document.

    Is there a way to do this?

    I'd probably start here: create a PDF file

  • Creation of clips with dynamic names

    Hello I am tring to load a list of library items, using a string in function name.

    the error that I get i:

    Instantiation attempted on a non-constructeur.

    Relevant code:

    ....

    private var hoverText:MovieClip;

    ....

    ....

    private function createTexts (): void {}
    for (var i: Number = 0; i < numberOfBooks; i ++) {}
    hoverText = new ("hoverText0" + i);
    addChild (hoverText);
    hoverTextArray.push (hoverText);
    }

    }

    ....

    My question is, if I have a list of objects in the library, all the sequentialy numbered from 0, which is the best method (or at this point any method that works) for the loading of each of them in a loop for. thank you for your time.

    While it is often tempting and I fall into doing even when at times, I learned earlier that it is not always good to tell someone that they can't do anything with Flash.

    You can dynamically load the library items in the way you want...

    While it's not written specific to what you could do... assuming you're looping...

    var dynamicClass:String = "ClassPrefix" + String (i);

    var classRef: Class = getDefinitionByName (dynamicClass) in class;
    var obj:MovieClip = new classRef();

  • Reading files with dynamic names

    Hello

    In a graphic Integrator, is it possible to set up a component of reading to read a file whose name is dynamic as a variable? Or lets say using the Clover.bat script, can I pass the file name to the curve?

    Thank you

    Yes. I suggest to create a parameter for the name of the file (for example ${filename}) and then passing to your chart when you call to run.

    http://Forum.cloveretl.com/viewtopic.php?f=4&t=4576

    HTH,
    Dan
    http://branchbird.com

  • Incorporation of the PDF to PDF with dynamic update

    That's what we are doing today.  We use MS Word for a system of workshop management teachings.  The instructions are displayed on their PC Word documents, but these Document could have incorporated other documents when they are displayed, the incorporated document showing the latest revisions. In this way, the basic document can remain static and an elements in the document can change and saw at the time, the basic document that can have different instructions because the document incorporated had revisions.

    Issues, Adobe offers a similar capability that I can integrate a document within a document and the embedded document is not static, but will display the content of the embedded document changed. ?

    Answer simple - don't. PDF files can not download changes to themselves or to their attachments, nor can embed you a PDF of a page inside another. You can use a digital rights management server to expire the document around and direct users to download a replacement, but it would not happen automatically and DRM solutions are very expensive.

  • Save Indd Filename with the name of any PDF file

    Hi all, I'm not much more than a programmer, so this may seem like an incredibly easy problem for most of you, but it's confusing to me. I'm under Indesign 5.5, and I have a javascript that I hacked together who will have to intervene once PDF on a page to the specific spacing. I want the script to do next is to insert the name of the PDF file in a textbox somewhere on that and then you page prompts to save the indesign file with the default filename the name of the placed pdf file.

    Kel if the file name of the PDF file on this page is "TDC-smith - 1.pdf", the text "TDC-smith-1"appears in a text box on this page and then the indesign file would save with a file name by default of "TDC-smith-1 fr.indd". Who is?

    Thank you!

    Loic thanks for your help. You helped me to be part of the solution. In the end if I was able to find a more simple solution, based on a few other scripts I dug up, which did exactly what I needed. It is not quite as elegant as it should (there no controls or alerts if the script requirements), but it does the job well enough.

    Basically, it creates just a variable for the filename and the filepath of the first chart that it finds in the document. It then uses a replacement text script to remove the name of the PDF extension and exchange the text in a text box that contains "Default Text", also adding a variable that I use earlier in the script to indicate how many PDF files have been strengthened. Finally, it saves the document in the same folder as the PDF file using the MyImagePath variable, also the number of PDFs variable by the name of file.

    I hope that someone finds it useful!

    myDoc var = app.activeDocument;

    var myImage = myDoc.allGraphics;

    find the file name and path of the PDF in the document

    for (var i = 0; myImage.length > i; i ++) {}

    App.Select (myImage [i]);

    var MyImageName is myImage [i].itemLink.name;.

    var MyImagePath is myImage [i].itemLink.filePath;.

    }

    replace the text box that contains "Default Text" by "filename-number of labels variable-up."

    replaceText ("Default Text", MyImageName + '-' + myNumberOfLabels + 'up');

    replaceText (".pdf", "");

    function replaceText (input, output)

    {

    app.findTextPreferences = app.changeTextPreferences = NothingEnum.nothing;

    app.findTextPreferences.findWhat = entry;

    app.changeTextPreferences.changeTo = output;

    app.activeDocument.changeText ();

    app.findTextPreferences = app.changeTextPreferences = NothingEnum.nothing;

    }

    Save the file co-operate in the same directory as PDF, with the same name of PDF + variable indicating the number of labels stepping

    ;

    saveFile = File (MyImagePath.replace(/.pdf$/, ") +"-"+ myNumberOfLabels +"up"+".indd");

    app.activeDocument.save (saveFile);

    }

  • movieclip with dynamic child name syntax

    How can I call a dynamic children mc property in a static parent mc?

    For example:

    a clip parent with the name of the instance 'parentMC' has four clips of the child including instance names "mc1", "mc2", "mc3", 'mc4.

    var childArray:Array is ["mc1", "mc2", "mc3", 'mc4'];.

    for (var a: uint = 0; has < childArray.length; a ++) {}

    parentMC.MovieClip(childArray[a]).x = 150;

    }

    Thanks for your help!

    Hi, if you assing a name for a movie clip running for an mc of the child.

    You can then use getChildbyName ("movieclip name");

    as

    parentMovieClip.getChildByname("movie_clip_name").x

    'name of the movie clip' will be a string that was assigned at the time of the creation of a child

  • Export PDFs single page with the name of the page

    I was looking for a script that:

    -exports all the pages of an indesign file to PDF separate single page (or other file types)

    -names, the pdf file with the name of a page-> This is the hardest to find part

    The reason why I could use it: I have a file of 200 + page with productspecs. I would like to export all pages with the software "productName" correct. (extraction of a PDF file in acrobat is not a problem, but then I have to rename all the files manually)

    I do not know how to name pages, because it is not a function in indesign. Ideal would be to be able to 'say' indesign: this textframe = the name of the page, then it would be not necessary to label the page separately.

    I'm not a writer. I searched the forum and found some info on this already, but not a working including automatic pagenaming script.

    I found an old post where someone points to such a script, but I'm not:

    http://www.techplex.NET/postsm40018_possible-to-name-pages.html#post40018

    Do you have someone at - it never/found/used such a script?

    (btw, a similar script for illustrator work plans would be very useful also!)

    Any help is appreciated!

    Zanelli Scott made a years. did a fantastic job.

    http://InDesignSecrets.com/page-exporter-utility-Peu-5-script-updated-for-CS3.php

    Loïc Aigon wrote a...

    http://www.loicaigon.com/blog/?p=876

    regarding work plans illustrator... don't know - have a look at the forum of illustrator scripts.

  • HELP ME PLEASE! Dynamic PDF with the table increases each time he has saved and reopened? HELP PLEASE!

    Hi, I hope someone can help me. I created a form (dynamic pdf) with Livecycle ES 8.2.

    This document contains a table whose rows are added when the user clicks a button.

    The document in the design stage contains no more than 1/2 an A4. Here are my two problems;

    1. when the document is opened in Reader (9.3), it is formatted correctly to accept the line after line, it's default state (which can be added to by clicking on the button) is now three rows?

    2. the question whether the two additional lines are deleted or populated or if several lines are added and populated, if the document is saved and opened again with the player, he became a full page (default empty lines). If saved, it grows up to 4 pages and so on.

    Can someone help me please. I can provide a copy of my file if necessary.

    I don't know if that makes a difference, but the document is protected with a password to open in Livecycle and it also has user rights assigned to the user to be able to save a copy on their local machine (not only allowed to fill and print).

    My email is [email protected]

    Would appreciate any help that can be offered. My document is ready (accept for that matter) for me to use in my work.

    Concerning

    Bradd

    Bradd,

    Please send the form and I can take a look. If you wish to send a version of the form that is not password protected or send the password in a separate email, it is up to you.

    stwalker. [email protected]

    Steve

  • create a dynamic pdf with fields unsavable

    Hi, I have dynamically generated a PDF with custom information fields. However I don't want users to be able to record or modify the information in the fields of the pdf. Anyone know if this is possible?

    Thanks in advance

    After you have created the PDF with cfpdf you set permissions for the document with the permissions attribute and apply by setting the action attribute to "protect":

  • Record of. PDF with repeatable subforms adds a new Instance.

    Hey everybody,

    I have worked with dynamic forms LiveCycle Desinger for a few years now, and this is the first time I see this kind of behavior.

    I have a very big form in LiveCycle Designer. There or 50 subform repeatable sections. I save the designer, and then open it in Adobe Acrobat X Pro. Acrobat Pro, whenever I have re-record it then re-open, a new instance is added to each subform repeatable.

    If I fill it, save it, and then reopen it, he has all my info, as well as a subfrom empty additional below each section.

    I have no formcalc in the presave, nor do I have any global fields in my form... In addition, each single repeatable subform named. I am at a loss.

    I have a sample of this pdf here. If you have a different file hosting site you prefer, do let me know.

    I'd appreciate any help anyone could offer. I don't know what is the cause.

    -Scott

    Hello again everyone,

    I found the answer to my problem. I had a devil of a time from Googling the problem, so I'll put some sentences that I tried below, where like-minded individuals has a similar problem.

    The main problem was with data binding. I had left the data binding for all as the default 'using the name (...) '. I was under the impression that as long as the sibling elements have been appointed to the same thing, there is a conflict. I was wrong.

    In my form, I used static subforms to organize the fields available in a dynamic repeatable subform. The static subform called "sf_positioning". It happens that this field has an uncle named the same thing. It was close enough to provoke a conflict, making the repeatable subform record an additional instance whenever the data has been saved. This can be corrected in one of two directions... ((1) set one of the subforms wrongful use "no data binding" (use this only if the content of the subform is not be exported or merged) or 2) give the subforms of unique names.

    I need to look if everything must be particularly well appointed... As I said, it makes more sense to me that the only restriction should have been on the sibling elements, but I will in the future to make sure there are at least three degrees of separation between just like named controls/subforms.

    Hope that helps someone else...

    And what follows is some of my attempts at Googling the problem. I hope that this will facilitate the solution to find for others:

    -Player which extends shape Dynamics breeze repeating subforms.

    -Economy adds a new instance of the repeatable subform.

    -Whenever I save, I get more empty instances of a subform repeatable.

    -Repeatable subforms not working does not go as planned.

  • Error: A module with this name already exists

    Hello

    I work for a company that provides mobile content for handsets and have you encountered a problem when the combinations of Jad/Jar for BlackBerry handsets. In most cases, the files we delivery are the Jad/Cod files, we have no problem with.

    The first problem we had is the Jad files, which we received from our suppliers have been referencing cod files which we have not been sent. We were sent only the Jar file. We have removed all RIM - COD... lines of the file Jad and the problem was resolved. On delivery, the MIDLET-JAR-URL is dynamically modified to point to a page on our site that provides the content, as explained below.

    However, when we tried to install two different applications (the two combinations of Jad/Jar) for a handset, we received the error message: "[App2] contains a module called [WebpageName]. A module with this name already exists in the application [App1]. If you continue, [App1] will be replaced by [App2]. "

    We deliver our streaming content to valid requests to a single web page. Unique QueryString parameters determine which files are provided to ensure that our content is secure. The [WebpageName] in the error is the name of the Web page that all files are delivered, IE: http://www.someurl.com/ [WebpageName] .aspx? foo = bar & this = who

    This causes us some problems when clients try to download multiple of these applications/games.

    I looked at the following article, which unfortunately did not help:

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/A-module-with-that-name-already-exists...

    I would be grateful for any suggestion.

    Thank you
    Aaron

    I had to create a work around for the problem. I thought I would post it in case it helps anyone:

    In IIS, I created a Custom 404 error that redirects to the page [WebpageName]. I then used the file name of the Jar file to create the URL in Jad so the module name is taken with respect to the individual application.

    Example: The MIDLET-JAR-URL in Jad line is changed:

    From: [WebpageName] http://www.someurl.com/ .aspx? foo = bar & what =

    To: http://www.someurl.com/ [FileName] .app? foo = bar & what =

    By default, I have replace the .app extension so that it is not a type of file in IIS.

    Hope this helps someone else.

  • L2l between an ASA 5505 and WatchGuard XTM330 with dynamic IP

    Hi guys,.

    I looked for a solution on this one but can't find inappropriate, most of the discussions were old and with dead links to the solution.

    We have an ASA 5505 with static IP address on the outside and a customer who have a WatchGuard XTM330 with dynamic IP address to the outside.

    Is it possible to have an L2L VPN between our ASA and the WatchGuard when he has a dynamic IP?

    I have no experience on the series of WatchGuard,

    so, I am very grateful for any answer!

    Thanks in advance and have a nice day

    BR

    Robin

    Hi Robin,

    Here are the links you can make reference when configuring static to the dynamic VPN tunnel: -.
    http://www.Cisco.com/c/en/us/support/docs/security/ASA-5500-x-series-next-generation-firewalls/112075-dynamic-IPSec-ASA-router-CCP.html

    This one is with Pix on the remote side, but the configuration will remain the same on the local side: -.
    http://www.WatchGuard.com/docs/4-6-Firebox-CiscoPix.PDF

    Kind regards
    Dinesh Moudgil

    PS Please rate helpful messages.

  • OAuth.create_client and oauth.update_client does not work with several names of privilege

    For our REST services we have implemented a number of privileges.

    Each right is defined for a number of roles.

    So, we have the same problem as described here: Client OAUTH with more of a privilege

    Documentation of OAuth (pdf) package differs from oauth package specification in the database.

    We run on Oracle Standard Edition 12.1.0.2.0 3.0.2.294.08.40 ADR.

    Test cases running in questions:

    Create:

    Meets the exception, because the privilege name table is not extended.

    Start (oauth.create_client)

    p_name = > 'oauth shop. "

    p_grant_type = > 'client_credentials ',.

    p_privilege_names = > ' shop, test,

    p_support_email = > ' mailto:[email protected] ');

    end;

    Update1:

    Meets no exception, but does nothing.

    declare

    l_privileges t_ords_vchar_tab: = t_ords_vchar_tab();

    Start

    l_privileges. EXTEND (2);

    l_privileges (1): = 'unique ';

    l_privileges (2): = 'test ';

    () OAuth.update_client

    p_name = > 'oauth shop. "

    p_owner = > 'YOUROWNER ',.

    p_description = > NULL,

    p_redirect_uri = > NULL,

    p_grant_type = > 'client_credentials ',.

    p_privilege_names = > l_privileges);

    end;

    UPDATE2:

    Meets the exception, because the privilege name table is not extended.

    Start

    () OAuth.update_client

    p_client_id = > 10626,

    p_name = > 'oauth shop. "

    p_editing_user = > "Change user"

    p_allowed_origins = > NULL,

    p_description = > NULL,

    p_redirect_uri = > NULL,

    p_support_email = > ' mailto:[email protected] ',

    p_support_uri = > NULL,

    p_priv_names = > ' shop, test ");

    end;

    OAuth.rename_client does not work that way.

    It doesn't do anything.

    We could not work around the problem by using only a privilege by client because there is a unique uri models as key constraint ' / shop / *' ADR on the scheme.

    In this way it is impossible to create multiple privileges (each for a certain role) access to the same uri scheme.

    Is this a known issue?

    After some trial and error, we found a solution to our problem!

    According to the documentation, you will need to define a privilege name when you create a customer. But OAuth clients who obtain access through access client identifying information flow do not need privileges. Thus, we create customers with privilege names set to NULL now.

    What we do is to grant to the customer a specific role that is defined for specific privileges.

    Here are the reasons why we didn't get the question earlier. The token you generate a client is linked to the privileges given to the customer at the time that the token is generated.

    We have updated privileges customer and used the same token expect a different result, which was not the case. The rights are tied to the token on the creation of a token.

    We found out about it today and tested two-legged oauth clients (with a flow rate of access client_credential) with no particular privileges and only granted roles. Given that the roles granted privileges everything works as expected.

    Still leaves the ORA-error when providing separated by commas in the names of privilege to oauth.create_client and oauth.update_client.

    But our problem is solved.

    For completion. Here's a sample script that solves our problem:

    -create roles

    begin ords.create_role ('role.shop'); end;

    begin ords.create_role ('role.test'); end;

    -Create privileges of the shop, models and roles

    declare

    l_roles owa.vc_arr;

    l_patterns owa.vc_arr;

    Start

    l_roles (1): = "role.shop";

    l_roles (2): = "role.test";

    l_patterns (1): = ' / shop/pk / *';

    l_patterns (2): = ' / shop/gk / *';

    () ords.define_privilege

    p_privilege_name-online "priv.shop."

    p_roles-online l_roles,

    p_patterns-online l_patterns,

    p_label-online 'Shop Privilèges',

    p_description-online 'Shop Privilèges'

    );

    end;

    -create test templates and roles privileges

    declare

    l_roles owa.vc_arr;

    l_patterns owa.vc_arr;

    Start

    l_roles (1): = "role.test";

    l_patterns (1): = ' / test / *';

    () ords.define_privilege

    p_privilege_name-online "priv.test."

    p_roles-online l_roles,

    p_patterns-online l_patterns,

    p_label-online 'Privileges of Test',

    p_description-online "Test Prileges"

    );

    end;

    -create customer shop

    Start

    () OAuth.create_client

    p_name-online "oauth.shop."

    p_grant_type-online "client_credentials."

    p_privilege_names => NULL,

    p_support_email => ' mailto:[email protected]'

    );

    end;

    -create customer test

    Start

    () OAuth.create_client

    p_name-online "oauth.test."

    p_grant_type-online "client_credentials."

    p_privilege_names => NULL,

    p_support_email => ' mailto:[email protected]'

    );

    end;

    -to grant client roles

    begin oauth.grant_client_role ('oauth.shop', 'role.shop'); end;

    begin oauth.grant_client_role ('oauth.test', 'role.test'); end;

    commit;

    After doing that the access token for the client oauth.test and has access to

    -/ Shop/pk / *.

    -/ Shop/gk / *.

    -/ test / *.

    The access to the oauth.shop client token has access to

    -/ Shop/pk / *.

    -/ Shop/gk / *.

Maybe you are looking for