panthermac Posted February 18, 2009 Share Posted February 18, 2009 Can I setup a graphic frame to allow PDF's to be uploaded, or bitmap formats only? Is there a size limit to the file size? Thanks. - Mac Link to comment Share on other sites More sharing options...
mhilger Posted February 18, 2009 Share Posted February 18, 2009 Hello, PDF files can indeed be used as variable graphics in FusionPro graphic frames. There are 6 image formats which we support - PDF, EPS, JPG, GIF, PNG, and TIF. Link to comment Share on other sites More sharing options...
panthermac Posted February 18, 2009 Author Share Posted February 18, 2009 Thanks for the reply Mark. So, if I created a blank template for a brochure, my customer could "upload" a PDF as a graphic, for said brochure? Are there file size limits? I mean... Can they upload a large, press-quality PDF file as the graphic for the brochure? What I'm looking to do is have a couple 'blank' brochures of standard size on my website, and allow my customer(s) to come in and upload their PDF to the template, compose fronts/backs if needed, and give me a Hires 2-sided PDF to use for my digital output device. I tried using PDF's for graphics but was getting a lot of errors creating the thing in Acrobat (slowly moving past that). Thanks. - Mac Link to comment Share on other sites More sharing options...
mhilger Posted February 18, 2009 Share Posted February 18, 2009 Mac, This can certainly be done. There are no file size limitations for upload to our FusionPro Web system (if that's the Web to Print solution you are using) so a high-res PDF will work fine. Link to comment Share on other sites More sharing options...
FreightTrain Posted February 19, 2009 Share Posted February 19, 2009 Mac, What kind of errors were you getting in Acrobat? Where they errors during composition in FusionPro? or was it Acrobat specific? You can definitely compose using PDF's in both FusionPro Desktop and FusionPro Web. Link to comment Share on other sites More sharing options...
Allegra Posted July 27, 2009 Share Posted July 27, 2009 I am also trying to create a PDF with an uploaded graphic on printable. I am trying to use the CreateResource rule. As i understand it, the rule is set up like this: return CreateResource(ImagePath + Field("UploadFile"), "graphic"); Is there an Image Path to get to the files uploaded on printable and will this rule work to return an image uploaded by the user in the website preview? Link to comment Share on other sites More sharing options...
Dan Korn Posted July 27, 2009 Share Posted July 27, 2009 I am also trying to create a PDF with an uploaded graphic on printable. I am trying to use the CreateResource rule. As i understand it, the rule is set up like this: return CreateResource(ImagePath + Field("UploadFile"), "graphic"); Is there an Image Path to get to the files uploaded on printable and will this rule work to return an image uploaded by the user in the website preview? If your question is specific to FusionPro Web, please ask on the Web-to-Print subforum. In general, if you have a question that's different than the one in the subject of the thread, it's best to start a new thread. As to your specific question, you should simply be able to reference just the file name of the graphic without having to prepend any specific path, because FusionPro Web sets the search path to its internal folders where the files from your uploaded image libraries live when it composes your job. In FP Desktop, you'll want to set a local search path, on the Advanced tab of the Composition Settings dialog. So the rule should be able to work like this: return CreateResource(Field("UploadFile"), "graphic"); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.