[MWPW-198657]add direct upload support to more convert verbs#827
Open
Ruchika4 wants to merge 1 commit into
Open
[MWPW-198657]add direct upload support to more convert verbs#827Ruchika4 wants to merge 1 commit into
Ruchika4 wants to merge 1 commit into
Conversation
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
sanjayms01
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: MWPW-198657
Test URLs:
Before: https://main--da-dc--adobecom.aem.live/acrobat/online/jpg-to-pdf?martech=off&unitylibs=stage
After: https://main--da-dc--adobecom.aem.live/acrobat/online/jpg-to-pdf?martech=off&unitylibs=MWPW-198657
Before: https://main--da-dc--adobecom.aem.live/acrobat/online/png-to-pdf?martech=off&unitylibs=stage
After: https://main--da-dc--adobecom.aem.live/acrobat/online/png-to-pdf?martech=off&unitylibs=MWPW-198657
Before: https://main--da-dc--adobecom.aem.live/acrobat/online/ppt-to-pdf?martech=off&unitylibs=stage
After: https://main--da-dc--adobecom.aem.live/acrobat/online/ppt-to-pdf?martech=off&unitylibs=MWPW-198657
Before: https://main--da-dc--adobecom.aem.live/acrobat/online/excel-to-pdf?martech=off&unitylibs=stage
After: https://main--da-dc--adobecom.aem.live/acrobat/online/excel-to-pdf?martech=off&unitylibs=MWPW-198657
Before: https://main--dc-frictionless--adobecom.aem.live/heic-to-pdf?martech=off&unitylibs=stage
After: https://main--dc-frictionless--adobecom.aem.live/heic-to-pdf?martech=off&unitylibs=MWPW-198657
Testing Notes
Change: Added
ppt-to-pdf,excel-to-pdf,jpg-to-pdf,png-to-pdf, andheic-to-pdftodirectUploadVerbsintarget-config.json. Files ≤ 1 MB on these verbs now use the single-stepPOST /asset/uploaddirect upload path instead of the create-asset → chunk → finalize chain.For each verb (
ppt-to-pdf,excel-to-pdf,jpg-to-pdf,png-to-pdf,heic-to-pdf)Small file (≤ 1 MB) — direct upload path (new behavior)
Large file (> 1 MB) — standard chunked path (unchanged behavior)
Regression:
word-to-pdf(must be unaffected).docor.docx): direct upload path still works.docor.docx): chunked path with finalize-await still worksRegression: other verbs (
compress-pdf,pdf-to-word, etc.)directUploadVerbs