Dynamic XML PDF not importing fields

I have a PDF developed in Livecycle and saved as a dynamic XML.
My database is MS Access and from this I've exported a query saved as an XML file, a XSD schema and an XSL stylesheet. (files attached)
I'm trying to populate the PDF from the above mentioned files client-side. I have the fields set up to display in a table with repeating rows.
It seems that I've set everything up okay and I get no error generated in the log file when I preview the PDF in Livecycle, but, the fields are not
being generated.
I suspect maybe this is because I don't have the nested forms set up properly for a flowed subform. But I should get at least the first row generated
shouldn't I, if it is reading the nodes in the XML?
Attached is (a mock-up) of the PDF along with the XML, XSD and XLS. This form should flow to other pages when dynamically built and I'm hoping to
display the header on each page (the header will be on the Master Page -- it will contain site links, etc.)
I hope to not only import data to a PDF this way but also to export fields from the PDF in the same way for database edits...
Can anyone tell me what I'm doing wrong in the attached?
And, on another note... do all of the above need to be in the same folder together on the server or can I put the PDF in one folder and the XML, XSD
and XLS a different folder? (Or the PDF and XLS in the same folder and XML and XSD files in a different folder, etc.)...
Thanks for any reponses on this.
- ed
PS: Below is the XSD schema code (since I can only upload the 3 other files here)
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="WMS_x0020_BMI_x0020_Percentile_x0020_ZScore" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="WMS_x0020_BMI_x0020_Percentile_x0020_ZScore">
<xsd:annotation>
<xsd:appinfo/>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="LastName" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Firstname" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PreHeight" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PreWeight" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PreBMI" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double"/>
<xsd:element name="PreBMIPercentile" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double"/>
<xsd:element name="PreZScore" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

