Search found 63 matches

by saitok
Fri Dec 15, 2023 3:17 am
Forum: Flows
Topic: Separate multiple sets of trim marks
Replies: 5
Views: 6454

Re: Separate multiple sets of trim marks

I could do this using this flow. I guess it includes Action Lists we need. But I also use Shell script in this to compare coordinates provided by Preflight report. minX.sh is like: #!/bin/bash IFS=$'\n' numbers=($1) echo ${numbers[@]} | awk '{ min = $1 for(i = 2; i <= NF; i++) min = $i < min ? $i : ...
by saitok
Mon Sep 04, 2023 10:13 am
Forum: Flows
Topic: Checking Barcode Quiet Zone
Replies: 3
Views: 2321

Re: Checking Barcode Quiet Zone

Thank you for the response.
This page is helpful to understand Quiet Zone.
http://biginja.com/shhhhhhh-quiet-zone/

Regards,
by saitok
Mon Aug 21, 2023 5:25 am
Forum: Flows
Topic: Checking Barcode Quiet Zone
Replies: 3
Views: 2321

Checking Barcode Quiet Zone

Hi,

I'm looking for a solution to check Barcode Quiet Zone.
Does anyone know good way?

For example, if I can integrate GlobalVision to Switch, it will provide me more features, but I think I can’t.
https://globalvision.co/gvd/barcode-inspection/

Regards,
by saitok
Thu Jun 01, 2023 7:23 am
Forum: Flows
Topic: Separate multiple sets of trim marks
Replies: 5
Views: 6454

Re: Separate multiple sets of trim marks

I don't know what is the preferred way to share, but you can download the PDF here. https://we.tl/t-CG9bpkpCIu Only case I can grab the marks without the alert is grabing all marks on the 4 corners at once. However, the Action created like that doesn't find anything on my PDF. Thanks, https://ul.h3z...
by saitok
Wed May 31, 2023 5:21 am
Forum: Flows
Topic: Separate multiple sets of trim marks
Replies: 5
Views: 6454

Re: Separate multiple sets of trim marks

Thank you Freddy,

Very interesting.
I've never treid this.

However, when I take a mark into the Action, an alert like the screenshot is shown. :(

Regards,
Image
by saitok
Mon May 29, 2023 8:09 am
Forum: Flows
Topic: Separate multiple sets of trim marks
Replies: 5
Views: 6454

Separate multiple sets of trim marks

Hi, I want to split a page of PDF which has multiple sets of trim marks to multiple pages which has single set of marks on each page. I know we can do that if the position of the marks is fixed even if roughly. However, it's not fixed in this case. If I can know the coordinate(X,Y) of the marks usin...
by saitok
Mon May 16, 2022 12:07 pm
Forum: PDF Creation
Topic: InDesign configurator - fail vs. error out
Replies: 1
Views: 4731

Re: InDesign configurator - fail vs. error out

Hi, I think the "Fail" is detected before opening INDD file. I don't have 100% sure, but I guess the InDesign configurator refers to XMP of the INDD file to know which fonts are used in the document. So, if you want to know the reason why the configurator doesn't work as you expected, how ...
by saitok
Wed Apr 06, 2022 11:19 am
Forum: Preflighting
Topic: Know font family name of PDF
Replies: 8
Views: 8383

Re: Know font family name of PDF

JimmyHartington wrote: Mon Apr 04, 2022 7:53 am
saitok wrote: Mon Apr 04, 2022 6:36 am … and convert them to PDF using Switch continuously.
Is the Futura font installed on the Switch server? Because it seems that there could be a problem with Switch seeing the fonts.
Thank you for the advise!
The font is not installed on the system, but is included into the InDesign package.
by saitok
Mon Apr 04, 2022 6:36 am
Forum: Preflighting
Topic: Know font family name of PDF
Replies: 8
Views: 8383

Re: Know font family name of PDF

Thank you for the logging. This PDF is exported by InDesign. Actually the font used for the text was Futura at InDesign. But the font was replaced to Myriad when I saw the exported PDF. The issue seems to happen in the case that I used “Composite Fonts” feature of InDesign to create documents and co...
by saitok
Fri Apr 01, 2022 9:13 am
Forum: Preflighting
Topic: Know font family name of PDF
Replies: 8
Views: 8383

Re: Know font family name of PDF

I found that I can know font family name using pdf-parser.py. https://blog.didierstevens.com/programs/pdf-tools/ pdf-parser.py -s fontfamily /path/to/file.pdf | grep -i -e fontname -e fontfamily But, to know font family name in stream, it’s very complicated for me. :( If there is better way, please ...
by saitok
Thu Mar 24, 2022 3:59 am
Forum: Preflighting
Topic: Know font family name of PDF
Replies: 8
Views: 8383

Re: Know font family name of PDF

Hi freddyp,

Thank you for your reply.
Could you look into the attachment?
by saitok
Wed Mar 23, 2022 11:07 am
Forum: Preflighting
Topic: Know font family name of PDF
Replies: 8
Views: 8383

Know font family name of PDF

Hi, Does anyone know a good way to know font family name used in PDF? PitStop Preflight report can includes font details, but there is no family name. I tried “pdffonts” command of Xpdf, but it also doesn’t return that. The reason why I want to know this is I have a PDF like the screenshot I attache...
by saitok
Fri Sep 17, 2021 6:37 am
Forum: PitStop Pro
Topic: Acrobat DC Update - PitStop Pro Issue
Replies: 11
Views: 15252

Re: Acrobat DC Update - PitStop Pro Issue

Same issue happens in my environment.
by saitok
Wed Sep 15, 2021 12:10 pm
Forum: Switch
Topic: HTTP Response Log
Replies: 5
Views: 6455

Re: HTTP Response Log

Hi,

Do you have a connection to send data after HTTP request?
I think you should check "response"(not log) file generated through the connection.

Regards,
by saitok
Mon Sep 13, 2021 6:49 am
Forum: Switch
Topic: HTTP Response Log
Replies: 5
Views: 6455

Re: HTTP Response Log

Hi, If you can edit the response file with any command, you might be able to convert the file to XML. If you can do that, Switch can pick up the body using Metadata module and also can add it to the log. As my very simple test result, when I replace <html xmlns="http://www.w3.org/1999/xhtml&quo...