Skip to content

Commit fb1615c

Browse files
hitesh-kumar-mahourmahour
andauthored
removed pdf2md
Co-authored-by: mahour <mahour@adobe.com>
1 parent 56c5bec commit fb1615c

5 files changed

Lines changed: 16 additions & 801 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to develop
44

5-
For local development, simply use:
5+
For local development, simply use :
66

77
```bash
88
$ yarn install

gatsby-browser.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,6 @@ export const onRouteUpdate = ({ location, prevLocation }) => {
262262
) {
263263
pageHeadTittle = "PDF Services API Extract PDF";
264264
} else if (
265-
window.location.pathname.indexOf(
266-
"pdf-services-api/howtos/pdf-to-markdown-api/"
267-
) >= 0
268-
) {
269-
pageHeadTittle = "PDF Services API PDF to Markdown API";
270-
}
271-
else if (
272265
window.location.pathname.indexOf(
273266
"pdf-services-api/howtos/pdf-properties/"
274267
) >= 0

gatsby-config.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ module.exports = {
3333
description: 'Create, combine and export PDFs',
3434
path: '../document-services/apis/pdf-services/'
3535
},
36-
{
37-
title: 'PDF to Markdown',
38-
description: 'Convert PDF documents to Markdown format',
39-
path: '../document-services/apis/pdf-to-markdown/'
40-
},
4136
{
4237
title: 'PDF Accessibility Auto-Tag',
4338
description: 'Auto-tag PDF content to improve accessibility',
@@ -234,10 +229,6 @@ module.exports = {
234229
title: 'Extract PDF',
235230
path: 'overview/pdf-services-api/howtos/extract-pdf.md'
236231
},
237-
{
238-
title: 'PDF to Markdown API',
239-
path: 'overview/pdf-services-api/howtos/pdf-to-markdown-api.md'
240-
},
241232
{
242233
title: 'Get PDF Properties',
243234
path: 'overview/pdf-services-api/howtos/pdf-properties.md'
@@ -725,10 +716,6 @@ module.exports = {
725716
title: 'Extract PDF',
726717
path: 'overview/legacy-documentation/pdf-services-api/howtos/extract-pdf.md'
727718
},
728-
{
729-
title: 'PDF to Markdown API',
730-
path: 'overview/legacy-documentation/pdf-services-api/howtos/pdf-to-markdown-api.md'
731-
},
732719
{
733720
title: 'Get PDF Properties',
734721
path: 'overview/legacy-documentation/pdf-services-api/howtos/pdf-properties.md'

src/pages/overview/pdf-services-api/howtos/pdf-to-markdown-api.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)