After converting PDF to PPTX in Google Drive file is corrupted and can only view first slide
It seems I'm having an issue converting a PDF to a pptx in Google drive. Originally I wanted to convert a PDF to a google slide but, it will only go from pdf -> google doc.
Since I've had luck going from pptx -> google slide. I thought I would have better luck going that route. The issue is after converting from PDF to pptx it seems that the file is corrupted. I can view the first slide but I am not able to open it as a Google slide.
This is what I have for getting the pdf as a pptx
Drive.Files.insert({title: 'test.pptx', mimeType: MimeType.MICROSOFT_POWERPOINT, parents: [{id: ID}]}, powerPoint.getBlob())
google-apps-script google-drive-sdk
add a comment |
It seems I'm having an issue converting a PDF to a pptx in Google drive. Originally I wanted to convert a PDF to a google slide but, it will only go from pdf -> google doc.
Since I've had luck going from pptx -> google slide. I thought I would have better luck going that route. The issue is after converting from PDF to pptx it seems that the file is corrupted. I can view the first slide but I am not able to open it as a Google slide.
This is what I have for getting the pdf as a pptx
Drive.Files.insert({title: 'test.pptx', mimeType: MimeType.MICROSOFT_POWERPOINT, parents: [{id: ID}]}, powerPoint.getBlob())
google-apps-script google-drive-sdk
What make you think that Google Drive API is able to convert a PDF to PPTX? What app was used to create the PDF?
– Rubén
Jan 2 at 17:48
@Rubén I exported it out of adobe indesign. I assumed you could because you can go from pdf -> doc. My end goal is to be able to upload pdfs then run a script to normalize them within google slides.
– Joshua Jones
Jan 2 at 18:03
add a comment |
It seems I'm having an issue converting a PDF to a pptx in Google drive. Originally I wanted to convert a PDF to a google slide but, it will only go from pdf -> google doc.
Since I've had luck going from pptx -> google slide. I thought I would have better luck going that route. The issue is after converting from PDF to pptx it seems that the file is corrupted. I can view the first slide but I am not able to open it as a Google slide.
This is what I have for getting the pdf as a pptx
Drive.Files.insert({title: 'test.pptx', mimeType: MimeType.MICROSOFT_POWERPOINT, parents: [{id: ID}]}, powerPoint.getBlob())
google-apps-script google-drive-sdk
It seems I'm having an issue converting a PDF to a pptx in Google drive. Originally I wanted to convert a PDF to a google slide but, it will only go from pdf -> google doc.
Since I've had luck going from pptx -> google slide. I thought I would have better luck going that route. The issue is after converting from PDF to pptx it seems that the file is corrupted. I can view the first slide but I am not able to open it as a Google slide.
This is what I have for getting the pdf as a pptx
Drive.Files.insert({title: 'test.pptx', mimeType: MimeType.MICROSOFT_POWERPOINT, parents: [{id: ID}]}, powerPoint.getBlob())
google-apps-script google-drive-sdk
google-apps-script google-drive-sdk
asked Jan 2 at 17:18
Joshua JonesJoshua Jones
396
396
What make you think that Google Drive API is able to convert a PDF to PPTX? What app was used to create the PDF?
– Rubén
Jan 2 at 17:48
@Rubén I exported it out of adobe indesign. I assumed you could because you can go from pdf -> doc. My end goal is to be able to upload pdfs then run a script to normalize them within google slides.
– Joshua Jones
Jan 2 at 18:03
add a comment |
What make you think that Google Drive API is able to convert a PDF to PPTX? What app was used to create the PDF?
– Rubén
Jan 2 at 17:48
@Rubén I exported it out of adobe indesign. I assumed you could because you can go from pdf -> doc. My end goal is to be able to upload pdfs then run a script to normalize them within google slides.
– Joshua Jones
Jan 2 at 18:03
What make you think that Google Drive API is able to convert a PDF to PPTX? What app was used to create the PDF?
– Rubén
Jan 2 at 17:48
What make you think that Google Drive API is able to convert a PDF to PPTX? What app was used to create the PDF?
– Rubén
Jan 2 at 17:48
@Rubén I exported it out of adobe indesign. I assumed you could because you can go from pdf -> doc. My end goal is to be able to upload pdfs then run a script to normalize them within google slides.
– Joshua Jones
Jan 2 at 18:03
@Rubén I exported it out of adobe indesign. I assumed you could because you can go from pdf -> doc. My end goal is to be able to upload pdfs then run a script to normalize them within google slides.
– Joshua Jones
Jan 2 at 18:03
add a comment |
1 Answer
1
active
oldest
votes
We can convert PDF and image files to text with Google Drive as is described Convert PDF and photo files to text but AFAIK there isn't any official doc that mentions the conversion of PDF to Google Slides.
Instead of using the Google Drive services you should use a library or another service that offer that kind of conversion.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54010551%2fafter-converting-pdf-to-pptx-in-google-drive-file-is-corrupted-and-can-only-view%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
We can convert PDF and image files to text with Google Drive as is described Convert PDF and photo files to text but AFAIK there isn't any official doc that mentions the conversion of PDF to Google Slides.
Instead of using the Google Drive services you should use a library or another service that offer that kind of conversion.
add a comment |
We can convert PDF and image files to text with Google Drive as is described Convert PDF and photo files to text but AFAIK there isn't any official doc that mentions the conversion of PDF to Google Slides.
Instead of using the Google Drive services you should use a library or another service that offer that kind of conversion.
add a comment |
We can convert PDF and image files to text with Google Drive as is described Convert PDF and photo files to text but AFAIK there isn't any official doc that mentions the conversion of PDF to Google Slides.
Instead of using the Google Drive services you should use a library or another service that offer that kind of conversion.
We can convert PDF and image files to text with Google Drive as is described Convert PDF and photo files to text but AFAIK there isn't any official doc that mentions the conversion of PDF to Google Slides.
Instead of using the Google Drive services you should use a library or another service that offer that kind of conversion.
answered Jan 2 at 18:10
RubénRubén
11.4k43670
11.4k43670
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54010551%2fafter-converting-pdf-to-pptx-in-google-drive-file-is-corrupted-and-can-only-view%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What make you think that Google Drive API is able to convert a PDF to PPTX? What app was used to create the PDF?
– Rubén
Jan 2 at 17:48
@Rubén I exported it out of adobe indesign. I assumed you could because you can go from pdf -> doc. My end goal is to be able to upload pdfs then run a script to normalize them within google slides.
– Joshua Jones
Jan 2 at 18:03