Hello,
Is it possible to insert duplex information inside pdf?
Thanks
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/24/2004 6:23:25 AM |
|
> Hello,
>
> Is it possible to insert duplex information inside pdf?
>
> Thanks
>
> Fabrizio
I've never seen it. You can probably put that information in a jobticket,
but how well are jobtickets supported at this moment?
Waldo
|
|
0
|
|
|
|
Reply
|
Waldo
|
5/24/2004 7:34:41 AM
|
|
For a particular printer (or printer family) or in general?
______________________________________________
Fabrizio Accatino - fhtino@yahoo.com
|
|
0
|
|
|
|
Reply
|
Fabrizio
|
5/24/2004 8:40:43 AM
|
|
"Pivari.com" <info@pivari.com> wrote:
>Is it possible to insert duplex information inside pdf?
No. No printing control at all.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
5/24/2004 12:31:53 PM
|
|
Fabrizio,
> For a particular printer (or printer family) or in general?
The question is a general question.
If it's possible with special printers is a good first step.
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/24/2004 12:39:42 PM
|
|
Aandi,
> No. No printing control at all.
Can't I use trick (e.g. PS lines inside)?
Is a possible correct way JDF?
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/24/2004 12:43:11 PM
|
|
"Pivari.com" <info@pivari.com> wrote:
>Aandi,
>
>> No. No printing control at all.
>
>Can't I use trick (e.g. PS lines inside)?
Up to Acrobat 5 you can use something called PostScript XObjects, but
these must obey the rules of EPS, which forbid device control.
>Is a possible correct way JDF?
If you have a JDF workflow, that must control this.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
5/24/2004 1:11:20 PM
|
|
Aandi,
> Up to Acrobat 5 you can use something called PostScript XObjects, but
> these must obey the rules of EPS, which forbid device control.
:(
>>Is a possible correct way JDF?
> If you have a JDF workflow, that must control this.
:(
This means the the only possible way is to use an external printing command.
Can Acrobat Reader give the possibility to control batch the printer
selection and the printer features?
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/24/2004 1:24:09 PM
|
|
On Xerox printers + DocuSP controller you can use Xerox Job ticket
commands.
The "options" must be placed at the beginning of the pdf file, before
the %PDF.
So, the resulting "Pdf" is something like:
%XRXbegin: 001.0300
%XRXPDLformat: PDF
%XRXrequirements: duplex
%XRXend
%PDF-1.3....
.............
.............
%%EOF
Note: if you have many %XRX commands, Acrobat is unable to open the
resultingd pdf.
Best regards
______________________________________________
Fabrizio Accatino - fhtino@yahoo.com
"Pivari.com" <info@pivari.com> ha scritto nel messaggio
news:i2msc.325727$rM4.13612074@news4.tin.it...
> Fabrizio,
>
> > For a particular printer (or printer family) or in general?
>
> The question is a general question.
> If it's possible with special printers is a good first step.
>
> Fabrizio
|
|
0
|
|
|
|
Reply
|
Fabrizio
|
5/24/2004 2:42:02 PM
|
|
"Pivari.com" <info@pivari.com> wrote:
>
>Can Acrobat Reader give the possibility to control batch the printer
>selection and the printer features?
Selection, yes: with DDE.
Printer features no. Windows API to change default printer features
first.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
5/24/2004 5:12:11 PM
|
|
Hello, Fabrizio!
You wrote on Mon, 24 May 2004 16:42:02 +0200:
FA> So, the resulting "Pdf" is something like:
FA> %XRXbegin: 001.0300
FA> %XRXPDLformat: PDF
FA> %XRXrequirements: duplex
FA> %XRXend
FA> %PDF-1.3....
FA> ............
FA> ............
FA> %%EOF
FA> Note: if you have many %XRX commands, Acrobat is unable to open the
FA> resultingd pdf.
That is documented behavior.
Accordingly with PDF Specification 1.5 (specifically - Implementation Notes
13 and 14)
PDF Header in form "%PDF-M.m" or "%!PS-Adobe-N.n PDF-M.m" should appear
somewhere within the first 1024 bytes of the file.
With best regards, Dmitry Sklyarov. E-mail: dmit@elcomsoft.com
|
|
0
|
|
|
|
Reply
|
Dmitry
|
5/25/2004 8:53:40 AM
|
|
"Dmitry Sklyarov 291875429" <dmit@elcomsoft.com> wrote:
>
> That is documented behavior.
> Accordingly with PDF Specification 1.5 (specifically - Implementation
Notes
> 13 and 14)
> PDF Header in form "%PDF-M.m" or "%!PS-Adobe-N.n PDF-M.m" should
appear
> somewhere within the first 1024 bytes of the file.
Yes. I know.
Infact it's important to make a copy of the original pdf before
inserting %XRX commands.
___________________________________________________________
Fabrizio Accatino - fhtino@yahoo.com - http://www.fhtino.it
|
|
0
|
|
|
|
Reply
|
Fabrizio
|
5/25/2004 1:05:12 PM
|
|
Fabrizio,
> On Xerox printers + DocuSP controller you can use Xerox Job ticket
> commands.
> The "options" must be placed at the beginning of the pdf file, before
> the %PDF.
>
> So, the resulting "Pdf" is something like:
>
> %XRXbegin: 001.0300
> %XRXPDLformat: PDF
> %XRXrequirements: duplex
> %XRXend
Very interested answer :)
Do you know similar tricks to other printers?
Thanks a lot
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/25/2004 1:30:20 PM
|
|
Fabrizio,
> Infact it's important to make a copy of the original pdf before
> inserting %XRX commands.
%XRX
....
in PDF are commets.
If I'm able to put them after %PDF-1.3 can they work?
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/25/2004 2:40:31 PM
|
|
"Pivari.com" <info@pivari.com> wrote:
>Fabrizio,
>> Infact it's important to make a copy of the original pdf before
>> inserting %XRX commands.
>
>%XRX
>...
>in PDF are commets.
>If I'm able to put them after %PDF-1.3 can they work?
No, that will break the xref table in the PDF. The xref table
contains addresses of every object in the file. You can add lines
before %PDF only because Acrobat considers the %PDF to be the first
bytes, even if there is something first. But bear in mind some PDF
consumers may reject even this.
----------------------------------------
Aandi Inston quite@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
|
|
0
|
|
|
|
Reply
|
quite
|
5/25/2004 2:51:38 PM
|
|
Aandi,
> No, that will break the xref table in the PDF.
I know.
The question is: if I know the way to modify a PDF and I put the XRX
information after %PDF... can the Xerox printer understand the ticket
and print the pdf e.g. duplex?
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/25/2004 3:05:39 PM
|
|
Hello,
In this very interesting post I've found
http://www.mail-archive.com/pdf-forms@lists.pdfzone.com/msg01162.html
you can read
2) You can use KDK or XRX commands prepended to the front of the job.
What's KDK?
Where can I find more information about it?
Fabrizio
|
|
0
|
|
|
|
Reply
|
Pivari
|
5/25/2004 3:35:37 PM
|
|
"Pivari.com" <info@pivari.com> wrote:
>
> Very interested answer :)
> Do you know similar tricks to other printers?
No. Sorry.
I forgot to say that Creo controllers on Xerox printer have a limited
support of XRX commands.
They support few of them.
___________________________________________________________
Fabrizio Accatino - fhtino@yahoo.com - http://www.fhtino.it
|
|
0
|
|
|
|
Reply
|
Fabrizio
|
5/25/2004 4:43:50 PM
|
|
PDF can include PDF XObjects which are specifically printer-dependent.
PDF 1.1 7.13.8
PDF enables a document to include PostScript language fragments in a page
description. These fragments are printer-dependent and take effect only when
printing on a PostScript printer. They have no effect either when viewing
the file or
when printing to a non-PostScript printer. In addition, applications that
understand
PDF are unlikely to be able to interpret the PostScript language fragments.
Hence,
this capability should be used only if there is no other way to achieve the
same
result.
So sure, you can insert duplexing data. The data might be ignored.
Other bad things might happen too.
"Pivari.com" <info@pivari.com> wrote in message
news:xxgsc.234091$hc5.10028357@news3.tin.it...
> Hello,
>
> Is it possible to insert duplex information inside pdf?
>
> Thanks
>
> Fabrizio
|
|
0
|
|
|
|
Reply
|
frank
|
5/25/2004 11:09:36 PM
|
|
|
18 Replies
1001 Views
(page loaded in 0.253 seconds)
Similiar Articles: Q: duplex information inside pdf? - comp.text.pdfHello, Is it possible to insert duplex information inside pdf? Thanks Fabrizio ... Xerox PDF Printing - comp.text.pdfQ: duplex information inside pdf? - comp.text.pdf The question is: if I know the way to modify a PDF and I put the XRX information after %PDF... can the Xerox printer ... Text colour when using BT operator - comp.text.pdfQ: duplex information inside pdf? - comp.text.pdf Text colour when using BT operator - comp.text.pdf Q: duplex information inside pdf? - comp.text.pdf Text colour when ... Inserting comments into PDF stream - how? - comp.text.pdf ...Q: duplex information inside pdf? - comp.text.pdf Q: duplex information inside pdf? - comp.text.pdf Inserting comments into PDF stream - how? - comp.text.pdf ... conversion between polar and rectangular forms - comp.soft-sys ...Q: duplex information inside pdf? - comp.text.pdf conversion between polar and rectangular forms - comp.soft-sys ... Q: duplex information inside pdf? - comp.text.pdf... 5 ... PDF Searchable Image(Exact): is that a PDF with an image overlay ...Q: duplex information inside pdf? - comp.text.pdf PDF Searchable Image(Exact): is that a PDF with an image overlay ..... within text fields ... streams . comp.text.pdf ... ascii85 data not actually in ascii85 or my misunderstanding ...Q: duplex information inside pdf? - comp.text.pdf ascii85 data not actually in ascii85 or my misunderstanding ... i'm trying to write code that decodes ascii85 pdf data ... FlateDecode, ASCIIHexDecode, ASCII85Decode, and LZWDecode streams ...Q: duplex information inside pdf? - comp.text.pdf FlateDecode, ASCIIHexDecode, ASCII85Decode, and LZWDecode streams ... hexlify-buffer and dehexlify-buffer Is there a ... insert eps question - comp.cad.autocadQ: duplex information inside pdf? - comp.text.pdf Hello, Is it possible to insert duplex information ... XObjects, but these must obey the rules of EPS, which ... printer ... Filemaker for property management - comp.databases.filemaker ...Q: duplex information inside pdf? - comp.text.pdf Filemaker for property management - comp.databases.filemaker ... Q: duplex information inside pdf? - comp.text.pdf ... Fastest way to append 1000s of PDFs to a single PDF? - comp.text ...... for all objects contained in a PDF) can be somewhere inside ... pdf here> should print the first pdf in duplex ... Portable Document Format ... sidebar, click the "Add ... Understanding Send-Q and Recv-Q by netstat - comp.os.linux ...Is it after or before Recv-Q (along data flow within the socket) Regards Thank ... cm operator - comp.text.pdf Understanding Send-Q and Recv-Q by netstat - comp.os.linux ... How tu use multivalent pdf tools - comp.text.pdfhow do I convert a binary stream to a base64 stream in a pdf file ..... streams inside the PDF file. choices of free tools: * pdftk uncompress * multivalent uncompress 2. PDFCreator error - comp.text.pdfI have been trying to create a PDF from an Excel 2000 ... merge, Text boxes for dynamic and static text & Data ... use popups but > since the message is generated within the ... Cannot execute command error - comp.text.texWell if the pdf/dvi can be built then miktex is working fine. It looks as if ... Run Error - comp.databases.xbase.fox I cannot run an external DOS program from inside ... Q: duplex information inside pdf? - comp.text.pdf | Computer GroupHello, Is it possible to insert duplex information inside pdf? Thanks Fabrizio ... Village of Key Biscayne - The ABCs of PermitsQ: Do I need a permit to paint inside my residence? ... of a single-family home or duplex. Q: Do I ... information sheet (PDF file) provided by the Florida ... 7/29/2012 8:29:01 PM
|