Sorry for the delay in replying to this post. I got stuck at a friend's from the weekend snow we had... and am finally back on my own computer.
Just before leaving Friday I found the problem with the form not displaying data fields read from the XML.
It's a bit embarrassing to admit but, per Steve's instruction here to change the form preview properties (file/form properties) (thanks, Steve!) - I changed the preview from 'print one-sided' to 'interactive' and noticed that I had not set up the link to the XML under 'Data File'. Duh! So, it is reading the data from the XML now.
However... For the form to display, I had to (under 'connection properties) take the XSLT file off. Under 'Connection Properties' the form is set up as XML Schema with the link to the XSD set up.
The problem now is that a few of the dynamic fields are numbers. These number fields in the database only have two digits to the right of the decimal point (as in 93.79) but when the form loads these fields in the table in preview mode these fields contain 8 digits to the right of the decimal point (as in 93.79362082). I don't know why this is except that maybe it is because it's no longer reading from the XSLT file. All I want it to do is read the field exactly as it is in the database...
The table on the form doesn't display as it should either. The table expands with the rows its presenting but this runs to the very bottom of the page and doesn't flow to the next page. I've tried changing the size of the 'root' form on the Master page as well as the size of the 'parent' subform of the table subform but the table still runs to the bottom of the page... I'll keep playing around with this until I fix it unless someone can point me in the right direction...
Thanks for any leads on this...
(new corrected file attached)
Graham, this stuff really is interesting! These handful of files working together to build a dynamic PDF, reading the database XSD schema, an XML file and the XSL file as well as throwing in some Javascript functions is really cool... I'm also (hopefully) planning to have Cold Fusion query the database, depending on the login person's admin privilages, parse the fields from the database and build the XML file from this data 'on the fly' at login... Quite a lot going on in the background here to build the PDF! (I wish I could answer your question about the stylesheet but, obviously from the above, I'm a novice at this - I'm new at this and trying to grope my way around this stuff in the dark. These forums have been helpful as well as googling questions, but, there is still a learning curve here. I'm pretty rough with Javascript as well and that's a big feature of this stuff...)
Thanks to anyone for direction on getting this file to display properly and the number fields to show the same as in database...
- ed

Similar Messages

  • Load image dynamically by scripting to dynamic xml pdf, is it possible?

    Hi All,
    I've uploaded static pdf form to http://groups.google.com/group/livecycle/web/logo.pdf.
    The form contains ImageField.
    In the "docReady" event of the form I wrote a script:
    ImageField1.value.image.href="http://www.quicksoft.co.il/images/
    quicksoftlogo2.jpg";
    When the form is loaded the ImageField shows the image from the url
    I've updated in the script.
    Once the form is saved as dynamic xml pdf the script stop working.
    Is that means that it is not possible to load images by scripting to
    dynamic xml pdfs?
    Anyone familiar with workarounds for it?
    Thanks in advance,
    Rbuz

    I got an answer from Adobe:
    Dynamic change of an image href has been disabled due to potential security issues. There are however a few workarounds to choose from:
    1. Embedding the images in the form as hidden objects. They can then be set to visible on initialize or clicking a button. This will affect performance, but if the images are in a compressed format, this can be minimized.
    2. Create a Web service interface to grab the image from wherever they are stored, base64 encode it and return it to the form. You would also have to update the bindings for the image field on the form (a one time operation).

  • Adobe Reader for Android to work with dynamic XML PDF forms?

    Any possibility that Reader for Android will ever work with dynamic XML PDF forms created by Abobe Acrobat Pro?

    GoodReader ($4.99), ezPDF Reader ($2.99) and PDF Expert ($9.99) are well rated and support many more features.
    Here a link for your reference: http://indesignsecrets.com/for-interactive-pdf-not-all-readers-are-equal.php

  • Converting Livecycle Dynamic XML pdf forms to Word?

    How do I convert a dynamic XML pdf form created from Livecycle designer ES to Microsoft word? I have Acrobat X and when I click on File -> Save As - > and choose 'Save as type' as "Microsoft Word Document (*.doc)", I am getting this message: "Save as failed to process this document. No file was created."
    Is this because its a dynamic XML form with many javascripts in the form design? if not, what could be the cause of this that is making the file not savable to word format? All of these forms are created from Livecycle designer and I have tried using Acrobat X to convert them to word but it doesnt work.

    Hi,
    don't expect an exact result.
    The conversion always is an interpretation of the given layout and may be not perfect in all details.
    There is not script you can add to a button to automate this workflow, especially not  for Reader, as it doesn't have any export functions.
    I tested Adobe ExportPDF services, which are available in Reader XI, but those only export the shell PDF of a XFA form, so it's not usable for those PDF's (image below).

  • PDFs not importing in at 100%

    I am using CS5 and when I open previous files ie CS4 and I'm opening the file in Cs5 which contains PDF when I tell it to Link to the pdfs, the pdfs are importing at a reduced percentage not at 100%. Is this a problem in CS5
    thanks
    Hilary

    I think the problem lies within the original placement of the pdf's,
    you should first check wether the original placed pdf, is placed using Art, Crop, Trim, Bleed or Bounding Box.
    When you are sure which Box is used, for instance, Trim Box.
    Then you have to select "Show Import Options" (or hold down Shift-key) at the Replace or Import dialoge screen and select the same box and then import or relink.
    When your original pdf was imported using the Trim Box at 100% and you replace that pdf using the Bleed Box, the new pdf will be larger, so it will be shrinked to fit the current frame.
    I hope this explanation is a bit clear, it's easy in my head, but difficult to write down

  • Dynamic XML PDF crashing out in Windows 8

    Hi all -
    I created a PDF using LiveCycle Designer, saved as a dynamic XML form.  The form works perfect on any Windows 7 machine I have ever tested against, on machines using Acrobat reader X, XI, and all Pro versions (I've been building these types of forms for about 5 years now).  But on my wife's Windows 8 system with Acrobat Reader XI (latest update installed) it crashes out without an error message every time within seconds of opening the form.  It works perfect on my my Windows 7 Acrobat Reader XI, same update of the reader.  ANyone know what Windows 8 problem is?

    Does Adobe Reader work ok with other PDFs on the same machine? If you start it from START instead of double clicking and leave it, does it stay open?

  • Dynamic xml pdf form, but actions not allowed

    I have built a form and would like to make the users aware that some fields are compulsory. With the validation I only see American options for postcode or telephone. When I create my own example it is not accepted (disappears). Actions can't be added as it states that it will not work with HTML, but I have not set that in.
    Users must be able to download form from site or receive it in e-mail, fill it in and print it (they need to sign it, so online submission is not practical)
    I use Windows 7 - Adobe LiveCycle 2010
    The form is set for The Netherlands
    Could someone tell me if the countrysetting have anything to do with it or where else I might have gone wrong?

    I have built a form and would like to make the users aware that some fields are compulsory. With the validation I only see American options for postcode or telephone. When I create my own example it is not accepted (disappears). Actions can't be added as it states that it will not work with HTML, but I have not set that in.
    Users must be able to download form from site or receive it in e-mail, fill it in and print it (they need to sign it, so online submission is not practical)
    I use Windows 7 - Adobe LiveCycle 2010
    The form is set for The Netherlands
    Could someone tell me if the countrysetting have anything to do with it or where else I might have gone wrong?

  • Help needed on Dynamic XML PDF

    Hello,
    I have an urgent need of help. We had a client requirement to develolp a custom form fillable Flowable template. We used adobe LiveCycle Designer to create a flowable form where fields can be suppressed\expanded to save space. LiveCycle form fields are databinded with the XML Schema at design time. After creating forms, data is prepopulated using the 3rd party ITextsharp for .NET dll using a FillXFA API. Filled PDF document appears fine with the data by adobe reader.
    However, after we try to either convert this form to an Image I don't see DATA in the form and only see the static template. Our requirement is to take the populated PDF and merge it with another static PDF document. I am new to the adobe livecycle forms and needs assistance. I guess the issue is that final populated form is still XML, So If I open this form that is prepopulated with data into LiveCycle I don't see the data and only template, But we can view the populated form fine with data through adobe reader. Even through windows file preview I only see template, but after I open the file through reader I see the data. If through some way we can convert this snapshot (dynamic pdf = populated data with template) to a static pdf or flatten out the dynamic pdf, it will suffice our requirement.We are sort of stuck from past 10 days on this issue. Any help\feedback is greatly appreciated.
    Please let me know if you need any input or examples. Thanks for your time.
    Thank You,
    Himali Vaid

    Harshit Rungta:
    You have opened a number of related questions today. I'd like to see the other ones closed before you continue with this one.
    I'll lock this but will re-open it once the others are marked as solved.
    Rob

  • SSIS XML Source not importing data

    ISSUE:
    I'm working from a complex xml schema.  The issue I'm having is that the xsd passes SSIS XML Source validation, I'm able to create each table from its connections, but on import it executes and succeeds but w/o importing any data.
    FILE DETAILS:
    The xsd is not generated from the xml file.  It is provided by a client to guarantee that it covers all possible relationships. I understand that I can create an xsd in the SSIS XML Source but exporting a full data set each time there is a schema change
    and then creating a new xsd file is not ideal, nor does it guarantee that all relationships will be correctly generated.
    The Schema version does match the XML version (which is a bit suspect since I can still run xml files on the old schema w/o error)
    QUESTIONS:
    1. I have been unable to find an answer as to why this happens.  Can anyone shed light on why the data is ignored?  I've read that it's not an uncommon occurrence but have not season an answer on why.  Getting an answer to this is probably
    the most important.
    2. My Options?:
    a. I am not proficient in C# so i cannot script the import, plus there are over a 100 tables currently being generated. So I am ruling this out
    b. This is my most likely approach: I will create an xsd from a large data set and then manually adjust any inconsistencies I find.

    Thank you Arthur
    I previously tried testing w/ DataViewer.  The issue is that no rows are retrieved or inserted so there is no data to view.
    When I was referring to the versions I was really meaning each new release.  These are important if there are element changes.  Regardless, it does not seem to have an impact.
    And I understand the problems w/o having concrete examples.  
    I found this article noting the issue and providing documents that should create the same issue. I did not test his documents since I know what the issue looks like.  
    But it's back to question #1 in that I have not been able to find any articles stating why.  I would greatly appreciate any insite.
    Here is the excerpt:
    "In the below example, I am using sample "purchase order" and "customers and orders" XML files which can be downloaded from the MSDN
    site: http://msdn.microsoft.com/en-us/library/bb387034.aspx andhttp://msdn.microsoft.com/en-us/library/bb387025.aspx respectively.
     I also downloaded related XSD files at: http://msdn.microsoft.com/en-us/library/dd489284(v=vs.110).aspx and http://msdn.microsoft.com/en-us/library/bb675181.aspx.
    Both of these XML files are moderately complex with several layers (or nested) values. Unfortunately, as an XML file's hierarchy structure and complexity increases, often times the supplied XSD file do not parse and load the data correctly. Often
    the load will occur without error, however no data is transferred. Thus, the Generate XSD button will need to be used to generate a new XSD file to be used for importing. The Generate XSD process works well most often, but you may need to adjust it for
    special cases within your XML file."
    Here is the url: http://www.mssqltips.com/sqlservertip/3141/importing-xml-documents-using-sql-server-integration-services/

  • Color XML Data Not Importing Into FCP

    When I finish rendering my clips in color and I send them to FCP, FCP says importing XML data and the progress bar stays at 50% and doesn't move. Anybody have any clue on what to do??

    You will have to troubleshoot the round trip for something illegal that you exported from the FCP timeline. A hung return XML indicates that it has corrupted because of an ambiguous instruction that COLOR hasn't been able to understand -- it may not even have anything to do with the media and how its constructed on the timeline.
    Unfortunately, the number of things that this could be is a somewhat lengthy list. You didn't encounter any obstacles with strange things happening on the COLOR timeline, apparently. Without the actual FCP timeline and what kinds of things are stacked on it -- impossible to say.
    But here's an example of a known behavior: A graphic still (like a Jpg) with a filter or effect applied to it will cause the rest of the media on the remaining timeline to be lost. It just won't come back on the FCP timeline, as opposed to hanging the import. Stuff like that, that doesn't usually get discussed under the "just hit the easy button" workflow.
    jPo

  • PDF not imported correctly

    Hi,
    I have a pdf which I want to make interactive.
    I import it an choose second option, which "Creates an interactive form with a flowable layout". What happens however, is that the imported pdf is rasterized as one big image.
    I get the following warning in the log:
    "A logo is detected in the region '{left=30pt, top=14pt, right=603pt, bottom=832pt}'. Contents of the region are rasterized into an image."
    I have previously imported several other pdf files with no issues. What could cause the above? An unsupported image in the pdf? I'm totally lost here.
    Thanks
    /Lars

    Can you send the PDF to [email protected] and I will have a look.

  • IBooks- pdfs not importing from Mail

    So when I open a pdf in Mail on my iPhone 3GS I gather I'm meant to get an "Open in iBooks" button in the top right corner of my screen? I don't haz it. And when i open a pdf in Mail it downloads and gives me the front page but won't actually show any more than that.
    Should i delete iBooks and reinstall it? Has anyone else had this?

    i finally got it to work. i went through all my apps and tried to think of anything that could interfere, including iBooks, and removed them using iTunes. I then hard reset my phone and checked to see if i could at least view them as i used to (iBooks) and i was. i then put iBooks back on my phone, checked a PDF in mail and was able to quicklook it or open in iBooks. i was able to then add the other apps back with out losing the functionality.
    apps i removed to get it working:
    Stanza
    AirSharing
    EasyTask
    Bump
    Photoshop Mobile
    hope this helps

  • Adobe Dynamic XML vs Static pdf

    I created a form with LifeCycle Designer ES2, with actions.
    When saved as Adobe Dynamic XML (pdf), it works flawlessly, however the file size is around 1 MB.
    When I save it as Static PDF, the file size is reduced to 195k, but the actions don't work any longer.
    I need the smaller file size because these documents get opened on mobile devices. Is there a way to have the best of both worlds here?
    Either Static PDF with actions working, OR Dynamic XML with a small file size.
    Any help would be appreciated.
    Thanks

    The issue is with the Fonts used inside the PDF. You have used, Impact, Calibri, Courier New along with native Myriad Pro font.
    Since you have used fonts other than the native one, the form is by default embedding these additional fonts as part of the PDF.
    Probably one of the font is occupying all the size of the PDF.
    You have to change the font to either Myriad Pro or Arial which is light weight. (OR) you can make an image out of the Impact font text ("Notice of Violation" and "Officer's report must be sent to the safety office withing 24 hours !") and use it as an image inside the PDF.
    To remove the Embed Fonts option, goto File -> Form Properties menu -> Save Options tab.
    Below is the form with Embed fonts option UNCHECKED.(54 KB). But the special fonts might not display properly.
    https://acrobat.com/#d=nWNcZv9QfO0s7Lkr5HbdEg
    Hope this helps.
    Thanks
    Srini

  • How to convert static pdf file to dynamic xml form pdf

    Hi All,
    I have generated one pdf report. I need to do build some logic in that generated pdf file. For this i need to convert this generated static pdf file to dynamic xml form pdf using Adobe LifeCycle Desinger. I opened my generated static pdf in Adobe LifeCycle Desinger and i tried to save this file in dynamic xml form pdf but it is not showing that option.
    How do we convert those type of reports to dynamic xml pdf?
    Advance Thanks
    Prasad Sagala

    Hi djaknow,
    Thanks for your reply, i got it now.But i am facing another problem like, my generated static pdf file has some logos, charts and some art symbols. For those if i am opening in LC and set the target version as 8.1 & above then saved as dynamic xml form pdf, Now i opened that dynamic xml form pdf the content(Images,logs and Art symbols) was not show me. It is comming fine if pdf does not contain any images, logos...etc.
    Can you tell me how i can i convert all the content( including images, logos ...etc) in my static pdf to dynamic xml form pdf.
    Advance Thanks
    Prasad Sagala

  • Sub Agreement XML import error:  XML import could not process field: CONTRACT_UNIQUE_DOC_NAME

    Hi All,
    I am importing Sub Agreement in XML format and getting below error.
    XML import could not process field: CONTRACT_UNIQUE_DOC_NAME
    unsupported null bind parameter no. 0
    Below is the XML.
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Contracts.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <objects>
        <object classname="contracts.Agreement">
    <fields> 
                                    <CONTRACT_UNIQUE_DOC_NAME>P-XXXX-00001</CONTRACT_UNIQUE_DOC_NAME>
                                    <DISPLAY_NAME>Testing Agreement Name 1 </DISPLAY_NAME>
                                    <CALC_METHOD>UNIT_PRICE_ENTERED</CALC_METHOD>
                                    <UNIQUE_DOC_NAME>S0002510</UNIQUE_DOC_NAME>
                                    <STATUS>In Process</STATUS>
                                    <COMPANY>TEST</COMPANY>
                                    <LOCATION>Location_114</LOCATION>
                      </fields>
        </object>
      </objects>
    </sapesourcing>
    If anyone is successful in importing Sub Agreement in XML format?  also please validate the above xml structure?
    Note: I am able to load  Sub Agreement using CSV. But in our scenario data comes in XML format.
    Thanks & Regards
    Sai

    Hi Gary,
    I am able to load below objects in XML format without any issues. And I am using Scheduled Task of type “Data Import Monitor” to load them.
    1)  Project (1100)
    2)  Master Agreement (1004)
    3) Extension Collections for Project
    4) Extension Collections for Master Agreement
    1) Working XML Structure for Project(1100) .
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Projects.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <objects>
        <object classname="projects.projects">
          <fields>
    <UNIQUE_DOC_NAME>S0004392</UNIQUE_DOC_NAME>
      <DISPLAY_NAME>Test Project</DISPLAY_NAME>
    2) Working XML Structure for Master Agreement (1004) object.
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Contracts.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <objects>
    <object classname="contracts.Contract">
    <fields>
    <UNIQUE_DOC_NAME> 00215944</UNIQUE_DOC_NAME>
    <DISPLAY_NAME>TEST MA</DISPLAY_NAME>
    <DOCUMENT_DESCRIPTION>Contract Desc</DOCUMENT_DESCRIPTION>
    3) Working XML Structure for Extension Collections for Project(1100).
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Projects.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <objects>
    <object classname="projects.projects">
    <fields>
    <UNIQUE_DOC_NAME> S0004392</UNIQUE_DOC_NAME>
    </fields>
    <collections>
    <Z_DETAILS replace="true">
    <object classname="extension_collections">
    <fields>
    <NAME>Sai</NAME>
    <EMAIL>[email protected]</EMAIL>
    </fields>
    </object>
    <object classname="extension_collections">
    <fields>
    <NAME>Krishna</NAME>
    <EMAIL>[email protected]</EMAIL>
    </fields>
    </object>
    </ Z_DETAILS >
    </collections>
    </object>
    </objects>
    </sapesourcing>
    4) Working XML Structure for Extension Collections for Master Agreement (1004).
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Contracts.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <objects>
    <object classname="contracts.Contract">
    <fields>
    <UNIQUE_DOC_NAME>00215944</UNIQUE_DOC_NAME>
    </fields>
    <collections>
    <ZLINKS replace="true">
    <object classname="extension_collections">
    <fields>
    <LINK_NAME>SAP</ LINK_NAME>
    < LINK_URL> http://www.sap.com/index.html </ LINK_URL >
    </fields>
    </object>
    <object classname="extension_collections">
    <fields>
    <LINK_NAME>SCN Sourcing</ LINK_NAME>
    < LINK_URL>http://scn.sap.com/community/sourcing</ LINK_URL >
    </fields>
    </object>
    </ ZLINKS >
    </collections>
    </object>
    </objects>
    </sapesourcing>
    Could you please help me with the right XML Structure for Agreement( 1003)?
    Regards,
    Sai

