Create new tag for selected text using API?

Hello,
I want to add new tag for the selected text just like 'Create Tag from selection' .
is it possible to create tag for selected text using acrobat api?
     please,help me.

As per sample of snippetRunner for adding tag for selected text.
I tried below code
PDPage pg;
AVDoc avDoc = AVAppGetActiveDoc();
PDDoc pd = AVDocGetPDDoc(avDoc);
    pg = PDDocAcquirePage(pd, 0);
ASAtom theSelectionType = AVDocGetSelectionType(avDoc);
if (theSelectionType == ASAtomFromString("Text")){
    PDTextSelect ts = static_cast<PDTextSelect>(AVDocGetSelection(avDoc));
    PDSTreeRoot pdsTreeRoot;
    CosObj pageObj = PDPageGetCosObj (pg);
    PDSElement newElem;
    PDSElementCreate(pd, &newElem);
    char buf1[64];
    strcpy (buf1, "A new structure element");
    // set its type as "Document" standard type
    PDSElementSetType(newElem, ASAtomFromString ("Document"));
    // set its title
    PDSElementSetTitle(newElem, reinterpret_cast<const ASUns8*> (buf1), strlen(buf1));
    PDSTreeRootInsertKid (pdsTreeRoot, aElem, kPDSAfterLast);
    PDSElementInsertMCAsKid // here something i have to add
If i have PDTextSelect how i can add tag for selected text.like user add tag using "CreateTagForSelectedText" option.
please,help me.
thanks.

Similar Messages

  • [CS3][JS] Apply XML tag for selected text

    Hi
      I need to apply XML tag to selected text in a tagged content.The XML tag is already applied for paragraph.I need to apply XML Tag for selected text in a paragraph.
    I have used following code, it applies tag for entire paragraph,not a selected text in a paragraph.
    app.selection[0].associatedXMLElements[0].markupTag=myDoc.xmlTags.item("italic");
    Please suggest me.
    Regards
    kumar

    The example script, markup.jsx
    //Markup.jsx
    //An InDesign CS4 JavaScript
    //Shows how to use the markup method.
    main();
    function main(){
        mySetup();
        mySnippet();
        myTeardown();
    function mySetup(){
        var myDocument = app.documents.add();
        var myPage = app.activeWindow.activePage;
        var myRootXMLElement = myDocument.xmlElements.item(0);
        var myXMLTag = myDocument.xmlTags.add("xml_element");
        var myXMLElementA = myRootXMLElement.xmlElements.add(myXMLTag);
        myXMLElementA.contents = "This is a paragraph in an XML story.";
        var myTextFrame = myPage.textFrames.add({geometricBounds:myGetBounds(myDocument, myPage)});
        myTextFrame.contents = "This is the first paragraph in a text frame.\rThis is the second paragraph in a text frame.\rThis is the third paragraph in a text frame.\rThis is the fourth paragraph in a text frame.\r";
    function mySnippet(){
        //<fragment>
        var myDocument = app.documents.item(0);
        var myPage = myDocument.pages.item(0);
        myDocument.xmlElements.item(0).xmlElements.item(0).markup(myPage.textFrames.item(0));
        //</fragment>
    function myTeardown(){
    function myGetBounds(myDocument, myPage){
        var myPageWidth = myDocument.documentPreferences.pageWidth;
        var myPageHeight = myDocument.documentPreferences.pageHeight
        if(myPage.side == PageSideOptions.leftHand){
            var myX2 = myPage.marginPreferences.left;
            var myX1 = myPage.marginPreferences.right;
        else{
            var myX1 = myPage.marginPreferences.left;
            var myX2 = myPage.marginPreferences.right;
        var myY1 = myPage.marginPreferences.top;
        var myX2 = myPageWidth - myX2;
        var myY2 = myPageHeight - myPage.marginPreferences.bottom;
        return [myY1, myX1, myY2, myX2];
    I think you can use the markup function on the selected item (Text Object have a markup method)
    Thomas B. Nielsen
    http://www.lund-co.dk

  • Problem in creating new versions for existing DIR using CV01N

    I am working in SAP ERP 6.0 EHP 4.0 system.
    I have problem in creating new versions for existing DIR using CV01N
    I create a DIR version 00 with functional location and mpd cycles. Then when i try to create a new version by copying the contents created from already created document.I change the MPD cycles in the new version and save it.
    once when i display the first document created the mpdcycle specified in version 01 is copied to the 00 version.
    The document is inconsistent where versioning of document doesnot work properly wrt MPDCYCLE and MP HEADER.
    The problem which i found was the document identification guid remains the same for all the document versions getting created.
    The same is working fine in SAP ERP6.0 EHP3.0 sytem.
    Please someone help me in resolving the above issue.
    Regards,
    Prasad.B

    There is a change in the standard code.The reason for the above problem was  because of a missing Enhancemnet point in a standard function module 'CV110_DOC_CREATE_WITH_TEMPLATE'.
    IS-ADEC-MPD  - Enhancement to copy MPD data
    ENHANCEMENT-POINT CV110_DOC_CREATE_WTEMPL_01 SPOTS ES_SAPLCV110.
    +*$*$-Start: CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    +**ENHANCEMENT 1  ZSF_AD_MPD_SAPLCV110.    "active version**+
    +*** copy MPD relevant data from templ. doc to current doc**+
      +**CALL FUNCTION 'MPD02_COPY_MPD_DATA'**+
        +**EXPORTING**+
          +**is_draw = ls_draw**+
        +**TABLES**+
          +**ct_drad = lt_drad.**+
    +*ENDENHANCEMENT.**$*$-End:   CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    Created a custom enhancement point similar to SAP ECC6.0 EHP 3.0 system.
    The reason was the buffer was not getting cleared previously.After inserting the above code the DIR's are getting created withot any issues.
    Regards,
    Prasad.B

  • Exchange 2010 Create new folder for select users off the root of the mailbox

    I need to create a new folder for a select set of users.  This folder needs to be off the root of their mailbox.  I  considered using a custom managed folder but we do not have the enterprise CAL’s to support this option.  I only have
    about 15 users so I could do this one by one if needed.  I am not a powershell user but have been using the Exchange Management Shell and would like to us this app to create the folders but I’m not finding the right syntax for the new-mailboxfolder cmdlet. 
    What is the correct method for using the EMS to create a new folder in a mailbox.

    I was checking back thru my notes and seem to remember running this cmdlet:
    [PS] C:\Users\administrator.STOUSE\Desktop>get-mailboxPermission | FL
    cmdlet Get-MailboxPermission at command pipeline position 1
    Supply values for the following parameters:
    Identity: administrator
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\administrator
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : False
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\StouseSA
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : False
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\Domain Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\Enterprise Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\Organization Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\administrator
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Domain Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Organization Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Public Folder Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : NT AUTHORITY\SYSTEM
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : NT AUTHORITY\NETWORK SERVICE
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Domain Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Delegated Setup
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Organization Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Trusted Subsystem
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Services
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\administrator
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Enterprise Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Domain Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
     

  • Tagging for selected Text

    Hi All,
    I am new in Illustrator and through scripting am trying to tag the each line in the text Frame. Same way as InDesign does - Frame Tag and Inline Text Tag.
    Is that possible? if so how and if no is there similar concept avialable in Illustrator which can be used?
    Thank you all in advance.
    Regards
    Farzana.

    Hi All,
    I am new in Illustrator and through scripting am trying to tag the each line in the text Frame. Same way as InDesign does - Frame Tag and Inline Text Tag.
    Is that possible? if so how and if no is there similar concept avialable in Illustrator which can be used?
    Thank you all in advance.
    Regards
    Farzana.

  • How to create new check for SELECT* , Naming conventions etc..

    Hi all,
       I would like have a solution for the below checks are possible or not in ABAP - CODE INSPECTOR. If possible can you please give me the solution..
    a). Performance checks i.e, SELECT* , LOOP without field strings, FOR ALL ENTRIES IN SELECT STATEMENT.
    b). Custom naming conventions.
    c). to check if further modularization can be done in the program,
    d). also the coding standards.
    PLEASE help me , i am struck with it for long time in getting the solution...

    > a). Performance checks i.e, SELECT* , LOOP without field strings, FOR ALL ENTRIES IN SELECT STATEMENT.
    > b). Custom naming conventions.
    > c). to check if further modularization can be done in the program,
    > d). also the coding standards.
    the code inspector allows the creation of new checks, you should consult the documentation how to do it.
    The main problem of the code inspector are hits, which are actually no problem. And I think this is a problem with your checks:
    + SELECT*  this is no performance problem, only in cases when the table is really wide then a field list makes sense, i.e your check
       will find a lot of false hits
    + LOOP without field strings  ... you mean fs =field symbols, same as with SELECT *
    + FOR ALL ENTRIES IN SELECT STATEMENT   ???? FOR ALL ENTRIES is fine
    + Custom naming conventions  ... hmmm be more precise, I think it can be hard
    + to check if further modularization can be done in the program,
        before you want to program can you please explain how you check manually .... I would be interested
    +  also the coding standards.   .... what is that?

  • Not able to create new e-mail on N8 using Mail for...

    Not able to create new e-mail on N8 using Mail for Exchange.
    Currently using google for my domain, but settings are the same as explained on the google Sync webpage: http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=147951
    When creating reply on mail the application crashes.  When creating new mail it says "Kan bewerking niet uitvoeren" in english: "Unable to execute action".
    Any idea why creating mail is not possible?
    Regards,
    Joris

    problem is known
    more info there:
    /t5/Nseries-and-S60-Smartphones/N8-syncing-with-Google-contacts-amp-calendar/td-p/772020
    there is little workaround aslo.

  • How do I create (or delete) a new tag for a website, so that its tag appears (or does not appear) every time I restart Firefox?

    How do I create (or delete) a new tag for a website, so that its tag appears (or does not appear) every time I restart Firefox?

    See this - https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page

  • How to create transport request for standard text created using SO10.

    Hi,
    How to create transport request for standard text created using SO10?
    Regards
    Ramakrishna L

    Hi,
    For the Standard text created in SO10,
    please go to transaction SE78 -> FORM GRAPHICS->STORED AS TEXT->STANDARD TEXTS->
    Double click on ADRS or ST or what ever your type of text->
    Enter your standard text name
    Click on transport button->SHIFT+f6-> It will ask you for a transport request.
    Best regards,
    Siva

  • Problem with "Create New Extrusion from Selected Layer" CC 2014

    Hello, I'm experienced with Photoshop but am new to 3D text in Photoshop.  I type in some text and convert to a shape.  When I choose Create New Extrusion from Selected Layer I get  dialog box I don't see in any tutorials.  It says "You are about to create a 3D layer.  Would you like to switch to the 3D workspace?  Yes/No, Don't show again."  Which should I use for 3D text? 
    If I choose Yes, all the panels go away and the content in the tool options bar (ribbon?) just under the menu bar go away.  I have to restart Photoshop to get the tool options back.  What could I be doing wrong?
    Thanks - Dave

    I just chose "No" and didn't look back.  I like my workspace just as it is, and don't prefer Photoshop to change it for me under this particular case.
    You can make the 3D panel visible yourself via Window - 3D.  I find it's a good alternate for the Actions panel, as I don't have any actions at the moment that work in the 3D world.
    The panels you'll want to see easily if you work on 3D are the 3D panel and the Properties panel, among a few others.
    Regarding getting your workspace back the way you like it...  Note the little selector near the upper-right corner of the Photoshop main window.  That can be used to select a workspace.  I suggest you experiment and get familiar with the concept of workspaces.  You can define your own and save it with a name, and that truly can be helpful.
    -Noel

  • Create new tags?

    Hi everyone,
    I upgraded to Mavericks and am enjoying getting used to the new Tags system, but I can't figure out how to create new Tags, am I missing something really obvious??
    Thanks!

    The easiest way is to select the file/folder you wish to tag > click the 'edit tags' icon in finder bar > Type in the Name for a new Tag:

  • Creating new tags slow in Mac OS Yosemite

    Hi
    I have been finding creating new tags in Mac OS X Yosemite to be really slow. Whilst it was slow in Mavericks, it really is taking a lot of time now. Using previously created tags is not a problem.
    Has anybody else found this, and a solution for it?
    With Thanks

    My searching on this issue, which I had too, lead me to a solution. The problem is described and the solution outlined in the following posting:
         http://apple.stackexchange.com/questions/146322/creating-and-modifying-tags-hang s-finder-in-os-x-10-9-mavericks
    I think the issue isn't just in Yosemite, but seems to have got worse with that upgrade, but this fix worked for me, and it might for you too.

  • Create new folder with selected items

    I have a bunch of movies that I would like to place into individual folders of the same name (Without the extension name). I wanted to try and create a keyboard command to do this with the selected files, but can't manage to figure out how!
    What I did was try to create a new service command in automator, then went to keyboard shortcuts in system preferences to assign a keyboard command to it.
    I want to make something that works like control-command-n (to create new folder from selected items), only I want the items to be in individual folders of the same name.
    eg.
    Files selected such as:
    The incredibles.avi
    Cinderella.mkv
    Dogma.mp4
    each moved into individual folders labeled as:
    The Incredibles
    Cinderella
    Dogma
    Also, is there a way to change the control-command-n shortcut so it can create a new folder from a single item? It only works when there is more than one file selected.
    Thanks so much for any help!

    I am going to guess that you start off with a single file - what are you doing to generate these files? My *Get Names of Finder Items* action can get a name to use in the *New Folder* action - items passed to the New Folder action will get copied to it, so a little more detail may help in creating the workflow.
    The *Dispense Items Incrementally* action can also be used to dole out the items one at a time - knowing what the workflow is doing would help with the use of this action as well.

  • Unable to create new domain for ORM in Weblogic 8.1

    Hi,
    I have installed Oracle Role Manager(ORM) 10.1.4 and to run ORM in weblogic i have to create a new domain for ORM.
    I tried to create a new domain in weblogic 8.1 in configuration wizard by selecting the orm_createdomain_template_103.jar but i m getting an error
    "There is a problem with the template".
    This template is to create new domain for ORM in weblogic 10.3
    Kindly help me to resolve this issue.
    Regards,
    Manju

    I have installed ORM 10.1.4.1 on weblogic 10.3
    I have also created a new domain for ORM in weblogic.
    When i start the Managed server using startManagedWebLogic.cmd i m getting the following
    errort
    t3://localhost:7004/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainr
    untime'. Resolved 'weblogic.management.mbeanservers'
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(C
    lientProviderBase.java:156)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(
    ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnec
    torFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFacto
    ry.java:247)
    at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainR
    untimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.ja
    va:199)
    Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbean
    servers.domainruntime'. Resolved 'weblogic.management.mbeanservers'; remaining n
    ame 'domainruntime'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    6)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:21
    4)
    Truncated. see log file for complete stacktrace
    >
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Serv
    er state changed to RUNNING>
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serv
    er started in RUNNING mode>
    Please help me to resolve this issue.
    Regards,
    Manju

  • Error message at the time create new Hierarchy for Cost Centers (OKEON)

    Dear Experts,
    we have create new company code with reference to old company code. at the time  create new Hierarchy for Cost Center with t code OKEON system given the error message "Overlapping intervals or identical values have occurred".
    we have already checked the duplicate entry but not found the same.
    Please help.
    Regards
    BK GAIKWAD

    the long text to the message is:
    Diagnosis
    You want to use cost center together with activity type . For this combination, however, no master data record was created in fiscal year . The record is defined in CCA during activity type planning.
    System Response
    Procedure
    1.Create the master data record.
    Activity type planning
    1.Or, check your entries.
    I think you should discuss it with your functional consultant

