Jump to content

Alex Marshall

PTI Employee
  • Posts

    402
  • Joined

  • Days Won

    2

Everything posted by Alex Marshall

  1. If you apply the bold face to the text in the Fusionpro Variable Text Editor, and you view the output, does the font appear correctly?
  2. Please collect the job and forward to fusionprosupport@pti.com
  3. What is the version of Fusionpro you are using? In Acrobat, select Fusionpro>>About Fusionpro. If you are using Fusionpro 9.1 or earlier, this was corrected in Fusionpro version 9.3. Reinstall Fusionpro using the latest version 9 installer from: http://www.marcom.com/fusionpro-downloads/
  4. When exporting the template from Indesign, try this. 1) to File -> Export (this is the regular InDesign) 2) Hit Save. 3) Change the Export Settings to your custom settings with options recommended by your press vendor. If you do not know you can try Press Settings or High Quality, or define your custom PDF Preset profile 4) **Choose the Output category, select "No Color conversion" for the Color Conversion option. 5) Delete the file just created 6) Go to the FusionPro Pallet 7) Hit the little arrow in the upper right hand corner 8) Export Document Did this help?
  5. You will have to create an overflow page that will flow the additional pages. See the User Guide topic “ It’s got to go somewhere”. First, you need to create the Rule and do the following Add the multipage PDF as a graphic resource. Start out with a 2 page blank pdf . Draw TEXT frame on each page as needed. Select FusionPro>>Manage Pages>>Page Usage Highlight page 2. Click Edit Specify "Type" as "Overflow" Give it name "Back_Page" Click "Ok", "Ok" Go to the first page of the template. Click on the text frame to bring up the "Text Frame" palette Click on "Overflow". Check the option for "Overflow Text To New Pages" Under "New Left Page", click the drop arrow for "Back_Page" Leave New Right Page as "None". Under "Add Pages", select "As Few Added As Possible" Click "Ok" Go into the Variable Text Editor, and insert the Rule name Go to the second page in the template Click on the text frame to bring up the "Text Frame" palette In the lower left, check the box for "OverFlow To" Click “Create Rules>>>New(Text)>>>Empty”. Check the box for “Treat Return Strings As Tagged Text”. Here is the Rule: var pathName = "..\\RESOURCES\\"; var FullResourcePath = pathName + Field("Store Message"); //change to match your data file field var x = new FusionProResource(FullResourcePath, "graphic", 1); if (!x.exists) ReportError("Graphic not found: " + FullResourcePath); var pdfString = ''; for (var pgnbr = 1; pgnbr <= x.countPages; pgnbr++) { x.pagenumber = pgnbr; pdfString += x.value + '<p>\n'; } Print("Result is: " + pdfString); return pdfString; Click “OK’, ‘OK’. Now if you “Preview”, you will only see the first page on the “Overflow” page. You will need compose a small record range to verify everything works correctly.
  6. Reinstall Acrobat by right-clicking on the Acrobat installer and select "Run As Administrator". Reinstall Fusionpro doing the same step. Let us know if this helps.
  7. Hello, Sorry for the trouble you are having with the software. The Fusionpro direct monitor is only used with Fusionpro Producer Server for composing from an FP Designer client. Please forward the following information to fusionprosupport@pti.com so we can offer a solution to this issue. Version of Fusionpro Version of Acrobat Operating platform version
  8. There were some fixes in the FP 9.3 version as it relates to the Drag-N-Drop Rule Wizard. Also the template may have been updated in this new version as well. Is there an error in the sample file output you are generating? Or is this from your own data?
  9. return '<graphic file= "R_Hayward_sig.tif" height = ''14400" width = "10000">';
  10. You can return a graphic image to a text frame if you want to control its alignment with the text in the frame. You can use an inline graphic tag. This can return an image to a text frame. Add all the graphic signature images as resources, i.e. jpg, png, tiff…etc.. Make a text Rule. Click “Create Rules>>>New(Text)>>>Empty Rule”. Check the box for “Treat Return Stings As Tagged Text”. Enter this script and modify as needed: return ‘<graphic file=\"'+ Field("signature") + ".tif\" height = “14400 width = “10000”>’; Usage: <graphic file="name" width="width" height="height"> More Info see: Tag Reference Guide The width is in points and is defined as hundredths of a point. If you need to specify the height too, you can also do that. There is information about this in the Tags Reference Guide on page 45 (Graphic Tag Inside Story Tag section) which also works in rules too and does not need to be in a story tag (for tagged data). Now insert this Rule from the “Variable” drop box where the signature will appear.
  11. Hello David, We often list the fixes to fusionpro software issues on our Fusionpro Support page version history and release notes at the following link: http://marcom.com/fusionpro-vdp-software-version-history/
  12. Navigate the hard drive to: Mac HD: Applications : InDesign CC 9.2 : Plug-Ins Is there a "PTI" or "Printable" folder present?
  13. Open your Fusionpro PDF template in Acrobat. In Acrobat X It's View > Show/Hide > Toolbar Items > Quick Tools. Then select "Plug-In FusionPro" from the left side and click the right arrow to put that in the "Quick Tools To Show" list. To get the Fusionpro tools, In Acrobat XI, select View > Show/Hide > Toolbar Items > Edit Current Toolset Then select " FusionPro" from the left side and click the right arrow to put that in the "Tools In Custom Tools Pane.
  14. Locate the "fonts.err" file. This file is located: Mac HD: Library : Preferences : PTI : Fusionpro: Fonts or C:\Users\Public\Documents\PTI\FusionPro Open in a Text Editor or Notepad. Query this file to see what is being reported about the fonts .
  15. You need to ensure your data file is saved as Unicode or UTF-8. Then enable the Unicode support by doing the following. First open your data file in Notepad ora Text Editor. Select File>>Save As. In the area where it indicates “Encoding”, select “Unicode”. In Fusionpro, Select “FusionPro>>Advanced>>Advanced Settings” Check the box for “Enable Asian Character Support” and reload All fonts. When linking the data file, you can use the default encoding settings in the data wizard or specify it in this dialog Mac Roman or Latin-1. You will also need to ensure that the font being used for the text, support the characters in the language. A good font to test is the “Arial Unicode MS” against the data being used to ensure the text displays correctly.
  16. Hello Adam, Fusionpro 9.2 supports InDesign CC 9.2. Not sure what may have happened. Have you tried a reinstall? Please note that Fusionpro 9.2 is not supported with InDesign CC 2014 version 10.
  17. Could you clarify what you are trying to do? Are you trying to name the output file using a field from the data file?
  18. Add the images as resources (Create Resources>>Add Multiple) Then create a Graphic Rule( Insert Picture Rule) and configure the options in this dialog. Draw a graphic frame and specify this Graphic Rule in the graphic frame properties palette.
  19. You can generate a QR Barcode as either a graphic or in a text frame. You can only control the size with the QR Barcode Graphic Rule. This will adjust to the size frame needed Select Create Rules>>New(Graphic)>>QR Barcode Rule. Once configured, insert the Rule into the graphic frame where you want the barcode to appear. That’s it
  20. By default, Fusionpro captures the font information from the "Mac HD: Library : Fonts" folder. Please ensure the font "validates" in Font Book, and is listed under "Computer" in this utility. Resolve duplicates to ensure the Fusionpro Load Fonts utility captures this information.
  21. Why not use the XML Rule template, i.e. 128 B Barcode. Then in the frame where the barcode will appear, insert this rule from the "Variable" drop box. No need to apply the font as it is specified in the Rule. Does this work?
  22. Locate the "Fonts.ini" file in : Mac HD: library : preferences : PTI : fusionpro : fonts folder. Open it in Text Editor Query this font name : Times Lt Std Bold See if it is identified correctly in this file. Modify the font name as needed and resave. Reopen and test.
  23. this issue is resolved in 9.2.26 that you can download to reinstall Fusionpro at: http://www.pti.com/downloads/fusionpro
  24. In Acrobat, go to FusionPro > Advanced > Colors and add the spot color as a new color (unless you did so already in InDesign or Quark). Make sure that, when added, you checked the box "Spot".
×
×
  • Create New...