Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF generation for powerpoint is failing #5006

Open
ishanig11 opened this issue Oct 26, 2024 · 0 comments
Open

PDF generation for powerpoint is failing #5006

ishanig11 opened this issue Oct 26, 2024 · 0 comments
Labels
Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP

Comments

@ishanig11
Copy link

Hi,

PDF generation for powerpoint using office.js was working fine in last month.
This month this functionality is failing.

Office.context.document.getFileAsync(
fileType,
fileType !== Office.FileType.Pdf ? { sliceSize: 65536 } : null,
async function (result) {
if (result.status === Office.AsyncResultStatus.Succeeded) {
const myFile = result.value;

image

please check this priority as this is blocker issue.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP
Projects
None yet
Development

No branches or pull requests

1 participant