Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. genesiusj

    List of Object Properties in a PDF

    Hello, I am new to this forum, but not Tek-Tips. I have 140+ PDF's where I need to extract the Object Properties of each text box, check box, and other editable fields. In the past I would open the PDF in Acrobat, select Edit from the Tools/Forms, and right mouse click the field, copy the Name...
  2. genesiusj

    Run Session Multiple Macros Simultaneously

    Does anyone have an idea of how to solve this issue? To word it a different way. I want to run multiple macros (.EBM) in parallel. Is this possible? Thanks and God Bless, Genesius
  3. genesiusj

    Run Session Multiple Macros Simultaneously

    Hello, Background. My employer upgraded from Extra to Reflections 2011. The SOP was to open the session, login, and then run the macro from within the session. When I came on board a couple of years ago, I used a different method. I opened up the session, then the EB Editor and ran my macros...
  4. genesiusj

    To Shred or Not to Shred - That is the Question

    Hello all. Not a newbie, but still a novice for lack of use of XML and XSLT. I was given some great help in the past here by k5tm, and by others. I first want to say that this one of the few sites where the technical experts actually help their less-knowlegable colleagues, while at the same...
  5. genesiusj

    Using 1 XSLT on Multiple (millions of) XML Files - Batch

    Tom, Hope you had a wonderful Christmas and are enjoying your holiday. I did not fall of the face of the earth; I am working on another project that I was hoping to complete before the weekend (almost there). BTW it is not XML. I briefly looked at the code you sent and I will delve further into...
  6. genesiusj

    Using 1 XSLT on Multiple (millions of) XML Files - Batch

    Tom, Perhaps we can connect on that network if you want. As you know then I cannot give too detailed info; however, here is a bit more that I can let you know. We used to receive this data in text files for each "member" processed by the third party. Now they send us this yearly data in XML...
  7. genesiusj

    Using 1 XSLT on Multiple (millions of) XML Files - Batch

    Tom, Again, thank you so much for your help. Where I work they lock down everything. When I did a search for msxml.dll it does not exist. So. I have another question for you, if I may. At home, I have Vista-64. What files do I need to run an XSLT processor on that OS? If I can get this to work...
  8. genesiusj

    Using 1 XSLT on Multiple (millions of) XML Files - Batch

    Tom, I was out yesterday; dental appointment. I am going to check what you wrote now and I will post what I find. Thanks and God Bless, Genesius
  9. genesiusj

    Using 1 XSLT on Multiple (millions of) XML Files - Batch

    Tom, Thanks for the quick response. This code <xsl:output method="text"/> replaces <xsl:template match="/"> <html> <body> <xsl:apply-templates/> </body> </html> </xsl:template> in my XSL? Therefore, this is what the first few lines of code in my XSL should look like? <?xml...
  10. genesiusj

    Using 1 XSLT on Multiple (millions of) XML Files - Batch

    Hi, Totally new to XML, so my apologies for my beginner to advanced(?) questions below. I have to get up to race speed, even though I am just learning to walk. I have searched and read several articles and tutorials on the Internet to try to learn and find answers, but the amount of useful...

Part and Inventory Search

Back
Top