Dear friends with Christmas and New Year you!
Prompt as in a printing template to make a black framework in width of 1 pixel and to approximate corners?
I will be very grateful.
Standard printing template PSP X8 for the sample (Avery International,Template C2553):
__________________________
from JascApp import *
def ScriptProperties():
return {
'Author': 'Corel Corporation',
'Copyright': 'Copyright (c) 2003-2004 Corel Corporation All rights reserved.',
'Description': '',
'Host': 'Corel PaintShop Pro',
'Host Version': '8.01'
}
def MIPTemplate_Print():
return {
'PrintingOptions': {
'PrinterName': None,
'Orientation': 0,
'NumCopies': 1,
'Negative': App.Constants.Boolean.false,
'Background': App.Constants.Boolean.false,
'BackgroundColor': (255,255,255),
'OutputOption': 0,
'CornerCropmarks': App.Constants.Boolean.false,
'CenterCropmarks': App.Constants.Boolean.false,
'RegistrationMarks': App.Constants.Boolean.false,
'ImageLabels': App.Constants.Boolean.false,
'Header': App.Constants.Boolean.false,
'HeaderText': r'',
'Footer': App.Constants.Boolean.false,
'FooterText': r'',
'CMYKLabels': App.Constants.Boolean.false,
'PrintQuality': 200,
'PaperSize': 1
},
'MIPCmdFile': r'',
'TemplateMetric': App.Constants.Boolean.false,
'PageDimensions': (5.84645,8.27),
'TemplateCategory': u'Avery International',
'TemplateDescription': u'Почтовые открытки 10x15 на A5, Quick Clean, 230 г, глянцевые',
'Template': [{
'CellPosition': (1.0175,1.2475),
'CellSize': (3.805,5.775),
'ImagePlacement': 2,
'ImagePath': r'',
'RotationAngle': 0,
'ImagePosition': (0,0),
'ImageSize': (0,0)
}]
}
def Do(Environment):
App.Do( Environment, 'Print', MIPTemplate_Print())
_____________________________
Black framework for a print template
Moderator: Kathy_9
- kapitan
- Posts: 28
- Joined: Tue Sep 01, 2015 5:58 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: HP ZBook 15 Fury G7
- processor: QuadCore Intel Core i5 10300H 2_5 - 4_5
- ram: 32GB
- Video Card: AMD Radeon RX 5500M 4080 МБ
- sound_card: Intel UHD Graphics 1
- Hard_Drive_Capacity: 2_5 TB
- Monitor/Display Make & Model: BenQ BL2420PT QHD Designer Monitor
- Corel programs: Paintshop Pro X9 Ult.,VideoStudio2020Ult
- Location: Ukraine
Black framework for a print template
- Attachments
-
- MIPTemplate_Print_C2553.zip
- (891 Bytes) Downloaded 266 times
