August 10, 20196 yr Newbies With the plugin from BaseElements I'm trying to append two pfd files which are located in container fields and put the result in a third container field. There goes something wrong. I think the reason for the problem is the pdf document in field container 2. Can someone see what the problem is ? I made a test solution where you can see the problem import url V4.fmp12
August 11, 20196 yr 20 hours ago, Donamd said: I think the reason for the problem is the pdf document in field container 2. AFAICT, the file in container_2 is not a valid POF file (try exporting it and opening it using a PDF reader application). -- Out of curiosity, I opened the file using a text editor and found it contains this: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Request</h1> <p>Your browser sent a request that this server could not understand.<br /> </p> <hr> <address>Apache Server at vescom.com Port 443</address> </body></html> Edited August 11, 20196 yr by comment
August 11, 20196 yr Author Newbies Is there a way to check when a Pdf file is valid or not ? As you see it comes from https://www.vescom.com/download4720_Technische informatie lijm Vescom 2000 - NL.pdf. When I select this in a browser then it works well.
August 11, 20196 yr I suspect there is something on that site that prevents downloading the file using Filemaker's Insert from URL script step. I am not sure what that could be.
Create an account or sign in to comment