PrimoPDF Forums Need to do more with PDF?

Go Back   PrimoPDF Forums > PrimoPDF > How do I?
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Old 10-20-2004, 04:49 PM   #1
Douglas Saltsman
Director of Engineering
 
Join Date: Feb 2004
Posts: 304
PDF size issues *Please read first*

It seems many of you are asking how to print multiple size PDFs. The answer is to change the paper tray size of the PrimoPDF printer by right clicking the printer in your "Printers and Faxes" control panel. If the size you need is not there you can change (if you're a bit savvy) the PPD file which tells the printer what sizes to support. Here is a tidbit that explains this:



There is a PPD file associated with Primo in the windows\system32\spool\drivers\w32x86\3 folder called primopdf.ppd (or windows\system32 on win9x-me systems). You can find the sizes in the PPD file...add what you want, delete the primopdf.bpd file and give it a whirl. You may need to reboot (or stop and start the spooler) for it to take effect.

Tim
__________________
-------------------------------------
Douglas Saltsman
ActivePDF

Leading the iPaper revolution
---------------------------------------
Douglas Saltsman is offline   Reply With Quote
Old 11-03-2004, 07:33 AM   #2
Paul Duch
Registered User
 
Join Date: Nov 2004
Posts: 2
Example

Can you give an example? I am trying to add 30 inch by 42 inch paper. Letter size is listed as [612 792]. How do I convert this measurement to inches?
Paul Duch is offline   Reply With Quote
Old 11-24-2004, 07:30 AM   #3
FZANGARI
Registered User
 
Join Date: Nov 2004
Posts: 3
pdf size issues

i searched for that pdf file/spool, found it but when i clicked on it windows said that it could not open up this file and wanted to know what program created it. when i went on line i got no results.
I am also having problems sending my drawings 22" X 34" IN PDF. PDF sends it instead of 4 total pages it sends it in many pages, you know cut and paste them together. which is no good.
FZANGARI is offline   Reply With Quote
Old 12-27-2004, 03:39 PM   #4
fishermr
Registered User
 
Join Date: Dec 2004
Posts: 4
Use notepad - very carefully, of course - make a backup copy just in case.
fishermr is offline   Reply With Quote
Old 04-23-2005, 07:04 PM   #5
digitaldiety
Registered User
 
Join Date: Apr 2005
Posts: 2
Question I found the file but...

An example of how to modify this file would really help. PrimoPDF only has letter on my system even though the ppd file shows a lot more options.
digitaldiety is offline   Reply With Quote
Old 05-06-2005, 05:17 AM   #6
judesherry
Registered User
 
Join Date: May 2005
Posts: 2
Confusion

I'm trying to print to A2 size but when I look at the sizes on that file the sizes of the pages dont seem to reference either inches of mm, please advice on what size would I put in for A2 size page.

thanks
judesherry is offline   Reply With Quote
Old 05-25-2005, 06:20 PM   #7
John Burton
Registered User
 
Join Date: May 2005
Posts: 2
Excel ARCH D page loses page objects - help!

I have an Excel spreadsheet page to print at ARCH D size (24 x 36 in). It contains an array of text boxes joined by connectors and it has a header and a footer. When I try to send it to PrimoPDF all text boxes below about 3/4 the way fown the page are squashed up in a line and nothing from the page body appears below this. On the other hand the header and footer show nicely in their proper places.

Exactly the same thing happens using Adobe PDF. Does this point to the fact that PrimoPDF and Adobe PDF use common system drivers?

The Excel opens nicely in OpenOffice Calc 2 Beta, but I cannot get this app to preview or print anything in a custom page size at all.

Using Win XP SP2 1gig RAM etc

Any clues? Help!
John Burton is offline   Reply With Quote
Old 05-26-2005, 08:28 PM   #8
katiew
Registered User
 
Join Date: May 2005
Posts: 2
Question just wondering

My initial attempts to change the page size involved the following:
1. From Microsoft Word, choose the print option and proceed as usual to create the PDF file.
2. In the print dialogue screen, choose "properties."
3. Under "Paper/Quality" choose "advanced" at the bottom.
4. Under "Paper size" choose "postscript custom page size."
5. Reset the page size in the boxes for width and height. Save settings.

Why doesn't this work? I still get an 8.5 by 11 inch output, even though both my Word document and my PrimoPDF print settings specify a custom size.
katiew is offline   Reply With Quote
Old 07-06-2005, 02:26 PM   #9
pkstokes
Registered User
 
Join Date: Jul 2005
Posts: 8
Arrow Here's how to do it....

I have created an option to print on A5 sized pages by noting all the places where A4 paper is referenced and then inserting the corresponding figures for A5. (Not too difficult to work out the sizes, since A3, A4, A5 etc are related by the square root of 2).

These are all the entries I added (in the relevant places, and as a ninth option afer all the other ones that showed).

::::::::::::::::::::::::::::::::::::::::::::::::

*PageSize A5: "
2 dict dup /PageSize [421 595] put dup /ImagingBBox null put
setpagedevice"
*End

....also....

dup [421 595] (A5) put

....also....

*PageRegion A5: "
2 dict dup /PageSize [421 595] put dup /ImagingBBox null put
setpagedevice"
*End

....also....

*ImageableArea A5: "0.0 0.0 421.0 595.0"

....also....

*PaperDimension A5: "421 595"

....also....

9 dict
<<<NB - this comes at the start of the list that includes: dup [421 595] (A5) put :it seems to specify the number of items in the 'dup' list>>>

::::::::::::::::::::::::::::::::::::::::::::::::

It works

Last edited by pkstokes : 07-06-2005 at 03:32 PM.
pkstokes is offline   Reply With Quote
Old 07-06-2005, 03:31 PM   #10
pkstokes
Registered User
 
Join Date: Jul 2005
Posts: 8
Arrow Paper sizes - for UK use

These are the numbers to use for standard UK paper sizes (spot the pattern)...

A0 : 2382 3368 (massive poster size, equivalent to 16 sheets of A4)
A1 : 1684 2382
A2 : 1191 1684
A3 : 842 1191
A4 : 595 842 (normal page sizes for UK documents)
A5 : 421 595 (half-size, folded A4, often used for booklets)
A6 : 298 421
A7 : 210 298

...though I can't see much need for something as small as an A7 PDF !!!
pkstokes is offline   Reply With Quote
Old 07-07-2005, 09:13 AM   #11
Douglas Saltsman
Director of Engineering
 
Join Date: Feb 2004
Posts: 304
While I don't recommend editing the PDF source in a text editor, this would work.

It would be more correct to change the page setup and printer options to accomidate printing a page of a particular size.
__________________
-------------------------------------
Douglas Saltsman
ActivePDF

Leading the iPaper revolution
---------------------------------------
Douglas Saltsman is offline   Reply With Quote
Old 09-21-2005, 05:44 PM   #12
supernova_20
Registered User
 
Join Date: Sep 2005
Posts: 2
Quote:
Originally Posted by Paul Duch
Can you give an example? I am trying to add 30 inch by 42 inch paper. Letter size is listed as [612 792]. How do I convert this measurement to inches?
Printers measure in a unit called points (the same thing unit that most word processors use to measure the height of font, like size 12). There are 72 points in an inch. If you divide the numbers you see in "Letter", you will get 8.5 x 11 inches. How cool is that?

When you're making a custom size of paper, keep that in mind.
supernova_20 is offline   Reply With Quote
Old 09-23-2005, 12:24 PM   #13
cjpalmer
Registered User
 
Join Date: Sep 2005
Posts: 2
Problems printing Legal size

I have read through the above posts and modified the papersize on the printer to Legal size but I am still having problems. We are using a program called TabQuick that is taking some information from a text file and formating it to print File Folder tabs (color coded and all that). While I print to Legal and paper tray size is set to legal, when the PDF opens (using Adobe 7.03) it only displayed in 8.5 x 11 and not 8.5 x 14. It is supposed to print 7 tabs per page and it is cutting off in the middle of the 6th one. We are trying to create these tabs in PDF's so that we can send them to an offsite service because we need 50,000 printed and our internal setup is just a little Epson workgroup printer that is not able to handle that kind of volume (we already had one melt down trying).

Any help on this would be greatly appreciated.

Charles
cjpalmer is offline   Reply With Quote
Old 11-01-2005, 09:10 AM   #14
RobertoL
Registered User
 
Join Date: Nov 2005
Posts: 2
New page sizes don't come up as options

Hi all

Thanks to PKSTOKES for his step by step guide to change paper sizes. I work for an architects firm and users regularly need to PDF drawings to A2, A1, A0. I have added the new lines according to the guide but all I get is A2 showing. Primo seems to ignore any settings for A1 and A0. I have even tried to over write the settings for LETTER instead of creating a new setting but all that does is stop LETTER from showing in the available paper sizes.

Does anyone have any ideas of how to resolve this or am I over looking something. Perhaps someone from Primo can help. I am runing the latest version of Primo. We are running Windows 2000 and using AutoCAD 2005.

Thank you
RobertoL is offline   Reply With Quote
Old 11-14-2005, 12:34 PM   #15
LLLVLA
Registered User
 
Join Date: Nov 2005
Posts: 2
Quote:
Originally Posted by Douglas Saltsman
It seems many of you are asking how to print multiple size PDFs. The answer is to change the paper tray size of the PrimoPDF printer by right clicking the printer in your "Printers and Faxes" control panel. If the size you need is not there you can change (if you're a bit savvy) the PPD file which tells the printer what sizes to support. Here is a tidbit that explains this:



There is a PPD file associated with Primo in the windows\system32\spool\drivers\w32x86\3 folder called primopdf.ppd (or windows\system32 on win9x-me systems). You can find the sizes in the PPD file...add what you want, delete the primopdf.bpd file and give it a whirl. You may need to reboot (or stop and start the spooler) for it to take effect.

Tim
Obviously, I am missing something. I followed these instructions plus the posts from pkstokes, adding 3 additional sizes (Arch D = 36 X 24 = 2592 1728; Arch E1 = 42 X 30 = 3024 2160; and Arch E = 48 X 36 = 3456 2592) and the new sizes do not show up. I also found a copy of the primopdf.ppd in the program files folder, but changing that did not do it either.

Anything else?

I now see what is going on, but do not know how to correct. I delete primopdf.bpd but when it is recreated it does not include the new sizes. I also found a copy of primopdf.ppd in the w32x86 directory, but changing it did not make any difference.

There seems to be a lot of copies of the same data in several files. Which is/are the one(s) that need to be changed?

Last edited by LLLVLA : 11-14-2005 at 02:16 PM.
LLLVLA is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:49 AM.


Copyright © 2007, activePDF, Inc., All Rights Reserved