Dynamic PDF Forms vs Microsoft InfoPath Forms

Can someone advice me why we should use Dynamic PDF Forms vs Microsoft InfoPath forms?
Thank you

For anyone in the future who has a similar issue, I've come up with a fairly simple workaround. It adds an extra step of work, but it allows you to continue using dynamic forms in your workflow.
The ideal solution is if your office has a server-side adobe document output service. You can push your form to the server, have it extract the data into a datawarehouse, then output a flattened .pdf. A flattened .pdf cannot be (easily) edited, and all code behind is removed. This solution is the 'best', (and it's the only way to flatten an xfa form, as far as Adobe is concerned) but it also costs some coin, especially if you don't have any existing infrastructure to support the server-side service.
The free solution (which I have opted for) is to use a virtual printer to 'print' the document to a suitable format. There are many free virtual printers out there, but I have decided to go with CutePDF Writer. I print to the CutePDF writer, and the output is, essentially, a flattened Blackberry compatible .pdf form. The only issue is that you cannot edit a flattened document (a bonus in my situation, but still something to keep in mind... You can still edit the original document, as the flattened .pdf is a copy, not a transformation.)
You can even add a print button to the form with some JavaScript to specify the printer as 'CutePDF Writer'. Altogether, it's easier than recreating all of the business forms that have been made in a static format, and you can still leverage all the benefits of a dynamic form.
I know that this isn't central to the Blackberry, and I apologize for that, but I had a rough time with this issue, and I'm hoping to help someone with the same issue in the future. Again, thanks to those who helped.
- Scott

Similar Messages

  • "This form cannot be opened in a web browser. to open this form use microsoft infopath" while adding a new Approval - Sharepoint 2010 and Publishing Approval workflow.

    I am trying to add a new workflow to a document library with the below mentioned settings and getting error saying "This form cannot be opened in a web browser. to open this form use microsoft infopath" while adding a new Approval - Sharepoint
    2010 and  Publishing Approval workflow" . For your information the I have checked the server default option to open in browser.
    Versioning Settings.
    Error
    This is quiet urgent issue . Any help would be really helpful.. Thanks.. 

    Hi Marlene,
    Thank you very much for your suggestions.
    But I am not creating a custom workflow in designer as Laura has mentioned. I am instead trying to create a new Out of the box Approval Workflow and I get the error mentioned above.
    As it works in other environment, I tried figuring out the possible differences which can lead to this error.
    Today I found one difference which is there are no form Templates within Infopath Configurations in Central Admin. Now I am trying to figure out what makes this form templates to be added to the template gallery.
    Regards,
    Vineeth

  • Unable to submit any item in the form library through InfoPath form

    I had created a form and link to a form library, but when i click on new document  it show me this dialog box with URL
    ms-infopath:nft|u|.....|s|......
    and then it open InfoPath form after submitting it does't not insert any value in the Form library.
    In my case
    1.I want to remove ms-infopath:nft|u|.....|s|......
    2. Form should open in web browser.

    Hi
    ank89 ,
    Please take steps as below:
    Create a Form using SharePoint Form Library template.
    After customizing the form , click  File ->Publish -> SharePoint Server -> save the form -> in the Publishing Wizard page input your site URL -> provide your authentication account.
    Check “Enable this form to be filled out by using a browser” and Form Library.
    Select your Form Library and edit the Form Library field , then Publish it and you will get what you want.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to copy and paste the whole word or excel form in the infopath form control

    Is there any control in infopath 2010. when the form will be open and users wants then can copy whole word or excel form on this control.
    and in word form there is also a control.

    Hi John,
    You can do as the followings:
    Create a blank form with InfoPath Designer 2010,
    Add a Rich Text Box control and Submit button in the blank form
    Publish the form to your SharePoint site
    Open the form library and create a document
    Copy the table with text from word file
    Paste the table in the Rich Text Box area, the paste option is Keep Source Formatting
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Upload Excel data to Sharepoint list VIA infopath form

    Hi,
    I'll try to explain the process of what I want to do first.
    1. In Excel
    I have an exceldocument (XLS, XLSX or XLSM) with 4 named columns and a named worksheet saved locally on my computer.
    I want to upload this data into preferably a custom list in sharepoint but it needs to run via a infopath template first.
    2. In Infopath
    The Infopath template will prompt the user to specify values in 2 additional fields.
    After giving input to these fields user may browse for the locally stored excel document and upload the document.
    In the same infopath template a dynamic array should be visible containing 6 columns (4 from excel + 2 from headerlevel of template) and the amount of rows based on the number of rows from excelsheet.
    At the end of template a submit button is found for uploading the entire array into sharepoint custom list.
    Is this possible to do at all?
    NOTE! End user should not have to save the excelsheet as XML file nor do a XML mapping.
    Infopath should, perhaps with help of VBA read excelsheet and transfer data to correct destination in sharepoint on it self.
    Looking forward to your reply

    Hi Jonas,
    You can attach your Excel doucment into InfoPath form and send InfoPath form to a custom web service. Then you can parse the Excel data and combine the Excel data and additional fields into SharePoint list in the customized  web service.
    For more information, you can have a look at the thread:
    http://dandeng.blogspot.com/2012/03/submit-infopath-form-data-to-web.html
    http://www.codeproject.com/Articles/88547/Submit-entire-InfoPath-form-to-web-service
    https://social.msdn.microsoft.com/Forums/office/en-US/590f1e78-5c08-47bd-8af4-9709102b568d/webservice-to-send-attachments-in-infopath-form-to-different-location?forum=sharepointcustomization
    https://msdn.microsoft.com/en-us/library/office/gg575571.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Updating a secondary datasource to a Sharepoint list via infopath form rules

    Using SharePoint 2010 and InfoPath 2010 I created a form that prior to submission it gets an integer value from a separate SharePoint list via a secondary datasource.  Just before the rule that submits the form to a document folder via the
    main datasource I increment the integer value and try to write it back to the secondary datasource I got it from.  I know that I have the correct value.  That is, it is reading from the data source the correct integer information and it is incrementing
    it in the form but when it writes the value back to the same column in the same secondary datasource it doesn't give any indication that it didn't work.  But when I look at the list of the secondary data source I see that the integer value is
    not updated.

    Hi Jonas,
    You can attach your Excel doucment into InfoPath form and send InfoPath form to a custom web service. Then you can parse the Excel data and combine the Excel data and additional fields into SharePoint list in the customized  web service.
    For more information, you can have a look at the thread:
    http://dandeng.blogspot.com/2012/03/submit-infopath-form-data-to-web.html
    http://www.codeproject.com/Articles/88547/Submit-entire-InfoPath-form-to-web-service
    https://social.msdn.microsoft.com/Forums/office/en-US/590f1e78-5c08-47bd-8af4-9709102b568d/webservice-to-send-attachments-in-infopath-form-to-different-location?forum=sharepointcustomization
    https://msdn.microsoft.com/en-us/library/office/gg575571.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Searching items in InfoPath form library

    Hi,
    I have an Infopath form library, in which I have done the property promotion and exposed some of the columns.
    I am trying for search functionality. How to search items in infopath form library? Is there any OOB webparts which can be used to display search criteria and the results. I do not have access to Central Admin, and hence cannot create Managed metadata properties,
    but the columns are exposed in InfoPath form.
    The infopath form has repeating table as well.
    How to achieve the search in InfoPath form library?
    Thanks

    Hi Venkatzeus,
    Have you tried using contextual search for this InfoPath form library?
    Please go to site setting page->Site collection ->Site Collection Administration section->Search Settings page, select the value "Show and default to contextual scope" for option "Site Collection Search Dropdown Mode",
    then please go to the InfoPath form library to test the search using "This list:YourFormlibraryName" dropdown (and wait a full crawl if needed).
    See more information from below.
    https://technet.microsoft.com/en-us/library/gg576955%28v=office.14%29.aspx?f=255&MSPPError=-2147217396#BKMKSiteCollectionSearchSettings
    http://www.sharepointanalysthq.com/2010/06/sharepoint-2010-site-search-drop-down-mode/
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Daniel Yang
    TechNet Community Support

  • Error 5566 - Infopath form to GetUserProfileByName

    I have tried everything I can find to fix this but not having any luck....:(
    I have a multi server farm (2 WFE, 2 APP, 1 Load Balancer)
    Infopath Form: Created an infopath form that calls the userprofileservice.asmx for method GetUserProfileByName (the data connection is called CreateUserProfileByName in Infopath)
    Web Application: Have tried classic and claims with NTLM and Kerberos (nothing works)
    Browser : IE 8
    The form works fine in Infopath itself. However when published to the server I get the dreaded 5566 error. Pretty much have exhausted all suggestions from the web.
    The error message in ULS is - The following query failed: CreateUserProfileByName (User: Domain\MyFirstName.MyLastName, Form Name: Template, IP: , Connection Target: http://spsite/sites/SiteRequest/ConnectionLibrary/file.udcx, Request: http://spsite/sites/SiteRequest/Lists/Requests/AllItems.aspx,
    Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2012-08-28T23:06:23:223Z Type: DataAdapterException, Exception Message: The remote server returned an error: (401) Unauthorized. The remote server returned an error: (401) Unauthorized.)
    Tried using a udcx file with a hard coded username and password
    Tried using secure store service
    Tried disabling ASP.Net impersonation
    Tried with NTLM first and then with Kerberos Web App
    Tried both claims and classic authentication ( guess the former does not work with infopath)
    Made sure loopback was disabled on all servers
    Have ensured I can get to the webservice directly in a browser
    Hosts files on the WFEs point to themselves
    Nothing works...:(....any ideas?
    Thanks in advance,
    Jake.

    Hi All,
    Just an update. Finally after some network tracing I realized this was related to the fact that the request was going through the proxy. Strange thing was that even after disabling the proxy in IE, the system was still routing through the proxy. Then I recalled
    a post or two that talked about this in the numerous numerous Internet searches recommendations that I had already attempted. And sure enough that seemed to fix the issue.
     <system.net>
       <defaultProxy>
         <proxy autoDetect="false" />
       </defaultProxy>
    </system.net>
    Needless to say, the edit should be done through a feature. Anyway, hope this helps someone else also.
    Thanks,
    Jake.

  • Unable to open InfoPath form on the browser

    Though we have enabled the "Open in the browser" option, some of the users are not able to open the InfoPath for on the browser. It throughs an error message saying,
    "This form cannot be opened in the browser. To open this form, use Microsoft InfoPath."
    Am I missing any configuration?
    I tried the option given in this link as well,
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d9254853-aa29-47a0-a6cd-4f3ab32b6836/this-form-cannot-be-opened-in-a-web-browser-to-open-this-form-use-microsoft-infopath?forum=sharepointsearchlegacy
    Vijayaragavan, MCTS

    hello Vijayaragavan,
    definitely a browser issue, i've seen this A LOT in firefox, where it would open some forms, and throw the same error you got on other times!
    -make sure you use IE with sharepoint (check SharePoint browser compatibility) as other browsers would have some feature not functioning as supposed to.
    -Add the SharePoint site to trusted sites (Internet options> Security tab> Trusted sites)
    -re-publish your form, and make sure the "Enable this form to be filled out by using a browser" is checked.
    Aabed - If a reply helps you Vote As Helpful, if a reply solves your problem don't forget to Mark As Answer.

  • How To display Project Information In Infopath Form Field On Form Load Base on Project Id.

    Hello,
    I have a Requirment that I want to Display Project Name and their Client Name in Info Path Form Field as I Open the Form. I do have uploaded InfoPath form in Forms Library in Project  of Project server 2010. 
    is there any simple way to do this ??
    Rohan

    Hello ,
    I am trying to access the data from the Database in infopath form through Retrive Data connection. but I am getting an error like
    "A query to retrieve form data cannot be completed because this action would
    violate cross-domain restrictions.
    If this form template is published to
    a SharePoint document library, cross-domain access for user form templates must
    be enabled under InfoPath Forms Services in SharePoint Central Administration,
    and the data connection settings must be stored in a UDC file in a data
    connection library in the same site collection.
    If this is an
    administrator-approved form template, the security level of the form must be set
    to full trust, or the data connection settings must be stored in a UDC file by
    using the Manage data connection files option under InfoPath Forms Services in
    SharePoint Central Administration.
    An entry has been added to the Windows event log of the server.
    Log ID:6932
    Correlation
    ID:79708499-078b-4170-bf65-942184c565ac.
    I do have already enable domain access for user form templates  under InfoPath Forms Services in SharePoint Central Administration.
    and the data connection settings stored in a UDC file in a data connection library in the same site collection.
    Could U suggest me what Would I do next.
    Any Help would be Appreciated.

  • Microsoft Indexing Service and Dynamic PDF (XFA)

    I setup Indexing Services in Windwos Server 2003, and I confirmed that it can index (out of the box) Static PDF (created LiveCycle Desinger), in addition to other file types.
    However, the Dynamic PDF (also created with LiveCycle Desinger) are not indexed, or they do not show in the search result. Any one knows how to index also the dynamic PDF files under Microsoft
    Indexing Services?
    Tarek.

    I installed "ifilter60.exe" on Windwos 7 (work laptop) and also installed "IFilterShop_XmlFilter_SE_1_0_Eval.exe" to index XML content. It is clear that Dynamic PDF is not indexed. Luckly, I am storing XML Data in a separate file for each PDF, which will be very helpful. I can search files using XML content instead, and since I am following a standard naming convension, I can easily relate the found results in XML to PDF files.
    See snapshots below:
    but, when I search against file name, I can get results, but still PDF content is not visible:
    Hope my fidings will be of help to others.
    Tarek.

  • Quick Edit Mode and InfoPath form

    I have a SharePoint list that has a InfoPath customized form.
    The InfoPath form has two drop down fields that have a Data Connection to a another support SharePoint list
    The connection allows the second drop down list to be filtered by what the user chooses in the first drop down list (cascading fields).
    The data in the support SharePoint list is updated.
    If a user edits an item using the InfoPath form all is good BUT if a user edits an item in the Quick edit mode the drop down list fields are not updated with the changes in the support list.
    I think this is because if InfoPath is not used the data connection is not invoked and the support list changes are not pushed down to the consuming SharePoint list.
    Is there anyway a user can edit an item directly in the SharePoint list and still get the data updated in support lists that use a data connection in the InfoPath form?

    Hi,
    Yes,it is by default that the Quick Edit feature cannot consume InfoPath data connection. Cascaded Lookup function is not supported on Quick Edit Mode in SharePoint 2013.
    As far as I know, there is no solution to enable cascaded lookup function on Quick Edit Mode.
    For more information, you can have a look at the blog:
    https://spservices.codeplex.com/discussions/457245
    http://www.codeproject.com/Tips/758909/Two-Level-Cascading-Drop-Down-in-SharePoint-using?msg=4849625#xx4849625xx
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Tagged PDF, Visual Studio and Dynamic PDF

    I am a noob with the Indesign but I have hands on experience with the Photoshop and Illustrator.
    I am trying to create a tagged pdf form which will be used as a receipt after the web application is complete and the information are entered into that tagged pdf using Dynamic PDF.
    I created the form with information like
    Name     Textbox
    Address Textbox and so forth.
    Dynamic pdf just prints the data and it doesn't matter if its textbox or not.
    So, any suggestions on how to tag the pdf properly so that it read all the information in the form along with the information printed by the dynamic pdf?
    I am using cloud indesign cc.

    Hi,
    Please follow the following steps to tag pdf manually-
    1. Choose Window > Utilities > Tags to display the Tags panel.
    2. Choose View > Structure > Show Structure to display the Structure pane, to the left of the Document window.
    3. Choose Add Untagged Items from the Structure pane menu.
    4. Select a page item in the document.
    5. Select a tag in the Tags panel.
    Note the following suggested uses for certain imported tags:
    Artifact : The Artifact tag lets you hide page items, such as page numbers or unimportant objects, when viewing the exported
    PDF file in Reflow view, which displays only tagged items; see your Adobe Acrobat documentation. This is especially useful for
    viewing PDF files on a handheld device or in other PDF readers.
    Cell : Use this tag for table cells.
    Figure : Use this tag for placed graphics. The Figure tag is applied to all untagged graphics placed in your document when you
    choose Add Untagged Items.
    Paragraph tags (P, H, H1–H6) : These tags have no effect on the exported PDF text when viewed in Reflow view. However,
    they can be useful in some situations when exporting a PDF file to HTML format.
    Story : Use this tag for stories. The Story tag is applied to all untagged text frames when you choose Add Untagged Items. For
    example, suppose you have an InDesign document formatted with three paragraph styles: Head1, Head2, and Body. First,
    map these paragraph styles to the H1, H2, and P tags, respectively. Next, export to PDF. Finally, when you export the PDF
    document to HTML or XML in Acrobat, the paragraphs tagged as H1, H2, and P will display appropriately (such as with large
    bold letters in H1) in a web browser.
    i hope this will help you, in case not then let me know.

  • XML DB Web Services for Microsoft Infopath

    Hi all,
    I am trying to publish few webservices that will be used to desing forms in Microsoft Infopath.
    Unfortunatelly, I get an error in Infopath whenever I try to connect to database.
    http://servv407:8000/orawsv/INFOPATH/GET_DESCRIPTION?wsdl
    "Infopath cannot find or cannot access the specified Web Service description"
    WSDLOperation:The operation GET_DESCRIPTION had an invalid parts attribute HRESULT=0x80004005: Unspecified error
    - WSDLOperation:Initializing of the input message failed for operation GET_DESCRIPTION HRESULT=0x80004005: Unspecified error
    - WSDLPort:An operation for port GET_DESCRIPTIONPort could not be initialized HRESULT=0x80004005: Unspecified error
    - WSDLPort:Analyzing the binding information for port GET_DESCRIPTIONPort failed HRESULT=0x80004005: Unspecified error
    - WSDLService:Initialization of the port for service GET_DESCRIPTIONService failed HRESULT=0x80004005: Unspecified error
    - WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error
    have anyone succeded to use native XMLDB services for Infopath ? is that possible ?
    help will be appreciated. Thank you.

    I reproduced the issue on InfoPath 2007, using the WSDL for this little test function :
    create or replace function fnc_test(p_str in varchar2) return varchar2
    deterministic
    is
    begin
    return p_str || '-OK';
    end;Looks like a "dirty" workaround but it works if I save a local copy of the WSDL and remove the "parts" attributes from these elements :
       <operation name="FNC_TEST">
          <soap:operation
    soapAction="FNC_TEST"/>
          <input>
            <soap:body parts="parameters" use="literal"/>
          </input>
          <output>
            <soap:body parts="parameters" use="literal"/>
          </output>
        </operation>
    ...Then I'm able to validate the data source and bind the output to a field.
    However, I got further connection issues in trying to actually retrieve the data from the webservice.
    Tell me if that works for you.

  • How to convert Infopath forms into pdf or word ?

    I have an urgent requirement. I need to covert approx 50k infopath forms into pdf/word.
    Is there any way to convert it without using a third party software?
    Is this possible via Powershell script ? 

    Not with Microsoft tools. This would be something supplied by a 3rd party, if available at all.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for