Focal Point
[CLOSED] Page numbering problem on an PDF

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5297000926

February 25, 2013, 06:24 AM
FRA-Sarwar
[CLOSED] Page numbering problem on an PDF
Hi everyone,
I have problem with page numbering when copying a PDF to PDF it means if I use the
WINNT COPY MY/my.pdf ny/ny.pdf
 

Then the page numbers are showing on the lower left corner of the PDF page, is there any styling for
 WINNT COPY 
command that can justify the page numbers to the center of the page.
Thanks, please help me.

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.67 & WebFOCUS 80 windows
February 25, 2013, 03:35 PM
Waz
There should be no issues copying a file with an os file copy command.

Perhaps you could add /b to the command to force a binary copy.

Copies one or more files to another location.

COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
     [+ source [/A | /B] [+ ...]] [destination [/A | /B]]

  source       Specifies the file or files to be copied.
  /A           Indicates an ASCII text file.
  /B           Indicates a binary file.
  /D           Allow the destination file to be created decrypted
  destination  Specifies the directory and/or filename for the new file(s).
  /V           Verifies that new files are written correctly.
  /N           Uses short filename, if available, when copying a file with a
               non-8dot3 name.
  /Y           Suppresses prompting to confirm you want to overwrite an
               existing destination file.
  /-Y          Causes prompting to confirm you want to overwrite an
               existing destination file.
  /Z           Copies networked files in restartable mode.

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.  Default is
to prompt on overwrites unless COPY command is being executed from
within a batch script.

To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).



Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!