Search found 22 matches
- Sat Jan 31, 2015 10:22 pm
- Forum: Imposition
- Topic: How to split the pdf page into business cards
- Replies: 4
- Views: 11805
How to split the pdf page into business cards
Have a look to callas, the server edition has its own configurators in Switch. Search the Impose topic on their site.
- Thu Jan 08, 2015 1:14 pm
- Forum: Flows
- Topic: [SOLVED] Archiving files flow corrupting other flow due to unique prefix
- Replies: 2
- Views: 1765
[SOLVED] Archiving files flow corrupting other flow due to unique prefix
There is a may be a solution:
Impressed
I don't know if the files are with or without the prefixes.
Best regards,
Thomas
Impressed
I don't know if the files are with or without the prefixes.
Best regards,
Thomas
- Thu Dec 18, 2014 1:12 am
- Forum: Applications
- Topic: Switch server sometimes crashes on acrobat configurator
- Replies: 2
- Views: 2736
Switch server sometimes crashes on acrobat configurator
I also used Acrobat before and we are moving away because of slowness. Today we use Pitstop Server or callas PDF Toolbox Server with success. Both solutions work perfectly and its a scalable solution while you'll just have one instance of Acrobat per server. What you exactly do with Acrobat and its ...
- Sat Dec 06, 2014 10:06 pm
- Forum: Flows
- Topic: Put a PDF file back to origin folder
- Replies: 2
- Views: 1775
Put a PDF file back to origin folder
What I do: We submit a folder with Switch Client, then there is a property [Job.Origin] with the path you need to build the copy command to copy the file back. Have a look to the Environment class and the copy member or you might use the Process class to execute the command for copying the files. Be...
- Wed Nov 12, 2014 9:16 pm
- Forum: Preflighting
- Topic: Print Email and attachment (PDF)
- Replies: 2
- Views: 3030
Print Email and attachment (PDF)
On Windows, the Acrobat configurator will let you print a PDF to a local or connected network printer, have a look in the Command property of the configurator. I don't know how stable it is and if you have a high number of PDF's, the Acrobat can be a bottleneck, because it will be open by every file...
- Sat Nov 08, 2014 7:32 pm
- Forum: Preflighting
- Topic: Ptitstop action based on page size
- Replies: 3
- Views: 3670
Ptitstop action based on page size
Hello,
Do you like to split the pages based on the page size and save it to different PDF or do you like to execute an action in one PDF based on the size, that's not clear to me.
Best regards,
Thomas
Do you like to split the pages based on the page size and save it to different PDF or do you like to execute an action in one PDF based on the size, that's not clear to me.
Best regards,
Thomas
- Wed Nov 05, 2014 10:30 pm
- Forum: Flows
- Topic: Compare two PDF files
- Replies: 8
- Views: 3933
Compare two PDF files
Ariel,
There is a sample flow, checkout the compare at the end
Sample
You can get a fully funcional trial version from callas.
Best regards,
Thomas
There is a sample flow, checkout the compare at the end
Sample
You can get a fully funcional trial version from callas.
Best regards,
Thomas
- Wed Nov 05, 2014 10:10 pm
- Forum: Flows
- Topic: Compare two PDF files
- Replies: 8
- Views: 3933
Compare two PDF files
Ariel, We use Adobe Framemaker and we have to check the resulting pdf after layout imports if they looks still the same. It might be close on what you have to achive. We use pdfToolbox in Switch or Diffpdf. The Diffpdfc is a command line version, I haven't use in Switch. PdfToolbox Server works perf...
- Fri Oct 17, 2014 7:32 am
- Forum: Scripting
- Topic: Populating a checkpoint metdata dropdown list with multiple values
- Replies: 3
- Views: 2723
Populating a checkpoint metdata dropdown list with multiple values
Gabriel, I did something similar in the Submit point and fill the dropdown with a script expression: function getHfbfFtpDestination() : string { var basePath = 'D:/EnfocusSwitch/flowConfiguration/'; var xmlConfig = new Document(basePath + s.getFlowName() + '.xml'); var folderList = ''; var delimiter...
- Tue Oct 07, 2014 11:19 am
- Forum: Applications
- Topic: JPEG to PDF
- Replies: 9
- Views: 6107
JPEG to PDF
A bit expensive, but callas PDF Toolbox Server will also be able to do the conversion.
Best regards,
Thomas
Best regards,
Thomas
- Mon Oct 06, 2014 11:59 pm
- Forum: Preflighting
- Topic: Unique Identifier added to PDF title when using %Current Document Name%
- Replies: 6
- Views: 5448
Unique Identifier added to PDF title when using %Current Document Name%
There is KB article:
How to setup Smart Preflight in the Switch PitStop Server configurator and PitStop Server
You'll find all the steps you need to do.
Furthermore there is a sample flow which uses variables:
Add barcode
Best regards,
Thomas
How to setup Smart Preflight in the Switch PitStop Server configurator and PitStop Server
You'll find all the steps you need to do.
Furthermore there is a sample flow which uses variables:
Add barcode
Best regards,
Thomas
- Mon Oct 06, 2014 11:47 pm
- Forum: Applications
- Topic: JPEG to PDF
- Replies: 9
- Views: 6107
JPEG to PDF
Photoshop will be fine if the number of images isn't really high. The application will be started for every image you're processing, this will be much more slower than the suggested solution.
Best regards,
Thomas
Best regards,
Thomas
- Thu Oct 02, 2014 11:35 am
- Forum: Flows
- Topic: Logging flow progress
- Replies: 6
- Views: 2812
Logging flow progress
Ariel,
I don't know the exact functionality but maybe something more than the default:
Impressed Switch Logger
Best regards,
Thomas
I don't know the exact functionality but maybe something more than the default:
Impressed Switch Logger
Best regards,
Thomas
- Wed Sep 24, 2014 11:00 pm
- Forum: Applications
- Topic: Is Switch 12 buggy ?
- Replies: 13
- Views: 11547
Is Switch 12 buggy ?
Hi,
I made good experience with Update 2 on Windows Server 2008 R2. We use it in combination with Pitstop Server 12 and callas PDF toolbox. There are some issues with AD integration, but I'm looking forward to the next update.
Best regards,
Thomas
I made good experience with Update 2 on Windows Server 2008 R2. We use it in combination with Pitstop Server 12 and callas PDF toolbox. There are some issues with AD integration, but I'm looking forward to the next update.
Best regards,
Thomas
- Wed Aug 27, 2014 9:11 pm
- Forum: Scripting
- Topic: Run Acrobat Preflight by Javascript
- Replies: 1
- Views: 2027
Run Acrobat Preflight by Javascript
Found the reason:
this.preflight has to be replaced with $doc.preflight
The font embedding is fixed at the moment. I have to check the issue with Enfocus, it seams to be that the font subgroups are embedded in a different way as e.g. Acrobat does.
this.preflight has to be replaced with $doc.preflight
The font embedding is fixed at the moment. I have to check the issue with Enfocus, it seams to be that the font subgroups are embedded in a different way as e.g. Acrobat does.