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

Raw pdf code expressing a radial or linear TRANSPARENCY set on the fill of a vector object.

Community Beginner ,
Apr 11, 2017 Apr 11, 2017

Copy link to clipboard

Copied

Searching for a working example in raw pdf code (following Adobe pdf specs) expressing a radial or lineair TRANSPARENCY set on the fill of a vector object

without the need to apply a bitmap-related transparency construct.

Picture below shows for example a group of fills whereby a radial transparency has been added at group level. It's quite hard to develop corresponding raw pdf code which actually displays corresponding picture without using a bitmap construct as replacement in pdf output. Basically my question is whether or not and how it is possible in raw pdf code to set a radial or linear TRANSPARENCY on a fill without having to generate a bitmap as replacement. Would love to see a working example which puts me on the right track. Thank you for reading my post. Regards, Jac.

Views

454
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
LEGEND ,
Apr 11, 2017 Apr 11, 2017

Copy link to clipboard

Copied

Are actually generating a low level PDF by reference to ISO 32000-1? If so, there's a different forum where you could get into discussion of the 100 pages or so devoted to transparency. PDF Language and Specifications . This is no longer an Adobe spec, and Adobe don't offer help on it directly.

Transparency gradients would usually be done by applying a greyscale SMask. It's possible to generate an SMask from any content, but in general it's just raster data. But if you really wanted to the SMask could have a radial shading fill in greyscale.

Votes

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
Community Beginner ,
Apr 11, 2017 Apr 11, 2017

Copy link to clipboard

Copied

LATEST

Thank you for answering. Discussion with raw PDF code included continues in PDF Language and Specifications .

Votes

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