• Creating custom output file names using: MS_PLT_DEFAULT_OUTPUT_FILENAME_EXPRESSION System.Path.GetFileNameWithoutExtension (PrintDefinition.SourceFile)

    Hello all, I tried asking this on a related post but that post is from 10 years ago so not sure anyone will answer so i decided to create a new one. The config variable: MS_PLT_DEFAULT_OUTPUT_FILENAME_EXPRESSION System.Path.GetFileNameWithoutExtension…
  • ProjectWise & Print Organizer

    Is there a way to not have files copied out multiple times when creating a pset and when printing the pset? This is costing me lots of hours just waiting for the same files to be copied out over and over and over and over again. This can't be working…
  • Linestyle not printing from print organizer

    I have drawings with a certain linestyle pictured below. When I print from the microstation print dialog the linestyle shows up how it is supposed to. When I print from the print organizer it prints as just a line with no style associated. I have tried…
  • We use Microstation 8.11.09.832. When we go to print with print organizer the output is the wrong color. Black and grey can look Lavender or Brown.

    Is this a pen table issue? I had the Ricoh engineers out to look at the fiery and they indicated that the hardware was fine. The issue seems to happen most when printing to a printer shared from the server. When we print from IP address, it sometimes…
  • Print Organizer - Microstation V8i Select series 3 - printing multiple sheet files into seperate files

    Hey guys, I couldn't find the answer anywhere here, so here's the problem I'm facing: I have a number of drawings each of them consists of 2-3 sheets. I would like to print them using print organizer into seperate pdf files with multiple pages…
  • print organizer hangs

    Hello. This may be an obvious question or not but i have not been able to find a solution to my problem. I can batch print using print organizer no problem using a client's profile. But when I start from a new user profile, and i try to add files…
  • RE: Print Organizer "No elements matching . . . " Error

    Jose, Sorry for the late reply to this post but projects took precedence over problems. I am attaching the first file that the Print Organizer seems to stop processing with in hope that someone can notice something about the file that is unusual and…
  • Print Organizer Function Issue

    I am in the process of taking drawing files from a number of different projects with the intention of converting them into PDF. I am having issues using the print organizer function, as when I go to export the files, the fence cuts off part of the sheet…
  • Print Organizer "No elements matching . . . " Error

    I am having issues with just a certain number of sheets not being added to a PSET when using Print Organizer in Microstation V8i. I select all of the files and then manually specify their options as I typically do and it adds the first several files but…
  • RE: Print Organizer not adding files

    The plot boundaries could be defined in your print style in a number of ways, for example by using a shape on a particular level in the design file, thus when adding files if the shape is not found then the plot definitions will not be created, which…
  • Print Organizer missing "Manual" button

    I am seeking to add files to a print organizer. When I click the "add files to set" button at the top of the print organizer a dialog box opens with the heading "Create Print Definitions." Typically this box has a manual override button at the bottom…
  • To Infinity and Beyond

    When adding a file to print organizer the scale sets to "Infinity:1.0000". The sheet size is set to "NaN" for the width while the length is correct. When I use a different computer to add the same file, everything works fine. Does anyone know of a…
  • Print Organizer Properties Missing

    Hello! I'm having a frustrating issue that I'm hoping is a simple fix. I'm attaching two photos that show what options I have under properties now and what I'm used to seeing. I obviously want the one that displays more options.
  • print organizer print name field not getting set

    In the latest Connect version when I add a file to print in print organizer the name field does not get set. See attachment No matter what file I add the name gets set to No value
  • Print Organizer - Print Definition By Fence, Reference File Name Variable

    I just spoke to Bentley Tech Support regarding this, but they didn't have a solution at this time. I thought I'd throw it out to the community to see if anyone else has come across this issue and may have a suggestion. We are currently running MS versions…
  • Print Organzier will not screen properly

    Print Organzier will not screen my aerial back to 20% or 40% when I do the batch plotting but, when I plot each sheet individually it works fine(all 150 pages). I have messed with a couple setting in the properties box but it would change things that…
  • Printing issues with Bentley V8i applications and the most recent Windows updates

    Update: Bentley has made contact with Microsoft on the printing issue. They have acknowledged that the recent updates to Windows 7 via KB3177725 and the Windows 10 Anniversary update have broken our applications as well as others. Bentley is currently…
  • RE: print organizer - overwrite file - file name

    ciao Andrea Ho cercato nei miei appunti e ho trovato questo se può aiutare System.Path.GetFileNameWithoutExtension (PrintDefinition.SourceFile)&"_Fg_"& System.String.Format ("{0:D3}", PrintDefinition.SetPrintDefNumber-1) utilizzato nel caso di un…
  • print organizer - overwrite file - file name

    hi forum, in print organizer i have load 1 file .dgn with 3 drawings to plot. since the name file output is the same for all 3 designs , the pdf over overwritten and only remains the last. Can i set as output filename the NAME and not the FILE…
  • Print style fence points by keyin ?

    Hello, Do you know if there is any way to set up the print style fence points by keyin or command in the print organizer ? I use a batch process to setup the print organizer with the correct print definitions for each model. Thanks and regards …
  • Print Organizer- Complex shapes/patterns won't print with organizer

    I am trying to print a set of 14 sheets using print organizer. There are some complex shapes with a hatch pattern referenced into the sheets. They do not print when using the print organizer. They print just fine if I go through File->Print within the…
  • Print Organizer Error

    Hello, I am having problems with my Print Organizer that is rather frustrating that I could use any help on determining a solution. Currently I try to open a .pset which works but I seem to be unable to do anything (add files, view preview, etc.) past…
  • Print Organizer to generate automatically, run automatically

    Hello, I am wondering how to get Print Organizer to produce multiple PDFS from the pset file automatically. I am able to set all the parameters, and set scales etc. When I print, I tick off "preview pdf" but I still get a prompt box to save each individual…
  • v8i print style fence from shape - CONTROL FIRST FOUND

    Concerning how the print style arrives at what is the first found shape that will be used as a fence for the print: I assumed that the print software would honor the order of logical names as a search order for shape finding, as laid out in the print…
  • Print Organizer keyins vs dialog results

    I am writing a VBA to do some cumbersome printing. I have found that if I use the following commands (either KeyIn or VBA) I get different results than if I do the EXACT same thing in the Print Organizer dialog box. mdl load bentley.microstation.printorganizer…