checkPdf: Check the status of a PDF.

Description Usage Arguments See Also Examples

View source: R/designAutomation.R

Description

Check the status of a recently created PDF file using the Design Automation API.

Usage

1
checkPdf(source = NULL, destination = NULL, token = NULL)

Arguments

source

A string. Publicly accessible web address of the input dwg file.

destination

A string. Publicly accessible web address for the output pdf file.

token

A string. Token generated with getToken function with code:all scope.

See Also

https://developer.autodesk.com/en/docs/design-automation/v2/overview/

Examples

1
2
3
4
5
6
7
## Not run: 
mySource <- "http://download.autodesk.com/us/samplefiles/acad/visualization_-_aerial.dwg"
myDestination <- "https://drive.google.com/folderview?id=0BygncDVHf60mTDZVNDltLThLNmM&usp=sharing"
resp <- checkPdf(mySource, myDestination, token = myToken)
resp

## End(Not run)

AutoDeskR documentation built on May 1, 2019, 10:19 p.m.