You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs created like this are limited to 60 seconds to render, check out the [async example](examples/Async.cs) which allows 10 minutes.
54
55
55
56
We have guides for doing some of the common things:
57
+
56
58
*[Headers and Footers](https://docraptor.com/documentation/style#pdf-headers-footers) including page skipping
57
59
*[CSS Media Selector](https://docraptor.com/documentation/api#api_basic_pdf) to make the page look exactly as it does in your browser
58
60
*[Protected Content](https://docraptor.com/documentation/api#api_advanced_pdf) to secure your URLs so only DocRaptor can access them
59
61
62
+
60
63
## More Help
61
64
62
65
DocRaptor has a lot of more [styling](https://docraptor.com/documentation/style) and [implementation options](https://docraptor.com/documentation/api).
@@ -73,6 +76,7 @@ The generated client needed a few fixes
73
76
-`Configuration` had to be set on `ApiClient`
74
77
- User agent had to be set
75
78
79
+
76
80
## Release Process
77
81
78
82
1.`script/test`
@@ -87,6 +91,8 @@ The generated client needed a few fixes
0 commit comments