I tried the mupdf/podofo, but didn't find any way
CodePudding user response:
Really so big PDF file?CodePudding user response:
Use Windows's own PDF printer can not?
CPrintInfo Info;
Info. M_rectDraw. SetRect (0, 0, dc GetDeviceCaps (HORZRES), dc, GetDeviceCaps (VERTRES));
OnBeginPrinting (& amp; Dc, & amp; Info);
Dc. StartPage ();
Info. M_nCurPage=a page;
Print ();//a custom function
OnEndPrinting (& amp; Dc, & amp; Info);