Alaska Software Inc. - Re: Burst PDF reports under program control
Username: Password:
AuthorTopic: Re: Burst PDF reports under program control
Regan CawkwellRe: Burst PDF reports under program control
on Fri, 29 Jun 2012 18:14:21 +0100
Hi Clifford

Out of interest did you ever find an easy way to do this?

I have a different requirement.  It requires splitting one or more PDFs 
into pages and reassembling the pages to make two or more files.

I have looked at a few command line tools wqhich will do the job but 
would prefer a built-in library or ActiveX solution.  I have not found 
one at a reasonable price so far...

Regan

On 27/09/2004 00:46, Clifford Wiernik wrote:
> Because with R&R report writer, it would be rather difficult to do.  For
> example, in a report from accounts payable, where an invoice detail is
> printed for ACH payments and then emailed to the vendor/dealer, you
> would have to run the report say 100 times to print out 100 pdfs.  It
> can be done by calling the report writer and printing out each page as a
> separate runtime call or step through the file and then print out 100
> scoped reports.  Either way is not desirable.
>
> Michael Hoffmann wrote:
>> Hello Clifford,
>>
>> why not make one PDF per address and send it via Mapi?
>>
>> Best regards,
>>
>> Michael.
>>
>>
>> "Clifford Wiernik" <cwsoft@charter.net> wrote in message
>> news:bQFGuEeoEHA.6272@S15147418...
>>
>>> We use R&R report writer.  They do have a pdfeburst program but it
>>> appears to be a user interface product.
>>>
>>> We can create pdf reports from R&R.  We would like to then take the PDF,
>>> without user intervention and create separate pages/groups of pages that
>>> would be send to different emails.  The email address/signifier would be
>>> imbeded in the PDF.
>>>
>>> Any recommendations on what to use.  I see one user supported product
>>> that allows splitting of PDF based on text strings and has a command
>>> line tool.
>>>
>>> Ideally, it would split the PDF's into separate files based on the
>>> imbeded email marker, and then I can manage the emailing.  All would be
>>> desired to be done without user interface or intervention.
>>
>>
>>
Wolfgang CiriackRe: Burst PDF reports under program control
on Sat, 30 Jun 2012 11:28:42 +0200
Am 29.06.2012 19:14, schrieb Regan Cawkwell:
> Hi Clifford
>
> Out of interest did you ever find an easy way to do this?
>
> I have a different requirement. It requires splitting one or more PDFs
> into pages and reassembling the pages to make two or more files.
>
> I have looked at a few command line tools wqhich will do the job but
> would prefer a built-in library or ActiveX solution. I have not found
> one at a reasonable price so far...
>
> Regan
>
> On 27/09/2004 00:46, Clifford Wiernik wrote:
>> Because with R&R report writer, it would be rather difficult to do. For
>> example, in a report from accounts payable, where an invoice detail is
>> printed for ACH payments and then emailed to the vendor/dealer, you
>> would have to run the report say 100 times to print out 100 pdfs. It
>> can be done by calling the report writer and printing out each page as a
>> separate runtime call or step through the file and then print out 100
>> scoped reports. Either way is not desirable.
>>
>> Michael Hoffmann wrote:
>>> Hello Clifford,
>>>
>>> why not make one PDF per address and send it via Mapi?
>>>
>>> Best regards,
>>>
>>> Michael.
>>>
>>>
>>> "Clifford Wiernik" <cwsoft@charter.net> wrote in message
>>> news:bQFGuEeoEHA.6272@S15147418...
>>>
>>>> We use R&R report writer. They do have a pdfeburst program but it
>>>> appears to be a user interface product.
>>>>
>>>> We can create pdf reports from R&R. We would like to then take the PDF,
>>>> without user intervention and create separate pages/groups of pages
>>>> that
>>>> would be send to different emails. The email address/signifier would be
>>>> imbeded in the PDF.
>>>>
>>>> Any recommendations on what to use. I see one user supported product
>>>> that allows splitting of PDF based on text strings and has a command
>>>> line tool.
>>>>
>>>> Ideally, it would split the PDF's into separate files based on the
>>>> imbeded email marker, and then I can manage the emailing. All would be
>>>> desired to be done without user interface or intervention.
>>>
>>>
>>>
>
>
Hi Regan
have a look at gdpicture.com, its a nice activex control. I use the 8.5 
version - only for showing pictures and PDF-documents - but with the new 
version, PDF manipulating is possible,too.
Regards Wolfgang
Regan CawkwellRe: Burst PDF reports under program control
on Mon, 02 Jul 2012 15:58:45 +0100
> Hi Regan
> have a look at gdpicture.com, its a nice activex control. I use the 8.5
> version - only for showing pictures and PDF-documents - but with the new
> version, PDF manipulating is possible,too.
> Regards Wolfgang