Maybe you are looking for

  • Goods Receipt Mvt Type 501

    Hi Guru, I did a Goods Receipt for NonValuated Materials with Mvt type 501. When displaying the Material Document, I noticed when I clicked on Doc. Info. tab that in front of Transaction Code: Goods Movement box, there is MIGO_GI sign instead of MIGO

  • Is a text editor really better than Dreamweaver?

    Hi Everyone, I've been looking through several different web design forums and I'm now stuck with a question. Why do some people swear by using only a text editor to put their website together and totally discount programs such as Dreamweaver? I find

  • How to get past the grey start up screen after mavericks update

    I have recently installed a free update of Mavericks on the App store. However after installing this, the Macbook Pro that i've installed on will not boot beyond the Grey start up screen. I was running Snow Leopard on a machine with intel core 2 duo

  • How To Automate OCR after documents are scanned?

    I am using Acrobat 8 Professional 1. Is there a way to have Acrobat 8 Professional to automatically ocr after the documents are scanned? 2. Is there a way to create a buttom to ocr the scanned documents. Currently I have to go through: document>ocr t

  • Easier way to display report POVs - Financial reporting

    Currently I add a text box in the lower left hand corner of each report and type in the POVs used for the report. For example: POVs Version: <<MemberAlias('Grid1', Version)>> Business Line: <<MemberAlias('Grid1', BusinessLine)>> Is there are way to g