• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

PDPage bleeding box

New Here ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

Hello, I'm using the PDF Library and I'm trying to deal with Artbox, Trimbox and Bleedbox.

I'm wondering if there are similar functions to the PDPageGetBox or PDPageGetCropBox in order to get the Art-, Trim- and Belld-boxes.

Can anybody give me a hint in this issue?

Many Thanks and have a nice day!!!!

Beste Regards!!

Marc

Views

991

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Sep 13, 2017 Sep 13, 2017

Hi,

it was easier than expected......

I found that I can get the different boxes simply using the PDPageGetBox function by specifying the box name:

ASAtom boxstr = ASAtomFromString("TrimBox");

PDPageGetBox(pdPage, boxstr, &pageRect);

Thanks for reading!!

Best Regards!!!!

Marc

Votes

Translate

Translate
New Here ,
Sep 13, 2017 Sep 13, 2017

Copy link to clipboard

Copied

LATEST

Hi,

it was easier than expected......

I found that I can get the different boxes simply using the PDPageGetBox function by specifying the box name:

ASAtom boxstr = ASAtomFromString("TrimBox");

PDPageGetBox(pdPage, boxstr, &pageRect);

Thanks for reading!!

Best Regards!!!!

Marc

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines