Skip to content

Commit

Permalink
Fix : Added blankspace after the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh66085 committed Nov 4, 2024
1 parent 1f83cd4 commit c86532f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/apis/pdf-services/check-pdf-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ curl --location --request POST 'https://pdf-services.adobe.io/operation/accessib
// Get the samples from https://github.com/adobe/pdfservices-node-sdk-samples
// Run the sample:
// node src/pdfaccessibilitychecker/pdf-accessibility-checker.js

const {
ServicePrincipalCredentials,
PDFServices,
Expand Down Expand Up @@ -108,6 +109,7 @@ const fs = require("fs");
// Run the sample:
// cd PDFAccessibilityChecker/
// dotnet run PDFAccessibilityChecker.csproj

namespace PDFAccessibilityChecker
{
public class Program {
Expand Down Expand Up @@ -184,6 +186,7 @@ namespace PDFAccessibilityChecker
// Get the samples from https://www.adobe.com/go/pdftoolsapi_java_samples
// Run the sample:
// mvn -f pom.xml exec:java -Dexec.mainClass=com.adobe.pdfservices.operation.samples.pdfaccessibilitychecker.PDFAccessibilityChecker

public class PDFAccessibilityChecker {

private static final Logger LOGGER = LoggerFactory.getLogger(PDFAccessibilityChecker.class);
Expand Down

0 comments on commit c86532f

Please sign in to comment.