ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Trim blank space of a PDF page
Date: Wed, 23 May 2018 17:10:31 +0200	[thread overview]
Message-ID: <1FE3AD1C-C3C4-4D08-B950-2C231B43E556@elvenkind.com> (raw)
In-Reply-To: <20180523084449.49857f36@poo.hsd1.co.comcast.net>



> On 23 May 2018, at 16:44, Alan Braslau <braslau.list@comcast.net> wrote:
> 
> Do these tools work vectorally, that is identify the drawing extent
> and adjust the boundingbox appropriately, or do they (especially gs)
> convert to an image and then crop?

in pdfcrop, gs computes a boundingbox based on (one assumes) its
internal image representation. Then it creates a /CropBox that is
then read by the pdfcrop perl script to create occlusion margins 
for an external image include in a plain tex document.

I assume pdftrimwhite does the same.

That was what you wanted to know, right? Not the nitty gritty of
gs’ internal calculations?
 
Taco


> 
> I use MP to read the pdf and then crop, but to a fixed closed path.
> The problem here appears to seek an autocrop. 
> 
> Alan
> 
> On Wed, 23 May 2018 12:09:29 +0200
> Hans Hagen <j.hagen@xs4all.nl> wrote:
> 
>> On 5/23/2018 11:25 AM, Taco Hoekwater wrote:
>>> 
>>>> 
>>>> On 05/23/2018 01:25 AM, Procházka Lukáš Ing. wrote:  
>>>>> Hello,
>>>>> 
>>>>> just curious - is threre a way how to crop a page of a PDF via
>>>>> ConTeXt?
>>>>> 
>>>>> Ideally - to process a single page PDF into another file, with
>>>>> the one page cropped...  
>>>> 
>>> 
>>> The ‘pdfcrop’ command from TeXLive can do that for you on the
>>> command line. It is based around ghostscript which can
>>> automatically find the crop area, then uses pdftex,luatex,or xetex
>>> to create a new pdf.
>>> 
>>> It is doable to come up with a solution in ConTeXt if you do not
>>> mind specifying the cropbox manually, but automatic cropping is
>>> probably too hard for ConTeXt itself (and likely would end up
>>> duplicating pdfcrop to some extent).  
>> there is a script
>> 
>> pdftrimwhite.pl
>> 
>> in the distribution
>> 
>> Hans
>> 
>> -----------------------------------------------------------------
>>                                           Hans Hagen | PRAGMA ADE
>>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
>> -----------------------------------------------------------------
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an
>> entry to the Wiki!
>> 
>> maillist : ntg-context@ntg.nl /
>> http://www.ntg.nl/mailman/listinfo/ntg-context webpage  :
>> http://www.pragma-ade.nl / http://context.aanhet.net archive  :
>> https://bitbucket.org/phg/context-mirror/commits/ wiki     :
>> http://contextgarden.net
>> ___________________________________________________________________________________
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

Taco Hoekwater
Elvenkind BV




___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2018-05-23 15:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-22 13:25 Procházka Lukáš Ing.
2018-05-23  9:11 ` Henri Menke
2018-05-23  9:25   ` Taco Hoekwater
2018-05-23 10:09     ` Hans Hagen
2018-05-23 14:44       ` Alan Braslau
2018-05-23 15:10         ` Taco Hoekwater [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1FE3AD1C-C3C4-4D08-B950-2C231B43E556@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).