In the Backoffice of Controlboxx it is possible to upload a control profile (see
Document types).It is used to monitor the publication and thefeedback to the orderer in case the files usedIt does not or does not fully meet the requirements.
For thisWe have a default control profile available that is attached toFind is at the bottom of this article. Below it is explained howControl profile can be adjusted as desired.
Announcements
TheNotifications are displayed when a file is uploaded and thesedoes not or does not fully meet the requirements. In the default controlProfile are standard notifications. However, these can beIt is modified by modifying the black text.
There are three types of reports:
In this way, the size of a PDF is checked for height and width.
- Height document
- <RuleSetId= "Height">
- <RuleValue= "{height}"Operator= "LessThen"Message type= "Warning">The document is lower.</Rule>
- <RuleValue= "{height}"Operator= "GreaterThen"Message type= "Warning">The document is higher.</Rule>
- </RuleSet>
- Width document
- <RuleSetId= "Width"
- <RuleValue= "{width}"Operator= "LessThen"Message type= "Warning">The document is narrower.</Rule>
- <RuleValue= "{width}"Operator= "GreaterThen"Message type= "Warning">The document is all the broader.</Rule>
- </RuleSet>
Bleed
This is to check whether the document has been made around descending.
- Height end
- <RuleSetId= "Bleedheight"
- <RuleValue= "bright"Operator= "LessThen"MessageType= "Warning">The document contains less or no outcome on the right.</Rule>
- <RuleValue= "blessed"Operator= "LessThen"Message type= "Warning">The document contains less or no outcome on the left.</Rule>
- </RuleSet>
- Width outcome
- <RuleSetId= "BleedWidth"
- <RuleValue= "btop"Operator= "LessThen"Message type= "Warning">The document contains less or no outcome on the top.</Rule>
- <RuleValue= "bbottom"Operator= "LessThen"Message type= "Warning">The document contains less or no outcome at the bottom.</Rule>
- </RuleSet>
Fonts
Check that the fonts used in the document are embedded.
Fonts often choose an error. The orderer will then not be able to complete the order.
- Are all fonts embedded?
- <RuleSetId= "FontsEmbedded">
- <RuleValue= "False"Operator= "Equals"Message type= "Error">Not all fonts are embedded.</Rule>
- </RuleSet>
Resolution
It is possible to check whether the resolution is too high or too low.
The first line check for the value 0 this is for vectors and PDFs with only one text.
- Resolution
- <RuleSetId= "Resolution">
- <RuleValue= "0.0"Operator= "equals"Message type= "Valid"/>
- <RuleValue= "150"Operator= "lessthenequals"Message type= "Error">The resolution "{0}" is too low.</Rule>
- <RuleValue= "300"Operator= "lessthenequals"Message type= "Warning">The resolution "{0}" is too low.</Rule>
- </RuleSet>
The value between the {0} is filled in with the values from the uploaded PDF.
PMS colors
The document is checked here for the presence of PMS colors.
- Does PMS colors?
- <RuleSetId= "containsPMS">
- <RuleValue= "True"Operator= "Equals"Message type= "Warning">The document contains PMS colors, which will be converted.</Rule>
- </RuleSet>
Includes CMYK/Fullcolor colors
The document is checked here for the presence of CMYK colors.
- Does CMYK colors?
- <RuleSetId"IsFullColor"
- <RuleValue= "False"Operator= "Equals"Message type= "Warning">The document is not fullcolor.</Rule>
- </RuleSet>
RGB colors
The document is checked here for the presence of RGB colors.
- Contains RGB colors?
- <RuleSetId ="ContainsRGB"
- <RuleValue= "True"Operator= "Equals"Message type= "Warning">The document contains RGB colors, which will be converted.</Rule>
- </RuleSet>
Transparency
The document is checked here for the presence of transparency.
- Does transparency include transparency?
- <RuleSetId= "Contains transparency">
- <RuleValue= "True"Operator= "Equals"Message type= "Warning">The document contains transparency.</Rule>
- </RuleSet>
Here is the use of a specificFull color checked. In the example below on black (K).
- <!--Contains one ofThe CMYK colors?
- <RuleSetId="DeviceCMYK">
- <RuleValue= "K"Operator="Notcontains"Message type="Error">The document does not contain black.</Rule>
- <RuleValue= "C"Operator="Contains"Message type="Error">The document contains cyan.</Rule>
- <RuleValue= "M"Operator="Contains"Message type="Error">The document contains magenta.</Rule>
- <RuleValue= "Y"Operator="Contains"Message type="Error">The document contains yellow.</Rule>
- </RuleSet>
Number of PMS colors
The document is checked here forpresence of two PMS colors.
- <!--Contains some PMS colors?-->
- <RuleSetId="PMSColorCount">
- <RuleValue="2"Operator="GreaterThen"Message type="Error">{0} PMS colors were found.</Rule>
- <RuleValue="2"Operator="Equals"Message type="Valid">{0} PMS colors were found.</Rule>
- <RuleValue="2"Operator="LessThen"Message type="Error">{0} PMS colors were found.</Rule>
- </RuleSet>
Number of CMYK colors
- <!--Contains some CMYK colors?-->
- <RuleSetId="CMYKColorCount">
- <RuleValue="1"Operator="Greaterthenequals"Message type="Valid">The document contains CMYK colors.</Rule>
- </RuleSet>
Specific PMS colors
The document is checked here forpresence of specific PMS colors.
- <!--Contains specific PMS colors?-->
- <RuleSetId="Pms">
- <RuleValue="Pantone Black C"Operator="Notcontains"Message type="Error">Color PantoneBlack C is missing.</Rule>
- <RuleValue="Pantone Red 032 C"Operator="Notcontains"Message type="Error">Color PantoneRed 032 C is missing.</Rule>
- </RuleSet>
Specific PMS and CMYK colors
The document is checked for a combination of specific PMS and CMYK colors.
- Contains specific PMS and CMYK colors?
- <RuleSetId="DeviceCMYK">
- <RuleValue= "K"Operator="Notcontains"Message type="Error">The document does not contain black.</Rule>
- <RuleValue= "C"Operator="Contains"Message type="Error">The document contains cyan.</Rule>
- <RuleValue= "M"Operator="Contains"Message type="Error">The document contains magenta.</Rule>
- <RuleValue= "Y"Operator="Contains"Message type="Error">The document contains yellow.</Rule>
- </RuleSet>
- <RuleSetId="Pms">
- <RuleValue="Pantone Reflex Blue C"Operator="Notcontains"Message type="Error">The document does not contain Pantone Reflex Blue C.</Rule>
- </RuleSet>
CMYK and a specific PMS color
The document becomeschecked for the presence of CMYK and a specific PMS color.
- <?!--Includes specific PMS CMYK colors?
- <RuleSetId="CMYKColorCount">
- <RuleValue="1"Operator="Greaterthenequals"Message type="Valid">The document contains CMYK colors.</Rule>
- </RuleSet>
- <RuleSetId="Pms">
- <RuleValue="Pantone 647 C"Operator="Notcontains"Message type="Error">The document does not contain Pantone 647 C.</Rule>
- </RuleSet>
Overpressure
The document is checked for the presence of overpressure.
- Overpressure
- <RuleSetId="ContainsOverprint">
- <RuleValue="True"Operator="Equals"Message type="Error">The document contains overprint.</Rule>
- </RuleSet>
Cut contour
The document is checked forPresence of cutcontour.
- Cut contour
- <RuleSetId="ContainsCutContour">
- <RuleValue="True"Operator="Equals"Message type="Error">The document contains a cut contour.</Rule>
- </RuleSet>
Kiss contour
The document is checked forPresence of kisscontour.
- Kiss contour
- <RuleSetId="ContainsKissContour">
- <RuleValue="True"Operator="Equals"Message type="Error">The documentIt contains a kiss contour.</Rule>
- </RuleSet>
Layers
The document is checked forpresence of specific layers.
- Contains specific layers
- <RuleSetId="Layers">
- <RuleValue= "Inpressure"Operator="Contains"Message type="Error">The document contains a layer of NL.</Rule>
- </RuleSet>
White
The document is checked forpresence of white.
- Contains white
- <RuleSetId="ContainsWhiteSeparator">
- <RuleValue="True"Operator="Equals"Message type="Error">Color white is present.</Rule>
- </RuleSet>
Pagecount
- Number of pages--
- <RuleSetId="PageCount">
- <RuleValue ="{PageCount}"Operator= "GreaterThen"Message type= "error">{0} pages were found. This does not correspond to the pre-chosen number of pages.</Rule>
- </RuleSet>
- <RuleSetId="PageCount">
- <Rule Value="{PageCount}"Operator= "LessThen"Message type= "error">{0} pages were found. This does not correspond to the pre-chosen number of pages.</Rule>
- </RuleSet>