Skip to content

[MWPW-197470] Onboard 7 new Image to PDF verbs#806

Merged
Ruchika4 merged 3 commits into
stagefrom
MWPW-197470
Jun 17, 2026
Merged

[MWPW-197470] Onboard 7 new Image to PDF verbs#806
Ruchika4 merged 3 commits into
stagefrom
MWPW-197470

Conversation

@maagrawal16

@maagrawal16 maagrawal16 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Description

  • Onboard 7 new image-to-PDF verbs in workflow-acrobat: image-to-pdf, bmp-to-pdf, gif-to-pdf, tiff-to-pdf, indd-to-pdf, psd-to-pdf, ai-to-pdf.
  • Added HEIC support for all the 7 new verbs.

Companion da-dc PR (MWPW-196015) registers the verbs in the verb-widget block and adds .heic to the picker. Conversion routes through the jpg-to-pdf handoff path; FE sends the real verb and BE maps the path / sets x_api_client_location.

Related Issue

Resolves: MWPW-196281

Test URLs

Notes for QA

Upload experience & limits

  • Single-file experience: one file uploads, converts, and hands off to the app.
  • Multi-file: selecting more than one file shows no error toast — the user is taken to the multi-file feedback screen in the app (files are not converted).
  • No file-count limit: selecting many files does not throw a "max files" error; they route to the feedback screen.
  • Max file size: 100 MB — a single file over 100 MB shows an error toast.
  • Empty (0-byte) file shows an error toast.
  • No page-count limit.
  • All file types supported — PDF, Office docs, and images (AI, INDD, PSD, BMP, GIF, TIFF, JPG, PNG) + HEIC (.heic)

Redirection / handoff (x_api_client_location)

  • Distinct verbs on the FE, but they route through the existing jpg-to-pdf conversion path on the BE.
  • After upload, the handoff URL uses the jpg-to-pdf path with x_api_client_location set to the real verb (e.g. x_api_client_location=image-to-pdf), not jpg-to-pdf. Please confirm the real verb appears in the handoff URL.
  • Signed-in users are redirected to the JPG-to-PDF tool in the app (same destination as png-to-pdf).

HEIC

  • HEIC (.heic) is accepted in the picker and passes validation, BE support is live for this on stage. Verify a .heic upload completes the redirect successfully.

@aem-code-sync

aem-code-sync Bot commented Jun 10, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@maagrawal16 maagrawal16 changed the title [MWPW-197470] Onboard 7 new verbs [MWPW-197470] Onboard 7 new image-to-pdf verbs Jun 10, 2026
@maagrawal16 maagrawal16 changed the title [MWPW-197470] Onboard 7 new image-to-pdf verbs [MWPW-197470] Onboard 7 new Image to PDF verbs Jun 10, 2026
@asonnalagi

Copy link
Copy Markdown
Collaborator

Validated flows in the branch URL. Looks fine. Test results are in the task: https://jira.corp.adobe.com/browse/MWPW-198854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants