Top "Page-size" questions

Successive paper sizes in the series A1, A2, A3, and so forth, are defined by halving the preceding paper size along the larger dimension.

Resizing a PDF using Ghostscript

I am trying to scale a PDF which is for example just small of A4 size up to A4. This …

pdf resize ghostscript page-size
Choosing paper size (NOT DEFAULT sizes) in excel vba

I have Brother QL-720NW Label Printer, which I want to print some labels on. The printer has a roll …

vba excel printing excel-2013 page-size
Page number and offset

I am learning the different types of memory management. I don't understand the point of having an offset bits in …

operating-system page-numbering page-size os161
Programmatically set Custom Paper Size for Crystal Report

I have created custom paper Size "SUPP 15 x 14" in Setting - Printers - File - Server Properties. Now I’m …

vb.net crystal-reports-xi page-size
MS Access: custom paper size

I am building a MS Access (2010) application and I'll be printing barcode labels from this application. There are a variety …

ms-access vba printing page-size
How do I set the size of a printed page in java?

I have written a program that uses the Java print API to print pages from a printer. I believe I …

java swing printing graphics2d page-size
why the page size of OS is 4k, and why it still stick to be 4k as the memory can be large enough now?

As far as i know, the page size is 4k in OS memory management. It can be a advantage when …

page-size
Set page size using WIA (with scanner)

I'm using WIA to acquire images from a scanner with C#. I can scan the papers, but I can't set …

c# .net wia image-scanner page-size
Printer will not print automatically. I have to hit the OK button

Every time I print a page or pages, I get a message saying Load Tray 1 or press OK to use …

delphi printing c++builder page-size quickreports
Why file starting offset in mmap() must be multiple of the page size

In mmap() manpage: Its prototype is: void *mmap(void *start, size_t length, int prot, int flags, int fd, off_…

offset mmap page-size