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

Does Adobe HTML to PDF service support CSS3's GCPM, or CSS Paged Media Module Level 3

New Here ,
Sep 26, 2023 Sep 26, 2023

Does Adobe HTML to PDF service support CSS3's GCPM, or CSS Paged Media Module Level 3? From testing, it does not support GCPM at all, and only partially supports CSS Paged Media Module Level 3. Is there a specific CSS format that Adobe supports?

396
Translate
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 Expert ,
Sep 27, 2023 Sep 27, 2023

Short answer, no. CSS Paged Media Module Level 3 is still in draft.

Long answer, I've had some success with paged.js to do the things that you can do if we had module 3. It really depends on the HTML though.

Translate
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
New Here ,
Sep 27, 2023 Sep 27, 2023

Thank you. I have looked into paged.js, and it does a good job of chunking HTML contents into pages so that it can be displayed in browser. However, my end goal is still rendering a PDF file, and if the chunked HTML from paged.js doesn't actually match up with the PDF generated by Adobe, it kind of defeats the purpose of using paged.js ...

Translate
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 Expert ,
Sep 27, 2023 Sep 27, 2023
LATEST

With paged.js, it prints the way it looks on screen.

Translate
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
Resources