Thanks for your quick answer.

I think of the following: i want to print 100 label, 4 per each A4 page.
As i understand you, i should create 25 pdfs file (each with 4 label)
and then merge it to one large pdf. This create 25 "useless" pdfs, i
have to handle their references and delete them later and so on. I
really  nice solution would something like that:

document.addNewPage("<svg ...");
document.addNewPage("<svg...");
...

and then transcode one large document into a pdf file.

Ruud Steltenpool schrieb:
> if you mean "artifacts" as in 'visual disturbances i invite you to
> give examples.
>
> If you mean "hassle", i think it's quite easy, though it needs a
> download indeed.
>
>> this means that i have to create perhaps 10 single pdf files and then
>> merge them together. Isnt there a nicer solution without so much
>> artefacts?
>>
>> Ruud Steltenpool schrieb:
>>> use pdftk
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
T

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to