Skip to content

Commit cbbebdc

Browse files
authored
Formatting fix attempts
1 parent 69e343c commit cbbebdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@ then I do love-me-some-coffee!*
5151
- Removed dependency on `com.sun.deploy.net.HttpRequest` import as importing it no longer compiles on the latest versions of IntelliJ IDEA; little value was added by using only one constant that was needed: _ACCEPT_ENCODING_
5252
- All Heading and Content type constants are now self-contained so no additional dependencies are needed.
5353
- _This enabled removal of the dependency on com.sun.deploy.net.HttpRequest import as importing it no longer compiles on the latest versions of IntelliJ IDEA, and is a bad practice. Little value was added by using only 1 constant was needed, ACCEPT_ENCODING_
54-
5554
- Notable cleanup & optimization of the Pom.xml
5655
- Implemented a fix for a possilbe deployment risk when AppName and ResourceGroupName values are not unique with the azure-functions-maven-plugin
5756
- _As noted here: https://github.com/Azure/azure-functions-java-worker/issues/140_
5857

59-
6058
## Technical Summary:
6159
This project provides a REST API that recieves a POST body containing a well formed Xsl-FO Xml document ([like these Apache FOP samples](https://github.com/apache/xmlgraphics-fop/tree/trunk/fop/examples/fo/basic)). The service will respond with the rendered Pdf binary (file bytes).
6260

0 commit comments

Comments
 (0)