Thanks Wolfgang, I'll check it out...

Regan
Hubert BrandelRe: Burst PDF reports under program control
on Thu, 05 Jul 2012 01:08:43 +0200
Am 02.07.2012 16:58, schrieb Regan Cawkwell:
>> Hi Regan
>> have a look at gdpicture.com, its a nice activex control. I use the 8.5
>> version - only for showing pictures and PDF-documents - but with the new
>> version, PDF manipulating is possible,too.
>> Regards Wolfgang
>
>
> Thanks Wolfgang, I'll check it out...
>
> Regan

Hi,

I use QuickPDF (http://www.quickpdflibrary.com/) with my HBPrintPDF 
class ( class framework)
With QuickPDF you can create or manipulate all kind of needed 
information. By now I only support the 7.x version, but the 8.x will 
come soon.

Regards
Hubert

www.familie-brandel.de
Clifford WiernikRe: Burst PDF reports under program control
on Sat, 01 Dec 2012 14:12:30 -0600
On 6/29/2012 12:14 PM, Regan Cawkwell wrote:
> Hi Clifford
>
> Out of interest did you ever find an easy way to do this?
>
> I have a different requirement.  It requires splitting one or more PDFs
> into pages and reassembling the pages to make two or more files.
>
> I have looked at a few command line tools wqhich will do the job but
> would prefer a built-in library or ActiveX solution.  I have not found
> one at a reasonable price so far...
>
> Regan
>
> On 27/09/2004 00:46, Clifford Wiernik wrote:
>> Because with R&R report writer, it would be rather difficult to do.  For
>> example, in a report from accounts payable, where an invoice detail is
>> printed for ACH payments and then emailed to the vendor/dealer, you
>> would have to run the report say 100 times to print out 100 pdfs.  It
>> can be done by calling the report writer and printing out each page as a
>> separate runtime call or step through the file and then print out 100
>> scoped reports.  Either way is not desirable.
>>
>> Michael Hoffmann wrote:
>>> Hello Clifford,
>>>
>>> why not make one PDF per address and send it via Mapi?
>>>
>>> Best regards,
>>>
>>> Michael.
>>>
>>>
>>> "Clifford Wiernik" <cwsoft@charter.net> wrote in message
>>> news:bQFGuEeoEHA.6272@S15147418...
>>>
>>>> We use R&R report writer.  They do have a pdfeburst program but it
>>>> appears to be a user interface product.
>>>>
>>>> We can create pdf reports from R&R.  We would like to then take the
>>>> PDF,
>>>> without user intervention and create separate pages/groups of pages
>>>> that
>>>> would be send to different emails.  The email address/signifier
>>>> would be
>>>> imbeded in the PDF.
>>>>
>>>> Any recommendations on what to use.  I see one user supported product
>>>> that allows splitting of PDF based on text strings and has a command
>>>> line tool.
>>>>
>>>> Ideally, it would split the PDF's into separate files based on the
>>>> imbeded email marker, and then I can manage the emailing.  All would be
>>>> desired to be done without user interface or intervention.
>>>
>>>
>>>
>
>
>
We just currently generate the PDF's one at a time and attach to a email 
via asinet.  Has worked great but it is a specially defined task for 
each report we want to do.

PDF-eXplode does work well but is somewhat pricey.

I have investigated various PDF tools like the PDF converter from 
AmyUni, or the QuickPDF library from debenu, which only costs $449 and 
appears to allow you to do what we would want.

Cliff.