Maybe you are looking for

  • MailDoc - changing the PDF filename as it's attached.

    Hi people, I'm using the mailDoc method to move a form through an 'approval' process in our organisation, everytime the mailDoc attachs a file to the email it appends " (SECURED) - Adobe Acrobat Professional.pdf" to the current filename making a new

  • LAPAC1750 Access Point Problem

    I have a device (Sony Xperia Z1 Compact) which cannot connect to the Access Point. The device can connect to other Access points (tried Motorola, Fritzbox, Cisco) without any problems. It does not matter what setting I configure on the LAPAC1750. It

  • Download multiple files and rename

    I have a folder with 20+ .webloc files, all pointing to Google calendar .ics downloads.  (The URLs all look like "https://www.google.com/calendar/.../basic.ics".)  I want to be able to automate downloading each of these, but the problem is that, no m

  • FOREX Valuation - Old Rates and New Month Rates

    Gurus, The client records data in USD @ 0.26875. The month-end / new month rate would be 0.26865. Q1. The documents that have been recorded previously, with old rate; is it possible to change the rate of those documents. If so, where and how? Q2. Nee

  • Acrobat with error

    I am currently installing Creative Suite 6 Design Standard, but I got a problem. I can install all the programs without Acrobat, and here is the error summary... Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For exam