fed Posted February 15, 2011 Posted February 15, 2011 I have placed a pdf in a container and use it in the background of a layout. This way, I can print out the pdf with my database fields populating various components of the pdf. It seems to be working well, but only the first page of the pdf is accessible. Is there a way to access the other pages of the pdf? Thank you, Fed
VincentO'B Posted February 16, 2011 Posted February 16, 2011 Try adding a container field for each page make it a global and you can have the background change dynamically, this is one way there are probably others, if you have many pages in your pdf it may not be practical. Vin
bcooney Posted February 16, 2011 Posted February 16, 2011 @Vincent - Why a global container? Given the idea that he's laying fields on top of the form, I would think he'll never swap out the background. @Fed - Why not just generate the entire document from FM? You could use text on the layouts and merge fields.
bruceR Posted February 16, 2011 Posted February 16, 2011 I have placed a pdf in a container and use it in the background of a layout. This way, I can print out the pdf with my database fields populating various components of the pdf. It seems to be working well, but only the first page of the pdf is accessible. Is there a way to access the other pages of the pdf? Thank you, Fed Each page of the PDF will have to placed on a page of the layout. @Fed - Why not just generate the entire document from FM? You could use text on the layouts and merge fields. Most likely because the text fields need to align with the content of the PDF pages.
VincentO'B Posted February 16, 2011 Posted February 16, 2011 @Vincent - Why a global container? Given the idea that he's laying fields on top of the form, I would think he'll never swap out the background. I took it to be a background image but I guess the post is not too clear. Vincent
fed Posted February 16, 2011 Author Posted February 16, 2011 Each page of the PDF will have to placed on a page of the layout. The PDF is locked, so I cannot extract individual pages. Otherwise that is what I would do. Most likely because the text fields need to align with the content of the PDF pages. That is correct.
bruceR Posted February 16, 2011 Posted February 16, 2011 The PDF is locked, so I cannot extract individual pages. Otherwise that is what I would do. Then you're out of luck.
fed Posted February 17, 2011 Author Posted February 17, 2011 I am using a global field, actually, for other reasons (so I can access it easily). Is there no way to display anything but the first page of the PDF? I tried expanding the container field on the layout to 4 pages, but that does not seem to work.
comment Posted February 17, 2011 Posted February 17, 2011 The PDF is locked, so I cannot extract individual pages. What do you mean by "locked"? Can you attach it here? Also please state your platform and OS.
fed Posted February 17, 2011 Author Posted February 17, 2011 CAMH referral form.pdf What do you mean by "locked"? Can you attach it here? Also please state your platform and OS. I use a Mac, and am using the current version of both FMP11 advanced and OSX. I hope you can help. The PDF is attached.
bcooney Posted February 17, 2011 Posted February 17, 2011 Again, why isn't this printing from FM? Why not recreate the form in FM?
VincentO'B Posted February 17, 2011 Posted February 17, 2011 CAMH referral form.pdf I use a Mac, and am using the current version of both FMP11 advanced and OSX. I hope you can help. The PDF is attached. Hi Fed I just opened your file in preview, turned on show thumbnails and dragged each thumbnail into a global container that seems to be what you want, I used Mac OS 10.5.8 and FM 10.0.3 I know that this behaviour changed slightly with OS 10.6 and FM 11 but I haven't tested it yet so I can't say. Vincent
comment Posted February 17, 2011 Posted February 17, 2011 The PDF is attached. There is nothing locked in the PDF - you have full privileges. Breaking it into individual pages is ridiculously simple in the Preview application. CAMH.zip
bruceR Posted February 17, 2011 Posted February 17, 2011 As mentioned - just drag thumbnails to layout. CAMH.fp7.zip
fed Posted February 17, 2011 Author Posted February 17, 2011 Again, why isn't this printing from FM? Why not recreate the form in FM? That would be way too much work for a form that changes frequently. There is nothing locked in the PDF - you have full privileges. Breaking it into individual pages is ridiculously simple in the Preview application. As mentioned - just drag thumbnails to layout. CAMH.fp7.zip I saw no thumbnails, as I would normally, in preview. I only saw text where the thumbnails should have been. Since you suggested this so intently, I worked with it, and found a way to show the thumbnails, and now it works just fine. Sorry about that. I just noticed the egg on my face...
comment Posted February 17, 2011 Posted February 17, 2011 As a matter of good practice, I'd suggest you always insert images onto your layout (or into a container field) explicitly - i.e. by way of Insert > Picture… - rather than pasting or dragging.
fed Posted February 17, 2011 Author Posted February 17, 2011 In the process of trying to figure this out, I came across another idea: Using a web viewer to access the PDF from the hard drive. This would help in keeping the size of the database smaller. It seems to work great. Thanks again, Fed
comment Posted February 17, 2011 Posted February 17, 2011 Not sure why your web viewer won't print, but it's not a good idea anyway - because the web viewer will always be in front of your fields. To keep the file size down, insert the picture onto the layout as reference only.
fed Posted February 17, 2011 Author Posted February 17, 2011 Not sure why your web viewer won't print, but it's not a good idea anyway - because the web viewer will always be in front of your fields. To keep the file size down, insert the picture onto the layout as reference only. Another oversight on my part. I had to click off "Hide when printing". You are right. I cannot seem to place the fields in front of the webviewer. Thanks for the suggestion, but how do I insert the PDF onto the layout as reference only?
bruceR Posted February 17, 2011 Posted February 17, 2011 Not sure why your web viewer won't print, but it's not a good idea anyway - because the web viewer will always be in front of your fields. To keep the file size down, insert the picture onto the layout as reference only. Assuming this won't be used on Server.
fed Posted February 17, 2011 Author Posted February 17, 2011 Assuming this won't be used on Server. That's right. I prefer local solutions for more security and speed.
comment Posted February 17, 2011 Posted February 17, 2011 how do I insert the PDF onto the layout as reference only? It's an option you'll see when you choose Insert > Picture…
fed Posted February 17, 2011 Author Posted February 17, 2011 It's an option you'll see when you choose Insert > Picture… Great! Thanks a lot! Do you happen to know if there is a way to move fields around using scripts?
comment Posted February 17, 2011 Posted February 17, 2011 Yes, I do: there isn't. Why would you need this?
fed Posted February 18, 2011 Author Posted February 18, 2011 Just to try to limit the amount of layouts I use. I guess I am doing things the best way after all. Thanks everyone!!
fed Posted February 22, 2011 Author Posted February 22, 2011 Again, why isn't this printing from FM? Why not recreate the form in FM? Maybe I didn't understand your suggestion. Is there an easy way to copy an existing PDF and then generate it in FMp, or would I have to rewrite the entire PDF myself?
bcooney Posted February 22, 2011 Posted February 22, 2011 You'd "rewrite" it. I really don't see what you are "saving" by placing a PDF in the background, especially since you said it'll change frequently (needing to "move" fields). If you are not the creator of this form, perhaps you can ask them for an Acrobat form and not do this at all in FM.
comment Posted February 22, 2011 Posted February 22, 2011 ask them for an Acrobat form Now you got me interested: what exactly would you do with an Acrobat form?
bcooney Posted February 22, 2011 Posted February 22, 2011 Comment, what I meant is that they simply provide a PDF form to fill in. Forget using FM.
comment Posted February 22, 2011 Posted February 22, 2011 I thought the idea here was to enter and manage the data in Filemaker, while being able to produce filled forms for other parties (e.g. when referring a patient to a clinic).
bcooney Posted February 22, 2011 Posted February 22, 2011 I've assumed a lot about the reqs on this one. What throws me is that the form changes often. So, he's not in control of the data needs. Sounds off.
comment Posted February 22, 2011 Posted February 22, 2011 the form changes often IIUC, there are different forms for different occasions.
fed Posted February 22, 2011 Author Posted February 22, 2011 IIUC, there are different forms for different occasions. There are 8 forms I use. One changes frequently. The purpose of using FMp is to automate the form filling process. To date, the secretary has been filling them out by hand.
fed Posted March 1, 2011 Author Posted March 1, 2011 There is nothing locked in the PDF - you have full privileges. Breaking it into individual pages is ridiculously simple in the Preview application. This form appears to be locked. I cannot extract the pages. I hope there is an easy way that I am just not seeing. Is there a way to display all the pages of a PDF on a layout? Thanks again, Fed Form 1.pdf
comment Posted March 1, 2011 Posted March 1, 2011 This form is fillable. I suggest you you print it to PDF first. Then open the "printed" copy, select the icon of the first page and do Edit > Copy, File > New From Clipboard. Save this as page 1, and do the same for the rest of the pages.
Recommended Posts
This topic is 5015 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now